Package org.apache.tapestry5.util
Class AbstractSelectModel
- java.lang.Object
 - 
- org.apache.tapestry5.util.AbstractSelectModel
 
 
- 
- All Implemented Interfaces:
 SelectModel
- Direct Known Subclasses:
 EnumSelectModel,SelectModelImpl
public abstract class AbstractSelectModel extends Object implements SelectModel
Base class forSelectModelimplementations, 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 voidvisit(SelectModelVisitor visitor)Allows access to all theOptionGroupModels andOptionModels within the SelectModel.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
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:SelectModelAllows access to all theOptionGroupModels andOptionModels within the SelectModel.- Specified by:
 visitin interfaceSelectModel
 
 - 
 
 -