public interface OptionGroupModel
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Additional attributes to render with the <optgroup>.
|
String |
getLabel()
Localized, user-presentable label for the group.
|
List<OptionModel> |
getOptions()
The list of options within the group.
|
boolean |
isDisabled()
If true, the group (and all options within it) will be disabled.
|
boolean isDisabled()
Map<String,String> getAttributes()
List<OptionModel> getOptions()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.