X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..530ef4b6c5b943cfa68b779d11cf7de29aa878bf:/docs/output/Ext.data.DirectStore.html diff --git a/docs/output/Ext.data.DirectStore.html b/docs/output/Ext.data.DirectStore.html index 526116fd..5340b01d 100644 --- a/docs/output/Ext.data.DirectStore.html +++ b/docs/output/Ext.data.DirectStore.html @@ -1,25 +1,25 @@ -
Properties Methods Events Config Options Direct Link
Observable
  Store
    DirectStore

Class Ext.data.DirectStore

Package:Ext.data
Defined In:DirectStore.js
Class:DirectStore
Extends:Store
xtype:directstore

Small helper class to create an Ext.data.Store configured with an -Ext.data.DirectProxy and Ext.data.JsonReader to make interacting -with an Ext.Direct Server-side Provider easier. -To create a different proxy/reader combination create a basic Ext.data.Store -configured as needed.

-

*Note: Although they are not listed, this class inherits all of the config options of:

-
    -
  • Store
  • -
      -
    -
  • JsonReader
  • - -
  • DirectProxy
  • - +
    Observable
  Store
    DirectStore

    Class Ext.data.DirectStore

    Package:Ext.data
    Defined In:DirectStore.js
    Class:DirectStore
    Extends:Store

    Small helper class to create an Ext.data.Store configured with an +Ext.data.DirectProxy and Ext.data.JsonReader to make interacting +with an Ext.Direct Server-side Provider easier. +To create a different proxy/reader combination create a basic Ext.data.Store +configured as needed.

    +

    *Note: Although they are not listed, this class inherits all of the config options of:

    +

    Config Options

    Config OptionsDefined By
     fields : Ext.util.MixedCollection
    A MixedCollection containing the defined Fields -for the Records stored in this Store. Read-only.
    Store
     hasMultiSort : Boolean +True if this store is currently sorted by more than one field/direction combination.
    Store
     isDestroyed : Boolean +True if the store has been destroyed already. Read only
    Store
     multiSortInfo : Object +Object containing overall sort direction and an ordered array of sorter configs used when sorting on multiple fields
    Store

    Public Methods

    MethodDefined By

    Public Methods

    MethodDefined By
    \ No newline at end of file +Success of the action is determined in the...
Fires if the server returns 200 after an Ext.data.Api.actions CRUD action. +Success of the action is determined in the result['successProperty']property (NOTE for RESTful stores, +a simple 20x response is sufficient for the actions "destroy" and "update". The "create" action should should return 200 along with a database pk).
Listeners will be called with the following arguments:
  • store : Ext.data.Store
  • action : String
    [Ext.data.Api.actions.create|update|destroy]
  • result : Object
    The 'data' picked-out out of the response for convenience.
  • res : Ext.Direct.Transaction
  • rs : Record/Record[]
    Store's records, the subject(s) of the write-action
Store
\ No newline at end of file