Class SelectionList

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

public abstract class SelectionList extends Object implements FormItem
  • Constructor Details

    • SelectionList

      public SelectionList(String heading)
  • Method Details

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