|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.3.0) E17480-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ListEntriesHolder
Interface denoting a component that stores list entries.
| Method Summary | |
|---|---|
boolean |
addListEntry(CollectionEntry entry)Adds the specified list entry to the list. |
java.util.List<CollectionEntry> |
getListEntries()A list of entries for this component. |
java.lang.String |
getListValueClass()A fully qualified class name for values in the list to be created. |
boolean |
removeListEntry(CollectionEntry entry)Removes the specified list entry from the list. |
boolean |
setListValueClass(java.lang.String listValueClass)If listValueClass is null, and bean definition contains list-entries child, this child will be removed. |
| Method Detail |
|---|
java.util.List<CollectionEntry> getListEntries()
java.lang.String getListValueClass()
boolean setListValueClass(java.lang.String listValueClass)
listValueClass - the new value for value-class propertyboolean removeListEntry(CollectionEntry entry)
entry - the list entry to be removedboolean addListEntry(CollectionEntry entry)
entry - the list entry to be added
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Controller 11g Release 2 (11.1.2.3.0) E17480-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||