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  OptionGroupModels andOptionModels within the SelectModel. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOptionGroups, getOptionspublic AbstractSelectModel()
public final void visit(SelectModelVisitor visitor)
SelectModelOptionGroupModels and OptionModels within the SelectModel.visit in interface SelectModel${project.version} - Copyright © 2003-2015 The Apache Software Foundation.