|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StaticSelectionList
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. |
org.outerx.daisy.x10.StaticSelectionListDocument |
getXml()
|
void |
setAllFromXml(org.outerx.daisy.x10.StaticSelectionListDocument.StaticSelectionList list)
|
| Methods inherited from interface org.outerj.daisy.repository.schema.SelectionList |
|---|
addToFieldTypeXml, getItems, getItems, getLabel |
| Method Detail |
|---|
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.Exceptionvoid clear()
StaticListItem createStaticListItem(java.lang.Object value)
value - the object containing the value to be stored
in the StaticListItemorg.outerx.daisy.x10.StaticSelectionListDocument getXml()
void setAllFromXml(org.outerx.daisy.x10.StaticSelectionListDocument.StaticSelectionList list)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||