org.jreform
Interface Radio<T>

All Superinterfaces:
Input<T>, InputControl<T>, MessageOnError
All Known Implementing Classes:
RadioImpl

public interface Radio<T>
extends Input<T>

A radio button. Can only have a single value.

Author:
armandino (at) gmail.com

Method Summary
 Map<String,CheckableState> getState()
           
 
Methods inherited from interface org.jreform.Input
getValue, getValueAttribute, setValue, setValueAttribute
 
Methods inherited from interface org.jreform.InputControl
getInputName, getStringValue, getType, isRequired, isValid
 
Methods inherited from interface org.jreform.MessageOnError
getOnError, setOnError
 

Method Detail

getState

Map<String,CheckableState> getState()


Copyright © 2007-2008 jReform