|
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.data.BundleDataObject
DataObject bound to a ResourceBundle instance.
selectValue()
will return the object with that key
in the bundle.
Constructor Summary | |
BundleDataObject(java.util.ResourceBundle bundle)
Creates a BundleDataObject |
Method Summary | |
java.util.Enumeration |
keys(RenderingContext context)
|
java.lang.Object |
selectValue(RenderingContext context,
java.lang.Object select)
Returns the object in the ResourceBundle with a key equal to the select parameter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BundleDataObject(java.util.ResourceBundle bundle)
Method Detail |
public java.lang.Object selectValue(RenderingContext context, java.lang.Object select)
selectValue
in interface DataObject
oracle.cabo.ui.data.DataObject
context
- the current rendering contextselect
- a select criterion, syntax as defined by the data objectpublic java.util.Enumeration keys(RenderingContext context)
keys
in interface KeyedDataObject
|
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 |