Uses of Interface
org.apache.tapestry5.OptionGroupModel
Packages that use OptionGroupModel
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] internal support classes; API subject to change.
[INTERNAL USE ONLY] various utility classes; API subject to change.
A set of enums, abstract classs and wrappers of various purposes
-
Uses of OptionGroupModel in org.apache.tapestry5
Methods in org.apache.tapestry5 that return types with arguments of type OptionGroupModelModifier and TypeMethodDescriptionSelectModel.getOptionGroups()
The list of groups, each containing some number of individual options.Methods in org.apache.tapestry5 with parameters of type OptionGroupModelModifier and TypeMethodDescriptionvoid
SelectModelVisitor.beginOptionGroup
(OptionGroupModel groupModel) Invoked once for eachOptionGroupModel
, 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. -
Uses of OptionGroupModel in org.apache.tapestry5.internal
Classes in org.apache.tapestry5.internal that implement OptionGroupModelMethods in org.apache.tapestry5.internal that return types with arguments of type OptionGroupModelConstructors in org.apache.tapestry5.internal with parameters of type OptionGroupModelConstructor parameters in org.apache.tapestry5.internal with type arguments of type OptionGroupModelModifierConstructorDescriptionSelectModelImpl
(List<OptionGroupModel> optionGroups, List<OptionModel> optionModels) -
Uses of OptionGroupModel in org.apache.tapestry5.internal.util
Methods in org.apache.tapestry5.internal.util with parameters of type OptionGroupModelModifier and TypeMethodDescriptionvoid
SelectModelRenderer.beginOptionGroup
(OptionGroupModel groupModel) void
SelectModelRenderer.endOptionGroup
(OptionGroupModel groupModel) -
Uses of OptionGroupModel in org.apache.tapestry5.util
Methods in org.apache.tapestry5.util that return types with arguments of type OptionGroupModel