|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A static selection list, manually created by a daisy administrator for a specific FieldType.
Method Summary | |
void |
addItem(java.lang.Object value)
Adds a value to this StaticSelectionList. |
void |
clear()
Clears this SelectionList |
StaticListItem |
createStaticListItem(java.lang.Object value)
Creates a StaticListItem instance, adds it to this selection list and returns it. |
Methods inherited from interface org.outerj.daisy.repository.schema.SelectionList |
getItems, getLabel, getXml, setAllFromXml |
Method Detail |
public void addItem(java.lang.Object value) throws java.lang.Exception
This value will be wrapped in a ListItem object, i.e. this method is actually a shortcut for the createStaticListItem(ListItem listItem) method, relieving the outside world from the task of creating a ListItem object.
value
- the object containing the value to be
stored in the StaticSelectionList
java.lang.Exception
public void clear()
public StaticListItem createStaticListItem(java.lang.Object value)
value
- the object containing the value to be stored
in the StaticListItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |