Package org.apache.tapestry5.util
Class AbstractSelectModel
-
- org.apache.tapestry5.util.AbstractSelectModel
-
- All Implemented Interfaces:
SelectModel
- Direct Known Subclasses:
EnumSelectModel
,SelectModelImpl
public abstract class AbstractSelectModel extends implements SelectModel
Base class forSelectModel
implementations, whose primary job is to provide thevisit(SelectModelVisitor)
method.
-
-
Constructor Summary
Constructors Constructor Description AbstractSelectModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(SelectModelVisitor visitor)
Allows access to all theOptionGroupModel
s andOptionModel
s within the SelectModel.-
Methods inherited from interface org.apache.tapestry5.SelectModel
getOptionGroups, getOptions
-
-
-
-
Constructor Detail
-
AbstractSelectModel
public AbstractSelectModel()
-
-
Method Detail
-
visit
public final void visit(SelectModelVisitor visitor)
Description copied from interface:SelectModel
Allows access to all theOptionGroupModel
s andOptionModel
s within the SelectModel.- Specified by:
visit
in interfaceSelectModel
-
-