org.oddjob.arooa.design.screem
Class SelectionList

java.lang.Object
  extended by org.oddjob.arooa.design.screem.SelectionList
All Implemented Interfaces:
FormItem

public abstract class SelectionList
extends Object
implements FormItem


Constructor Summary
SelectionList(String heading)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.oddjob.arooa.design.screem.FormItem
isPopulated, setTitle
 

Constructor Detail

SelectionList

public SelectionList(String heading)
Method Detail

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()