public abstract class AbstractSelectModel extends Object implements SelectModel
SelectModel
implementations, whose primary job is to provide the visit(SelectModelVisitor)
method.Constructor and Description |
---|
AbstractSelectModel() |
Modifier and Type | Method and Description |
---|---|
void |
visit(SelectModelVisitor visitor)
Allows access to all the
OptionGroupModel s and OptionModel s within the SelectModel. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionGroups, getOptions
public AbstractSelectModel()
public final void visit(SelectModelVisitor visitor)
SelectModel
OptionGroupModel
s and OptionModel
s within the SelectModel.visit
in interface SelectModel
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.