X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.data.GroupingStore.html diff --git a/docs/output/Ext.data.GroupingStore.html b/docs/output/Ext.data.GroupingStore.html index 04951064..505f4b00 100644 --- a/docs/output/Ext.data.GroupingStore.html +++ b/docs/output/Ext.data.GroupingStore.html @@ -1,1498 +1,662 @@ -
-
- Properties - Methods - Events - Config Options - Direct Link -
-
-
Observable
-  Store
-    GroupingStore
-

Class Ext.data.GroupingStore

- - - - - -
Package:Ext.data
Defined In:GroupingStore.js
Class:GroupingStore
Extends:Store
-
- * -A specialized store implementation that provides for grouping records by one of the available fields. This -is usually used in conjunction with an Ext.grid.GroupingView to proved the data model for -a grouped GridPanel.
- -
- -

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
  - - groupField : String
- The field name by which to sort the store's data (defaults to '').
-
GroupingStore
  - - 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