| Package | Description | 
|---|---|
| org.apache.tapestry5 | Root package for Tapestry, containing common interfaces and data types used throughout the framework. | 
| org.apache.tapestry5.internal | [INTERNAL USE ONLY] internal support classes; API subject to change. | 
| org.apache.tapestry5.internal.util | [INTERNAL USE ONLY] various utility classes; API subject to change. | 
| org.apache.tapestry5.util | A set of enums, abstract classs and wrappers of various purposes | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OptionGroupModel> | SelectModel. getOptionGroups()The list of groups, each containing some number of individual options. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SelectModelVisitor. beginOptionGroup(OptionGroupModel groupModel)Invoked once for each  OptionGroupModel, just before invokingSelectModelVisitor.option(OptionModel)for each
 embedded option within the group. | 
| void | SelectModelVisitor. endOptionGroup(OptionGroupModel groupModel)Invoked after all options within the group have been visited. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OptionGroupModelImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OptionGroupModel> | SelectModelImpl. getOptionGroups() | 
| Constructor and Description | 
|---|
| SelectModelImpl(OptionGroupModel... groupModels) | 
| Constructor and Description | 
|---|
| SelectModelImpl(List<OptionGroupModel> optionGroups,
               List<OptionModel> optionModels) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SelectModelRenderer. beginOptionGroup(OptionGroupModel groupModel) | 
| void | SelectModelRenderer. endOptionGroup(OptionGroupModel groupModel) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<OptionGroupModel> | EnumSelectModel. getOptionGroups()Returns null. | 
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.