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 for SelectModel
implementations, whose primary job is to provide the visit(SelectModelVisitor)
method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractSelectModel
public AbstractSelectModel()
visit
public final void visit(SelectModelVisitor visitor)
- Description copied from interface:
SelectModel
- Allows access to all the
OptionGroupModel
s and OptionModel
s within the SelectModel.
- Specified by:
visit
in interface SelectModel
Copyright © 2003-2012 The Apache Software Foundation.