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()
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.