X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.data.GroupingStore.html diff --git a/docs/output/Ext.data.GroupingStore.html b/docs/output/Ext.data.GroupingStore.html index 91aef9bb..ee498e28 100644 --- a/docs/output/Ext.data.GroupingStore.html +++ b/docs/output/Ext.data.GroupingStore.html @@ -1,4 +1,6 @@ -
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 +
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 provide the data model for a grouped GridPanel. Internally, GroupingStore is simply a normal Store with multi sorting enabled from the start. The grouping field @@ -34,7 +36,7 @@ to false.

generated for each record.

Store data : Array
An inline data object readable by the reader. Typically this option, or the url option will be specified.
Store defaultParamNames : Object
Provides the default values for the paramNames property. To globally modify the parameters for all stores, this objec...
Provides the default values for the paramNames property. To globally modify the parameters -for all stores, this object should be changed on the store prototype.
Store groupField : String
The field name by which to sort the store's data (defaults to '').
GroupingStore groupOnSort : Boolean
True to sort the data on the grouping field when a grouping operation occurs, false to sort based on the +for all stores, this object should be changed on the store prototype.
Store groupDir : String
The direction to sort the groups. Defaults to 'ASC'.
GroupingStore groupField : String
The field name by which to sort the store's data (defaults to '').
GroupingStore groupOnSort : Boolean
True to sort the data on the grouping field when a grouping operation occurs, false to sort based on the existing sor...
True to sort the data on the grouping field when a grouping operation occurs, false to sort based on the existing sort info (defaults to false).
GroupingStore listeners : Object
A config object containing one or more event handlers to be added to this object during initialization. This should ...

A config object containing one or more event handlers to be added to this