dojox.data.KeyValueStore
dojo.require("dojox.data.KeyValueStore");
defined in dojox/data/KeyValueStore.js
constructor
Usage
function (/*Object*/ keywordParameters) (view source)
parameter | type | description |
---|---|---|
keywordParameters | Object | dataVar jsonObject} |
FunctionsBack to top
See dojo.data.api.Read.close()

See dojo.data.api.Read.containsValue()
See dojo.data.api.Identity.fetchItemByIdentity()

See dojo.data.api.Read.getAttributes()
See dojo.data.api.Read.getFeatures()

See dojo.data.api.Identity.getIdentity()

See dojo.data.api.Identity.getIdentifierAttributes()

See dojo.data.api.Read.getLabel()

See dojo.data.api.Read.getLabelAttributes()

See dojo.data.api.Read.getValue()

See dojo.data.api.Read.getValues() Key/Value syntax does not support multi-valued attributes, so this is just a wrapper function for getValue().

See dojo.data.api.Read.hasAttribute()

See dojo.data.api.Read.isItem()

See dojo.data.api.Read.isItemLoaded() The KeyValueStore always loads all items, so if it's an item, then it's loaded.
This function tests whether the item passed in is indeed a valid 'attribute' like type for the store.

This function tests whether the item passed in is indeed an item in the store.
Internal function for looking at the values contained by the item.
See dojo.data.util.simpleFetch.fetch()
Internal function to execute delayed request in the store. Execute any deferred fetches now.