|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StaticListItem
A ListItem meant to be used in a StaticSelectionList
| Method Summary | |
|---|---|
org.outerx.daisy.x10.ListItemDocument |
getXml()
|
void |
setLabel(java.util.Locale locale,
java.lang.String label)
Sets a label for this ListItem (optionally to be shown to the end-user instead of the actual value of the ListItem). |
void |
setValue(java.lang.Object value)
Sets the actual value of this ListItem. |
| Methods inherited from interface org.outerj.daisy.repository.schema.ListItem |
|---|
getLabel, getLabelExact, getValue |
| Method Detail |
|---|
void setValue(java.lang.Object value)
value - the value to set for this ListItem
void setLabel(java.util.Locale locale,
java.lang.String label)
This label is localized, i.e. one has to specify a locale for which this label can and will be used.
locale - the locale for which the specified presentation of the label is meantlabel - the presentation of the label to use for the specified localeorg.outerx.daisy.x10.ListItemDocument getXml()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||