|
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 | ||||||||
The MutableDataObject interface provides an extremely simple API for modifying arbitrarily structured data. All "updates" are based simply on a selection string. It is entirely up to an implementation of this interface to define the syntax for these strings.
| Method Summary | |
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 interface oracle.cabo.ui.data.DataObject |
selectValue |
| Method Detail |
public void updateValue(RenderingContext context,
java.lang.Object select,
java.lang.Object value)
context - the current rendering contextselect - a select criterion, syntax as defined by the data objectvalue - the new value associated with this select criterion
|
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 | ||||||||