Daisy Open Source CMS

org.outerj.daisy.repository.schema
Interface StaticSelectionList

All Superinterfaces:
SelectionList, StaticListItemParent

public interface StaticSelectionList
extends SelectionList, StaticListItemParent

A static selection list. Can be hierarchical if it belongs to a field type which is hierarchical.

This selection list is created on a field type through FieldType.createStaticSelectionList().


Method Summary
 StaticListItem createStaticListItem(Object value)
          Deprecated. Has been renamed to StaticListItemParent.createItem(java.lang.Object).
 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, getItemLabel, getItems, getItems, getLabel
 
Methods inherited from interface org.outerj.daisy.repository.schema.StaticListItemParent
addItem, clear, createItem, getItem, getItemLabel
 

Method Detail

createStaticListItem

StaticListItem createStaticListItem(Object value)
Deprecated. Has been renamed to StaticListItemParent.createItem(java.lang.Object).


getXml

org.outerx.daisy.x10.StaticSelectionListDocument getXml()

setAllFromXml

void setAllFromXml(org.outerx.daisy.x10.StaticSelectionListDocument.StaticSelectionList list)

Daisy Open Source CMS