Package org.apache.tapestry5.internal
Class SelectModelImpl
java.lang.Object
org.apache.tapestry5.util.AbstractSelectModel
org.apache.tapestry5.internal.SelectModelImpl
- All Implemented Interfaces:
SelectModel
-
Constructor Summary
ConstructorsConstructorDescriptionSelectModelImpl
(List<OptionGroupModel> optionGroups, List<OptionModel> optionModels) SelectModelImpl
(OptionGroupModel... groupModels) SelectModelImpl
(OptionModel... optionModels) -
Method Summary
Modifier and TypeMethodDescriptionThe list of groups, each containing some number of individual options.The list of ungrouped options, which appear after any grouped options.Methods inherited from class org.apache.tapestry5.util.AbstractSelectModel
visit
-
Constructor Details
-
SelectModelImpl
-
SelectModelImpl
-
SelectModelImpl
-
-
Method Details
-
getOptionGroups
Description copied from interface:SelectModel
The list of groups, each containing some number of individual options.- Returns:
- the groups, or null
-
getOptions
Description copied from interface:SelectModel
The list of ungrouped options, which appear after any grouped options. Generally, a model will either provide option groups or ungrouped options, but not both.- Returns:
- the ungrouped options, or null
-