org.apache.tapestry5.util
Class AbstractSelectModel

java.lang.Object
  extended by org.apache.tapestry5.util.AbstractSelectModel
All Implemented Interfaces:
SelectModel
Direct Known Subclasses:
EnumSelectModel, SelectModelImpl

public abstract class AbstractSelectModel
extends Object
implements SelectModel

Base class for SelectModel implementations, whose primary job is to provide the visit(SelectModelVisitor) method.


Constructor Summary
AbstractSelectModel()
           
 
Method Summary
 void visit(SelectModelVisitor visitor)
          Allows access to all the OptionGroupModels and OptionModels 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: SelectModel
Allows access to all the OptionGroupModels and OptionModels within the SelectModel.

Specified by:
visit in interface SelectModel


Copyright © 2003-2012 The Apache Software Foundation.