| Constructor and Description | 
|---|
SelectionList(java.lang.String heading)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract java.lang.String[] | 
getOptions()  | 
abstract java.lang.String | 
getSelected()  | 
java.lang.String | 
getTitle()
The title will either be the title for a field or the title round a
 group or the title on a dialog depending on how the visual component
 is presented. 
 | 
abstract void | 
setSelected(java.lang.String selected)  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPopulated, setTitlepublic java.lang.String getTitle()
FormItempublic abstract java.lang.String[] getOptions()
public abstract void setSelected(java.lang.String selected)
public abstract java.lang.String getSelected()