Constructor and Description |
---|
SelectionList(String heading) |
Modifier and Type | Method and Description |
---|---|
abstract String[] |
getOptions() |
abstract String |
getSelected() |
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(String selected) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isPopulated, setTitle
public SelectionList(String heading)
public String getTitle()
FormItem
public abstract String[] getOptions()
public abstract void setSelected(String selected)
public abstract String getSelected()