public interface SelectModel
Select
component, but potentially used by
anything similar, that needs to present a list of options to the user. Generally paired with a ValueEncoder
to create client-side representations of server-side values.Palette
Modifier and Type | Method and Description |
---|---|
List<OptionGroupModel> |
getOptionGroups()
The list of groups, each containing some number of individual options.
|
List<OptionModel> |
getOptions()
The list of ungrouped options, which appear after any grouped options.
|
void |
visit(SelectModelVisitor visitor)
Allows access to all the
OptionGroupModel s and OptionModel s within the SelectModel. |
List<OptionGroupModel> getOptionGroups()
List<OptionModel> getOptions()
void visit(SelectModelVisitor visitor)
OptionGroupModel
s and OptionModel
s within the SelectModel.${project.version} - Copyright © 2003-2015 The Apache Software Foundation.