|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RadioContainer
A container of Radio components, used to identify the element name used when rendering the individual radio
buttons (all buttons in a group share the same element name) and to
| Method Summary | |
|---|---|
java.lang.String |
getControlName()
Returns the value used as the name attribute of the rendered element. |
boolean |
isDisabled()
If true, then all buttons within the container should also be disabled. |
boolean |
isSelected(java.lang.Object value)
Returns true if the value is the current selected value. |
java.lang.String |
toClient(java.lang.Object value)
Converts an object to a client-side string representation of that value. |
| Method Detail |
|---|
java.lang.String getControlName()
Field.getControlName()boolean isDisabled()
java.lang.String toClient(java.lang.Object value)
value - to convert (may be null)
ValueEncoder.toClient(Object)boolean isSelected(java.lang.Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||