Function
A widget for a data store
This widget represents a data store of 'storeClass' attribute.
A
class name of a data store
Function
Call _createStore()
See _createStore().
Function
Create a data store desription: A data store of 'storeClass' is created with arguments specified with attributes.
A data store
null|Object
Function
Call getFeatures() method of a data store
See dojo.data.api.Read.getFeatures().
A features object
Object
Function
A request object
Call fetch() method of a data store
See dojo.data.api.Read.fetch().
A request object
Object
Function
A save arguments object
Call save() method of a data store
See dojo.data.api.Write.save().
Function
A new item arguments object
Call newItem() method of a data store
See dojo.data.api.Write.newItem().
A new item
Object
Function
Call deleteItem() method of a data store
See dojo.data.api.Write.deleteItem().
A boolean
Boolean
Function
Call revert() method of a data store
See dojo.data.api.Write.revert().
A boolean
Boolean
Object
Object
Object