|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--oracle.cabo.ui.collection.ContextMapDataObject
Adapts a ContextMap into a KeyedDataObject
BaseMutableUINode.setNamedChildMap(oracle.cabo.ui.collection.ContextMap)| Constructor Summary | |
ContextMapDataObject(ContextMap map)
|
|
| Method Summary | |
java.util.Enumeration |
keys(RenderingContext context)
Returns an Enumeration of all of the keys in the ContextMap given the specified context. |
java.lang.Object |
selectValue(RenderingContext context,
java.lang.Object select)
Returns a value from the underlying ContextMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ContextMapDataObject(ContextMap map)
| Method Detail |
public java.lang.Object selectValue(RenderingContext context,
java.lang.Object select)
selectValue in interface DataObjectcontext - the current rendering contextselect - the key of the ContextMap to return the value ofpublic java.util.Enumeration keys(RenderingContext context)
The entire contents of the ContextMap can
be retrieved by calling ContextMap.get for each of the keys
in the enumeration.
keys in interface KeyedDataObjectRenderingContext - context Context used to determine the set of
keys.
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||