Uses of Interface
org.apache.tapestry5.SelectModelVisitor
-
Packages that use SelectModelVisitor Package Description org.apache.tapestry5 Root package for Tapestry, containing common interfaces and data types used throughout the framework.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 -
-
Uses of SelectModelVisitor in org.apache.tapestry5
Methods in org.apache.tapestry5 with parameters of type SelectModelVisitor Modifier and Type Method Description void
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 Modifier and Type Class Description class
SelectModelRenderer
-
Uses of SelectModelVisitor in org.apache.tapestry5.util
Methods in org.apache.tapestry5.util with parameters of type SelectModelVisitor Modifier and Type Method Description void
AbstractSelectModel. visit(SelectModelVisitor visitor)
-