Package org.oddjob.arooa.design.screem
Class SelectionList
java.lang.Object
org.oddjob.arooa.design.screem.SelectionList
- All Implemented Interfaces:
FormItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String[]abstract StringgetTitle()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 voidsetSelected(String selected) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oddjob.arooa.design.screem.FormItem
isPopulated, setTitle
-
Constructor Details
-
SelectionList
-
-
Method Details
-
getTitle
Description copied from interface:FormItemThe 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. -
getOptions
-
setSelected
-
getSelected
-