|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptionModel
A single option within a OptionGroupModel. Corresponds closely to the [X]HTML <option> element.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Additional attributes to render within the <option>. |
java.lang.String |
getLabel()
The localized, user-presentable label for the option. |
java.lang.Object |
getValue()
The server-side value represented by this option. |
boolean |
isDisabled()
If true, then a disabled attribute will be rendered with the <option>. |
| Method Detail |
|---|
java.lang.String getLabel()
boolean isDisabled()
java.util.Map<java.lang.String,java.lang.String> getAttributes()
java.lang.Object getValue()
ValueEncoder.toClient(Object), to generate the client-side value attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||