|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableDataObject
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(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
Given a select string, updates the value matching that selection. |
Methods inherited from interface org.apache.myfaces.trinidadinternal.ui.data.DataObject |
---|
selectValue |
Method Detail |
---|
void updateValue(UIXRenderingContext 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |