Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/wire/ml/DataStore.js

  • Provides:

    • dojox.wire.ml.DataStore
  • Requires:

    • dijit._Widget in common
    • dojox.wire._base in common
  • dojox.wire.ml.DataStore

    • type
      Function
    • chains:
      • dijit._Widget: (prototype)
      • dijit._Widget: (call)
    • summary
      A widget for a data store
    • description
      This widget represents a data store of 'storeClass' attribute.
  • dojox.wire.ml.DataStore.storeClass

    • type
      A
    • summary
      class name of a data store
  • dojox.wire.ml.DataStore.postCreate

    • summary
      Call _createStore()
    • description
      See _createStore().
    • type
      Function
  • dojox.wire.ml.DataStore.store

    • type
      Object
  • dojox.wire.ml.DataStore._createStore

    • returns
      null|Object
    • summary
      Create a data store
      desription:
      A data store of 'storeClass' is created with arguments
      specified with attributes.
    • return_summary
      A data store
    • type
      Function
  • dojox.wire.ml.DataStore.domNode.attributes

  • dojox.wire.ml.DataStore.getFeatures

    • returns
      Object
    • summary
      Call getFeatures() method of a data store
    • description
      See dojo.data.api.Read.getFeatures().
    • return_summary
      A features object
    • type
      Function
  • dojox.wire.ml.DataStore.fetch

    • parameters:
      • request: (typeof Object)
        A request object
    • returns
      Object
    • summary
      Call fetch() method of a data store
    • description
      See dojo.data.api.Read.fetch().
    • return_summary
      A request object
    • type
      Function
  • dojox.wire.ml.DataStore.save

    • parameters:
      • args: (typeof Object)
        A save arguments object
    • summary
      Call save() method of a data store
    • description
      See dojo.data.api.Write.save().
    • type
      Function
  • dojox.wire.ml.DataStore.newItem

    • parameters:
      • args: (typeof Object)
        A new item arguments object
    • returns
      Object
    • summary
      Call newItem() method of a data store
    • description
      See dojo.data.api.Write.newItem().
    • return_summary
      A new item
    • type
      Function
  • dojox.wire.ml.DataStore.deleteItem

    • parameters:
      • item: (typeof Object)
    • returns
      Boolean
    • summary
      Call deleteItem() method of a data store
    • description
      See dojo.data.api.Write.deleteItem().
    • return_summary
      A boolean
    • type
      Function
  • dojox.wire.ml.DataStore.revert

    • returns
      Boolean
    • summary
      Call revert() method of a data store
    • description
      See dojo.data.api.Write.revert().
    • return_summary
      A boolean
    • type
      Function
  • dojox.wire.ml

    • type
      Object
  • dojox.wire

    • type
      Object
  • dojox

    • type
      Object