Constructordojox.data.KeyValueStore

dojo.require("dojox.data.KeyValueStore");
defined in dojox/data/KeyValueStore.js

constructor

Usage

function (/*Object*/ keywordParameters) (view source)
parametertypedescription
keywordParametersObjectdataVar jsonObject}

Jump to PropertiesFunctionsBack to top

See dojo.data.api.Read.close()
FunctioncontainsValue(item, attribute, value)
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()
FunctiongetLabel(item)
See dojo.data.api.Read.getLabel()
See dojo.data.api.Read.getLabelAttributes()
FunctiongetValue(item, attribute, defaultValue)
See dojo.data.api.Read.getValue()
FunctiongetValues(item, attribute)
See dojo.data.api.Read.getValues() Key/Value syntax does not support multi-valued attributes, so this is just a wrapper function for getValue().
FunctionhasAttribute(item, attribute)
See dojo.data.api.Read.hasAttribute()
FunctionisItem(something)
See dojo.data.api.Read.isItem()
FunctionisItemLoaded(something)
See dojo.data.api.Read.isItemLoaded() The KeyValueStore always loads all items, so if it's an item, then it's loaded.
FunctionloadItem(keywordArgs: Object)
See dojo.data.api.Read.loadItem()
Function_assertIsAttribute(item, attribute: String)
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.
Function_containsValue(item, attribute, value, regexp: RegExp?)
Internal function for looking at the values contained by the item.
Function_createItem(something: Object)
Function_fetchItems(keywordArgs: Object, findCallback: Function, errorCallback: Function)
See dojo.data.util.simpleFetch.fetch()
Internal function to execute delayed request in the store. Execute any deferred fetches now.

Jump to FunctionsPropertiesBack to top