X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..b37ceabb82336ee82757cd32efe353cfab8ec267:/docs/output/Ext.data.GroupingStore.html?ds=sidebyside diff --git a/docs/output/Ext.data.GroupingStore.html b/docs/output/Ext.data.GroupingStore.html index 3d3af7fc..505f4b00 100644 --- a/docs/output/Ext.data.GroupingStore.html +++ b/docs/output/Ext.data.GroupingStore.html @@ -174,13 +174,10 @@ for a description of this property. To modify this property see setBasePar...
corresponding configuration option
for a description of this property.
To modify this property see setBaseParam
.Method | Defined By | |
---|---|---|
GroupingStore( Object config )
+ }); | Store | |
{Boolean} : Object isDestroyed
+True if the store has been destroyed already. Read only | Store |
Method | Defined By | |
---|---|---|
GroupingStore( Object config )
Creates a new GroupingStore. Creates a new GroupingStore. Parameters:
| GroupingStore | |
add( Ext.data.Record[] records )
:
@@ -318,13 +316,7 @@ should go based on the current sort information.Commit all Records with outstanding changes. To handle updates for changes,
subscribe to the Store's update event, an... Commit all Records with outstanding changes. To handle updates for changes,
subscribe to the Store's update event, and perform updating when the third parameter is
-Ext.data.Record.COMMIT. Parameters:
| Store | |
createMultipleFilterFn( Array filters )
- :
- FunctionGiven an array of filter functions (each with optional scope), constructs and returns a single function that returns
-... Given an array of filter functions (each with optional scope), constructs and returns a single function that returns
-the result of all of the filters ANDed together Parameters:
| Store | |
createSortFunction( String field , String direction )
- :
- FunctionCreates and returns a function which sorts an array by the given field and direction Creates and returns a function which sorts an array by the given field and direction Parameters:
| Store | |
destroy()
+Ext.data.Record.COMMIT. Parameters:
| Store | |
destroy()
:
void Destroys the store. Destroys the store. Parameters:
| Store | |
each( Function fn , [Object scope ] )
:
@@ -372,21 +364,21 @@ options to filter by more than one property.
Single filter example:
store.filter('name', 'Ed', true, true); //finds all records containing the substring 'Ed'
Multiple filter example:
-store.filter([
+
| Store | |
filterBy( Function fn , [Object scope ] )
:
voidFilter by a function. The specified function will be called for each
@@ -625,8 +617,8 @@ false the load action will b... Fires before a request is
with an array of records for each action. | Store | |
beforewrite :
( Ext.data.Store store , String action , Record/Record[] rs , Object options , Object arg )
Listeners will be called with the following arguments:
| Store | |
clear :
- ( Store this , Record[] The )
- Fires when the data cache has been cleared. Fires when the data cache has been cleared. Listeners will be called with the following arguments:
| Store | |
datachanged :
+ ( Store this , Record[] records )
+ Fires when the data cache has been cleared. Fires when the data cache has been cleared. Listeners will be called with the following arguments:
| Store | |
datachanged :
( Store this )
Fires when the data cache has changed in a bulk manner (e.g., it has been sorted, filtered, etc.) and a
widget that i... Fires when the data cache has changed in a bulk manner (e.g., it has been sorted, filtered, etc.) and a
|