|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A plug in to the DataManager
that provides an adapter between the DataManager and the
CUF com.sdm.util.model.ValueModels in order to allow the CUF value binding to work with
the DataManager
Note: this is work in progress. It should be extended as needed until it covers the whole scope of the cuf value models.
| Method Summary | |
DelegateAccess |
getDelegateAccess(java.lang.String key,
java.lang.String keyIndexedValue)
Returns a DelegateAccess for the node with the given key
based on an indexed node that contains the value which is passed
to DelegateAccess#getValue(java.lang.Object). |
SelectionInList |
getSelectionInListValueModel(java.lang.String key)
Returns a SelectionInList for the node with the given key.
|
ValueModel |
getValueModel(java.lang.String key)
Returns a ValueModel for the node with the given key |
| Methods inherited from interface com.sdm.quasar.client.core.data.DataManagerPlugIn |
install |
| Methods inherited from interface com.sdm.quasar.client.core.common.Disposable |
dispose |
| Method Detail |
public ValueModel getValueModel(java.lang.String key)
ValueModel for the node with the given key
key - the key of the node
public SelectionInList getSelectionInListValueModel(java.lang.String key)
SelectionInList for the node with the given key.
The node must be an IndexedNode.
key - the key of the node
public DelegateAccess getDelegateAccess(java.lang.String key,
java.lang.String keyIndexedValue)
DelegateAccess for the node with the given key
based on an indexed node that contains the value which is passed
to DelegateAccess#getValue(java.lang.Object).
key - the key of the node whose value should be returnedkeyIndexedValue - the key of the indexed node that forms the base of the delegate access
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||