org.oddjob.arooa.design.screem
Class SelectionList
java.lang.Object
org.oddjob.arooa.design.screem.SelectionList
- All Implemented Interfaces:
- FormItem
public abstract class SelectionList
- extends Object
- implements FormItem
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionList
public SelectionList(String heading)
getTitle
public String getTitle()
- Description copied from interface:
FormItem
- 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.
- Specified by:
getTitle
in interface FormItem
- Returns:
- The title.
getOptions
public abstract String[] getOptions()
setSelected
public abstract void setSelected(String selected)
getSelected
public abstract String getSelected()