|
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.DictionaryData
The DictionaryData interface provides a simple, hashtable-like datasource. The "select" strings are defined as keys to string values; DataSet is not supported.
| Constructor Summary | |
DictionaryData()
Creates a DictionaryData. |
|
DictionaryData(java.util.Dictionary table)
Creates a DictionaryData, using the provided Dictionary for storage. |
|
DictionaryData(java.lang.Object select,
java.lang.Object data)
Creates a DictionaryData initialized with a single pair of data. |
|
| Method Summary | |
java.util.Enumeration |
keys(RenderingContext context)
|
void |
put(java.lang.Object select,
java.lang.Object data)
Adds a key/value pair to the DictionaryData. |
java.lang.Object |
selectValue(RenderingContext context,
java.lang.Object select)
Returns the value registered with the select key. |
void |
updateValue(RenderingContext context,
java.lang.Object select,
java.lang.Object value)
Given a select string, updates the value matching that selection. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DictionaryData()
public DictionaryData(java.util.Dictionary table)
public DictionaryData(java.lang.Object select,
java.lang.Object data)
| Method Detail |
public void put(java.lang.Object select,
java.lang.Object data)
public java.lang.Object selectValue(RenderingContext context,
java.lang.Object select)
selectValue in interface DataObjectoracle.cabo.ui.data.DataObjectcontext - the current rendering contextselect - a select criterion, syntax as defined by the data object
public void updateValue(RenderingContext context,
java.lang.Object select,
java.lang.Object value)
MutableDataObjectupdateValue in interface MutableDataObjectoracle.cabo.ui.data.MutableDataObjectcontext - the current rendering contextselect - a select criterion, syntax as defined by the data objectvalue - the new value associated with this select criterionpublic 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 | ||||||||