|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OptionGroupModel
Defines a group of related options. Options may be enabled or disabled as a group. Corresponds to the [X]HTML element <optgroup>.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getAttributes()
Additional attributes to render with the <optgroup>. |
java.lang.String |
getLabel()
Localized, user-presentable label for the group. |
java.util.List<OptionModel> |
getOptions()
The list of options within the group. |
boolean |
isDisabled()
If true, the group (and all options within it) will be disabled. |
| Method Detail |
|---|
java.lang.String getLabel()
boolean isDisabled()
java.util.Map<java.lang.String,java.lang.String> getAttributes()
java.util.List<OptionModel> getOptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||