org.outerj.daisy.repository.schema
Interface SelectionList

All Known Subinterfaces:
StaticSelectionList

public interface SelectionList

A list of values from which one can be selected by the end-user.

This SelectionList consists of ListItems.


Method Summary
 ListItem[] getItems()
           
 java.lang.String getLabel(java.lang.Object value, java.util.Locale locale)
          Returns the label defined in the selection list for the given value, or null if not available.
 org.outerx.daisy.x10.SelectionListDocument getXml()
           
 void setAllFromXml(org.outerx.daisy.x10.SelectionListDocument.SelectionList list)
           
 

Method Detail

getItems

public ListItem[] getItems()

getLabel

public java.lang.String getLabel(java.lang.Object value,
                                 java.util.Locale locale)
Returns the label defined in the selection list for the given value, or null if not available.


getXml

public org.outerx.daisy.x10.SelectionListDocument getXml()

setAllFromXml

public void setAllFromXml(org.outerx.daisy.x10.SelectionListDocument.SelectionList list)


Copyright © -2005 . All Rights Reserved.