|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StaticListItemParent
Methods shared by objects that contain child static list items.
| Method Summary | |
|---|---|
void |
addItem(Object value)
Deprecated. This method does exactly the same as createItem(Object),
except that the created list item is not returned. |
void |
clear()
Removes all child items. |
StaticListItem |
createItem(Object value)
Creates a StaticListItem instance, adds it to this selection list and returns it. |
StaticListItem |
getItem(Object value)
|
String |
getItemLabel(Object value,
Locale locale)
|
| Method Detail |
|---|
void addItem(Object value)
throws Exception
createItem(Object),
except that the created list item is not returned.
Exceptionvoid clear()
StaticListItem createItem(Object value)
Calling this on an list item is only possible if the selection list belongs to a hierarchical field type.
StaticListItem getItem(Object value)
String getItemLabel(Object value,
Locale locale)
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||