Uses of Interface
org.apache.tapestry5.SelectModelVisitor
Packages that use SelectModelVisitor
Package
Description
Root package for Tapestry, containing common interfaces and data types used throughout the framework.
[INTERNAL USE ONLY] various utility classes; API subject to change.
A set of enums, abstract classs and wrappers of various purposes
-
Uses of SelectModelVisitor in org.apache.tapestry5
Methods in org.apache.tapestry5 with parameters of type SelectModelVisitorModifier and TypeMethodDescriptionvoid
SelectModel.visit
(SelectModelVisitor visitor) Allows access to all theOptionGroupModel
s andOptionModel
s within the SelectModel. -
Uses of SelectModelVisitor in org.apache.tapestry5.internal.util
Classes in org.apache.tapestry5.internal.util that implement SelectModelVisitor -
Uses of SelectModelVisitor in org.apache.tapestry5.util
Methods in org.apache.tapestry5.util with parameters of type SelectModelVisitorModifier and TypeMethodDescriptionfinal void
AbstractSelectModel.visit
(SelectModelVisitor visitor)