X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.data.Store.html diff --git a/docs/output/Ext.data.Store.html b/docs/output/Ext.data.Store.html index b6407a12..38f2e8bc 100644 --- a/docs/output/Ext.data.Store.html +++ b/docs/output/Ext.data.Store.html @@ -1,1430 +1,700 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Store
-

Class Ext.data.Store

- - - - - - -
Package:Ext.data
Defined In:Store.js
Class:Store
Subclasses:GroupingStore, JsonStore, SimpleStore, SQLiteStore
Extends:Observable
-
- * -The Store class encapsulates a client side cache of Record -objects which provide input data for Components such as the GridPanel, -the ComboBox, or the DataView

-

A Store object uses its configured implementation of DataProxy -to access a data object unless you call loadData directly and pass in your data.

-

A Store object has no knowledge of the format of the data returned by the Proxy.

-

A Store object uses its configured implementation of DataReader -to create Record instances from the data object. These Records -are cached and made available through accessor functions.

- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - autoLoad : Boolean/Object
- If passed, this store's load method is automatically called after creation with the autoLoad object
-
Store
  - - baseParams : Object
- An object containing properties which are to be sent as parameters on any HTTP request
-
Store
  - - data : Array
- Inline data to be loaded when the store is initialized.
-
Store
  - - proxy : Ext.data.DataProxy
- The Proxy object which provides access to a data object.
-
Store
  - - storeId : String
- If passed, the id to use to register with the StoreMgr
-
Store
  - - url : String
- If passed, an HttpProxy is created for the passed URL
-
Store
- -

Public Properties

- - - - - - - - - - - - - - - - - - - - - - -
PropertyDefined By
  - - fields : Ext.util.MixedCollection
- A MixedCollection containing the defined Fields for the Records stored in this Store. Read-only.
-
Store
\ No newline at end of file