X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/docs/output/Ext.data.DirectStore.html diff --git a/docs/output/Ext.data.DirectStore.html b/docs/output/Ext.data.DirectStore.html index 72ee5521..62ac4840 100644 --- a/docs/output/Ext.data.DirectStore.html +++ b/docs/output/Ext.data.DirectStore.html @@ -1,25 +1,25 @@ -
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:

-
    -
  • 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