|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.util.AbstractSelectModel
public abstract class AbstractSelectModel
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 OptionGroupModel s and OptionModel s 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 |
---|
public AbstractSelectModel()
Method Detail |
---|
public final void visit(SelectModelVisitor visitor)
SelectModel
OptionGroupModel
s and OptionModel
s within the SelectModel.
visit
in interface SelectModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |