|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface a ValueHandler calls in the value handler stack
of a node to pass requests on to the next value handler.
This is a callback interface passed to a value handler when a value accessed
(either get or set) to give the value handler access to the next value
handler in the stack of the specific node. This chain is organized by the
com.sdm.quasar.client.core.data.internal.impl.NodeController.
| Method Summary | |
boolean |
canModifyValue(Context context)
|
java.util.Set |
getIndexSet(Context context)
|
java.lang.Object |
getValue(Context context)
Returns the (indexed) value of the node |
boolean |
hasValue(Context context)
|
void |
setValue(Context context,
java.lang.Object value)
Sets the (indexed) value |
| Method Detail |
public boolean hasValue(Context context)
context - the context to resolve the indices
ValueHandler.hasValue(NodeController, Context, NestedValueHandler)public java.lang.Object getValue(Context context)
context - the context to resolve the indices
ValueHandler.getValue(NodeController, Context, NestedValueHandler)public boolean canModifyValue(Context context)
context - the context to resolve the indices
ValueHandler.canModifyValue(NodeController, Context, NestedValueHandler)
public void setValue(Context context,
java.lang.Object value)
context - the context to resolve the indicesvalue - the new valueValueHandler.setValue(NodeController, Context, Object, NestedValueHandler)public java.util.Set getIndexSet(Context context)
context - the context to resolve the indices
Set of the index values for the node or null.ValueHandler.getIndexSet(NodeController, Context, NestedValueHandler)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||