Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.data.BufferStore.js
1 Ext.data.JsonP.Ext_data_BufferStore({
2   "tagname": "class",
3   "name": "Ext.data.BufferStore",
4   "doc": "\n",
5   "extends": "Ext.data.Store",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": true,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "autoLoad",
21       "member": "Ext.data.AbstractStore",
22       "type": "Boolean/Object",
23       "doc": "<p>If data is not specified, and if autoLoad is true or an Object, this store's load method\nis automatically called after creation. If the value of autoLoad is an Object, this Object will be passed to the store's\nload method. Defaults to false.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
26       "linenr": 56,
27       "html_filename": "AbstractStore.html",
28       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-autoLoad",
29       "shortDoc": "If data is not specified, and if autoLoad is true or an Object, this store's load method\nis automatically called afte..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "autoSync",
34       "member": "Ext.data.AbstractStore",
35       "type": "Boolean",
36       "doc": "<p>True to automatically sync the Store with its Proxy after every edit to one of its Records.\nDefaults to false.</p>\n",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
39       "linenr": 63,
40       "html_filename": "AbstractStore.html",
41       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-autoSync"
42     },
43     {
44       "tagname": "cfg",
45       "name": "buffered",
46       "member": "Ext.data.Store",
47       "type": "Boolean",
48       "doc": "<p>Allow the store to buffer and pre-fetch pages of records. This is to be used in conjunction with a view will\ntell the store to pre-fetch records ahead of a time.</p>\n",
49       "private": false,
50       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
51       "linenr": 305,
52       "html_filename": "Store2.html",
53       "href": "Store2.html#Ext-data-Store-cfg-buffered",
54       "shortDoc": "Allow the store to buffer and pre-fetch pages of records. This is to be used in conjunction with a view will\ntell the..."
55     },
56     {
57       "tagname": "cfg",
58       "name": "clearOnPageLoad",
59       "member": "Ext.data.Store",
60       "type": "Boolean",
61       "doc": "<p>True to empty the store when loading another page via <a href=\"#/api/Ext.data.BufferStore-method-loadPage\" rel=\"Ext.data.BufferStore-method-loadPage\" class=\"docClass\">loadPage</a>,\n<a href=\"#/api/Ext.data.BufferStore-method-nextPage\" rel=\"Ext.data.BufferStore-method-nextPage\" class=\"docClass\">nextPage</a> or <a href=\"#/api/Ext.data.BufferStore-method-previousPage\" rel=\"Ext.data.BufferStore-method-previousPage\" class=\"docClass\">previousPage</a> (defaults to true). Setting to false keeps existing records, allowing\nlarge data sets to be loaded one page at a time but rendered all together.</p>\n",
62       "private": false,
63       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
64       "linenr": 284,
65       "html_filename": "Store2.html",
66       "href": "Store2.html#Ext-data-Store-cfg-clearOnPageLoad",
67       "shortDoc": "True to empty the store when loading another page via loadPage,\nnextPage or previousPage (defaults to true). Setting ..."
68     },
69     {
70       "tagname": "cfg",
71       "name": "data",
72       "member": "Ext.data.Store",
73       "type": "Array",
74       "doc": "<p>Optional array of Model instances or data objects to load locally. See \"Inline data\" above for details.</p>\n",
75       "private": false,
76       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
77       "linenr": 246,
78       "html_filename": "Store2.html",
79       "href": "Store2.html#Ext-data-Store-cfg-data"
80     },
81     {
82       "tagname": "cfg",
83       "name": "fields",
84       "member": "Ext.data.AbstractStore",
85       "type": "Array",
86       "doc": "<p>This may be used in place of specifying a <a href=\"#/api/Ext.data.BufferStore-cfg-model\" rel=\"Ext.data.BufferStore-cfg-model\" class=\"docClass\">model</a> configuration. The fields should be a\nset of <a href=\"#/api/Ext.data.Field\" rel=\"Ext.data.Field\" class=\"docClass\">Ext.data.Field</a> configuration objects. The store will automatically create a <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a>\nwith these fields. In general this configuration option should be avoided, it exists for the purposes of\nbackwards compatibility. For anything more complicated, such as specifying a particular id property or\nassocations, a <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> should be defined and specified for the <a href=\"#/api/Ext.data.BufferStore-cfg-model\" rel=\"Ext.data.BufferStore-cfg-model\" class=\"docClass\">model</a> config.</p>\n",
87       "private": false,
88       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
89       "linenr": 126,
90       "html_filename": "AbstractStore.html",
91       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-fields",
92       "shortDoc": "This may be used in place of specifying a model configuration. The fields should be a\nset of Ext.data.Field configura..."
93     },
94     {
95       "tagname": "cfg",
96       "name": "listeners",
97       "member": "Ext.util.Observable",
98       "type": "Object",
99       "doc": "<p>(optional) <p>A config object containing one or more event handlers to be added to this\nobject during initialization.  This should be a valid listeners config object as specified in the\n<a href=\"#/api/Ext.data.BufferStore-method-addListener\" rel=\"Ext.data.BufferStore-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple handlers at once.</p></p>\n\n<br><p><b><u>DOM events from ExtJs <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></u></b></p>\n\n\n<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this\n\n\n<p>is usually only done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s\n<b><code><a href=\"#/api/Ext.view.View--click\" rel=\"Ext.view.View--click\" class=\"docClass\">click</a></code></b> event passing the node clicked on. To access DOM\nevents directly from a child element of a Component, we need to specify the <code>element</code> option to\nidentify the Component property to add a DOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n\n\n<p></p></p>\n",
100       "private": false,
101       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
102       "linenr": 103,
103       "html_filename": "Observable.html",
104       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
105       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
106     },
107     {
108       "tagname": "cfg",
109       "name": "model",
110       "member": "Ext.data.Store",
111       "type": "String",
112       "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> associated with this store</p>\n",
113       "private": false,
114       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
115       "linenr": 250,
116       "html_filename": "Store2.html",
117       "href": "Store2.html#Ext-data-Store-cfg-model"
118     },
119     {
120       "tagname": "cfg",
121       "name": "pageSize",
122       "member": "Ext.data.Store",
123       "type": "Number",
124       "doc": "<p>The number of records considered to form a 'page'. This is used to power the built-in\npaging using the nextPage and previousPage functions. Defaults to 25.</p>\n",
125       "private": false,
126       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
127       "linenr": 270,
128       "html_filename": "Store2.html",
129       "href": "Store2.html#Ext-data-Store-cfg-pageSize",
130       "shortDoc": "The number of records considered to form a 'page'. This is used to power the built-in\npaging using the nextPage and p..."
131     },
132     {
133       "tagname": "cfg",
134       "name": "proxy",
135       "member": "Ext.data.Store",
136       "type": "String/Ext.data.proxy.Proxy/Object",
137       "doc": "<p>The Proxy to use for this Store. This can be either a string, a config\nobject or a Proxy instance - see <a href=\"#/api/Ext.data.BufferStore-method-setProxy\" rel=\"Ext.data.BufferStore-method-setProxy\" class=\"docClass\">setProxy</a> for details.</p>\n",
138       "private": false,
139       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
140       "linenr": 241,
141       "html_filename": "Store2.html",
142       "href": "Store2.html#Ext-data-Store-cfg-proxy",
143       "shortDoc": "The Proxy to use for this Store. This can be either a string, a config\nobject or a Proxy instance - see setProxy for ..."
144     },
145     {
146       "tagname": "cfg",
147       "name": "purgePageCount",
148       "member": "Ext.data.Store",
149       "type": "Number",
150       "doc": "<p>The number of pages to keep in the cache before purging additional records. A value of 0 indicates to never purge the prefetched data.\nThis option is only relevant when the <a href=\"#/api/Ext.data.BufferStore-cfg-buffered\" rel=\"Ext.data.BufferStore-cfg-buffered\" class=\"docClass\">buffered</a> option is set to true.</p>\n",
151       "private": false,
152       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
153       "linenr": 312,
154       "html_filename": "Store2.html",
155       "href": "Store2.html#Ext-data-Store-cfg-purgePageCount",
156       "shortDoc": "The number of pages to keep in the cache before purging additional records. A value of 0 indicates to never purge the..."
157     },
158     {
159       "tagname": "cfg",
160       "name": "remoteFilter",
161       "member": "Ext.data.Store",
162       "type": "Boolean",
163       "doc": "<p>True to defer any filtering operation to the server. If false, filtering is done locally on the client. Defaults to <tt>false</tt>.</p>\n",
164       "private": false,
165       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
166       "linenr": 227,
167       "html_filename": "Store2.html",
168       "href": "Store2.html#Ext-data-Store-cfg-remoteFilter",
169       "shortDoc": "True to defer any filtering operation to the server. If false, filtering is done locally on the client. Defaults to f..."
170     },
171     {
172       "tagname": "cfg",
173       "name": "remoteGroup",
174       "member": "Ext.data.Store",
175       "type": "Boolean",
176       "doc": "<p>True if the grouping should apply on the server side, false if it is local only (defaults to false).  If the\ngrouping is local, it can be applied immediately to the data.  If it is remote, then it will simply act as a\nhelper, automatically sending the grouping information to the server.</p>\n",
177       "private": false,
178       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
179       "linenr": 233,
180       "html_filename": "Store2.html",
181       "href": "Store2.html#Ext-data-Store-cfg-remoteGroup",
182       "shortDoc": "True if the grouping should apply on the server side, false if it is local only (defaults to false).  If the\ngrouping..."
183     },
184     {
185       "tagname": "cfg",
186       "name": "remoteSort",
187       "member": "Ext.data.Store",
188       "type": "Boolean",
189       "doc": "<p>True to defer any sorting operation to the server. If false, sorting is done locally on the client. Defaults to <tt>false</tt>.</p>\n",
190       "private": false,
191       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
192       "linenr": 221,
193       "html_filename": "Store2.html",
194       "href": "Store2.html#Ext-data-Store-cfg-remoteSort"
195     },
196     {
197       "tagname": "cfg",
198       "name": "sortOnFilter",
199       "member": "Ext.data.Store",
200       "type": "Boolean",
201       "doc": "<p>For local filtering only, causes <a href=\"#/api/Ext.data.BufferStore-method-sort\" rel=\"Ext.data.BufferStore-method-sort\" class=\"docClass\">sort</a> to be called whenever <a href=\"#/api/Ext.data.BufferStore-method-filter\" rel=\"Ext.data.BufferStore-method-filter\" class=\"docClass\">filter</a> is called,\ncausing the sorters to be reapplied after filtering. Defaults to true</p>\n",
202       "private": false,
203       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
204       "linenr": 299,
205       "html_filename": "Store2.html",
206       "href": "Store2.html#Ext-data-Store-cfg-sortOnFilter",
207       "shortDoc": "For local filtering only, causes sort to be called whenever filter is called,\ncausing the sorters to be reapplied aft..."
208     },
209     {
210       "tagname": "cfg",
211       "name": "storeId",
212       "member": "Ext.data.AbstractStore",
213       "type": "String",
214       "doc": "<p>Optional unique identifier for this store. If present, this Store will be registered with\nthe <a href=\"#/api/Ext.data.StoreManager\" rel=\"Ext.data.StoreManager\" class=\"docClass\">Ext.data.StoreManager</a>, making it easy to reuse elsewhere. Defaults to undefined.</p>\n",
215       "private": false,
216       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
217       "linenr": 121,
218       "html_filename": "AbstractStore.html",
219       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-storeId",
220       "shortDoc": "Optional unique identifier for this store. If present, this Store will be registered with\nthe Ext.data.StoreManager, ..."
221     }
222   ],
223   "method": [
224     {
225       "tagname": "method",
226       "name": "BufferStore",
227       "member": "Ext.data.Store",
228       "doc": "\n",
229       "params": [
230         {
231           "type": "Object",
232           "name": "config",
233           "doc": "<p>Optional config object</p>\n",
234           "optional": false
235         }
236       ],
237       "return": {
238         "type": "void",
239         "doc": "\n"
240       },
241       "private": false,
242       "static": false,
243       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
244       "linenr": 1,
245       "html_filename": "Store2.html",
246       "href": "Store2.html#Ext-data-Store-method-constructor",
247       "shortDoc": "\n"
248     },
249     {
250       "tagname": "method",
251       "name": "add",
252       "member": "Ext.data.Store",
253       "doc": "<p>Adds Model instances to the Store by instantiating them based on a JavaScript object. When adding already-\ninstantiated Models, use <a href=\"#/api/Ext.data.BufferStore-method-insert\" rel=\"Ext.data.BufferStore-method-insert\" class=\"docClass\">insert</a> instead. The instances will be added at the end of the existing collection.\nThis method accepts either a single argument array of Model instances or any number of model instance arguments.\nSample usage:</p>\n\n<pre><code>myStore.add({some: 'data'}, {some: 'other data'});\n</code></pre>\n\n",
254       "params": [
255         {
256           "type": "Object",
257           "name": "data",
258           "doc": "<p>The data for each model</p>\n",
259           "optional": false
260         }
261       ],
262       "return": {
263         "type": "Array",
264         "doc": "<p>The array of newly created model instances</p>\n"
265       },
266       "private": false,
267       "static": false,
268       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
269       "linenr": 797,
270       "html_filename": "Store2.html",
271       "href": "Store2.html#Ext-data-Store-method-add",
272       "shortDoc": "Adds Model instances to the Store by instantiating them based on a JavaScript object. When adding already-\ninstantiat..."
273     },
274     {
275       "tagname": "method",
276       "name": "addEvents",
277       "member": "Ext.util.Observable",
278       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
279       "params": [
280         {
281           "type": "Object/String",
282           "name": "o",
283           "doc": "<p>Either an object with event names as properties with a value of <code>true</code>\nor the first event name string if multiple event names are being passed as separate parameters.</p>\n",
284           "optional": false
285         },
286         {
287           "type": "String",
288           "name": "",
289           "doc": "<p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.\nUsage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n\n",
290           "optional": false
291         }
292       ],
293       "return": {
294         "type": "void",
295         "doc": "\n"
296       },
297       "private": false,
298       "static": false,
299       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
300       "linenr": 452,
301       "html_filename": "Observable.html",
302       "href": "Observable.html#Ext-util-Observable-method-addEvents",
303       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
304     },
305     {
306       "tagname": "method",
307       "name": "addListener",
308       "member": "Ext.util.Observable",
309       "doc": "<p>Appends an event handler to this object.</p>\n",
310       "params": [
311         {
312           "type": "String",
313           "name": "eventName",
314           "doc": "<p>The name of the event to listen for. May also be an object who's property names are event names. See</p>\n",
315           "optional": false
316         },
317         {
318           "type": "Function",
319           "name": "handler",
320           "doc": "<p>The method the event invokes.</p>\n",
321           "optional": false
322         },
323         {
324           "type": "Object",
325           "name": "scope",
326           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
327           "optional": true
328         },
329         {
330           "type": "Object",
331           "name": "options",
332           "doc": "<p>(optional) An object containing handler configuration.\nproperties. This may contain any of the following properties:<ul>\n<li><b>scope</b> : Object<div class=\"sub-desc\">The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></div></li>\n<li><b>delay</b> : Number<div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>\n<li><b>single</b> : Boolean<div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li><b>buffer</b> : Number<div class=\"sub-desc\">Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n<li><b>target</b> : Observable<div class=\"sub-desc\">Only call the handler if the event was fired on the target Observable, <i>not</i>\nif the event was bubbled up from a child Observable.</div></li>\n<li><b>element</b> : String<div class=\"sub-desc\"><b>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</b>\nThe name of a Component property which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which\nwill exist only after the Component is rendered. For example, to add a click listener to a Panel's body:\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></p>\n\n\n<p>When added in this way, the options available are the options applicable to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n\n\n<p></div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA delayed, one-time listener.\n<pre><code>myPanel.on('hide', this.handleClick, this, {\nsingle: true,\ndelay: 100\n});</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple events. For example:\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>.\n<p>\n\n",
333           "optional": true
334         }
335       ],
336       "return": {
337         "type": "void",
338         "doc": "\n"
339       },
340       "private": false,
341       "static": false,
342       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
343       "linenr": 271,
344       "html_filename": "Observable.html",
345       "href": "Observable.html#Ext-util-Observable-method-addListener",
346       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
347     },
348     {
349       "tagname": "method",
350       "name": "addManagedListener",
351       "member": "Ext.util.Observable",
352       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
353       "params": [
354         {
355           "type": "Observable/Element",
356           "name": "item",
357           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
358           "optional": false
359         },
360         {
361           "type": "Object/String",
362           "name": "ename",
363           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
364           "optional": false
365         },
366         {
367           "type": "Function",
368           "name": "fn",
369           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
370           "optional": false
371         },
372         {
373           "type": "Object",
374           "name": "scope",
375           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
376           "optional": false
377         },
378         {
379           "type": "Object",
380           "name": "opt",
381           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
382           "optional": false
383         }
384       ],
385       "return": {
386         "type": "void",
387         "doc": "\n"
388       },
389       "private": false,
390       "static": false,
391       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
392       "linenr": 155,
393       "html_filename": "Observable.html",
394       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
395       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
396     },
397     {
398       "tagname": "method",
399       "name": "aggregate",
400       "member": "Ext.data.Store",
401       "doc": "<p>Runs the aggregate function for all the records in the store.</p>\n",
402       "params": [
403         {
404           "type": "Function",
405           "name": "fn",
406           "doc": "<p>The function to execute. The function is called with a single parameter,\nan array of records for that group.</p>\n",
407           "optional": false
408         },
409         {
410           "type": "Object",
411           "name": "scope",
412           "doc": "<p>(optional) The scope to execute the function in. Defaults to the store.</p>\n",
413           "optional": true
414         },
415         {
416           "type": "Boolean",
417           "name": "grouped",
418           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the group average being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
419           "optional": false
420         },
421         {
422           "type": "Array",
423           "name": "args",
424           "doc": "<p>(optional) Any arguments to append to the function call</p>\n",
425           "optional": true
426         }
427       ],
428       "return": {
429         "type": "Object",
430         "doc": "<p>An object literal with the group names and their appropriate values.</p>\n"
431       },
432       "private": false,
433       "static": false,
434       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
435       "linenr": 2124,
436       "html_filename": "Store2.html",
437       "href": "Store2.html#Ext-data-Store-method-aggregate",
438       "shortDoc": "<p>Runs the aggregate function for all the records in the store.</p>\n"
439     },
440     {
441       "tagname": "method",
442       "name": "average",
443       "member": "Ext.data.Store",
444       "doc": "<p>Gets the average value in the store.</p>\n",
445       "params": [
446         {
447           "type": "String",
448           "name": "field",
449           "doc": "<p>The field in each record</p>\n",
450           "optional": false
451         },
452         {
453           "type": "Boolean",
454           "name": "grouped",
455           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the group average being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
456           "optional": false
457         }
458       ],
459       "return": {
460         "type": "Mixed/undefined",
461         "doc": "<p>The average value, if no items exist, 0.</p>\n"
462       },
463       "private": false,
464       "static": false,
465       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
466       "linenr": 2091,
467       "html_filename": "Store2.html",
468       "href": "Store2.html#Ext-data-Store-method-average",
469       "shortDoc": "<p>Gets the average value in the store.</p>\n"
470     },
471     {
472       "tagname": "method",
473       "name": "capture",
474       "member": "Ext.util.Observable",
475       "doc": "<p>Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
476       "params": [
477         {
478           "type": "Observable",
479           "name": "o",
480           "doc": "<p>The Observable to capture events from.</p>\n",
481           "optional": false
482         },
483         {
484           "type": "Function",
485           "name": "fn",
486           "doc": "<p>The function to call when an event is fired.</p>\n",
487           "optional": false
488         },
489         {
490           "type": "Object",
491           "name": "scope",
492           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
493           "optional": true
494         }
495       ],
496       "return": {
497         "type": "void",
498         "doc": "\n"
499       },
500       "private": false,
501       "static": true,
502       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
503       "linenr": 55,
504       "html_filename": "Observable.html",
505       "href": "Observable.html#Ext-util-Observable-method-capture",
506       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
507     },
508     {
509       "tagname": "method",
510       "name": "clearFilter",
511       "member": "Ext.data.Store",
512       "doc": "<p>Revert to a view of the Record cache with no filtering applied.</p>\n",
513       "params": [
514         {
515           "type": "Boolean",
516           "name": "suppressEvent",
517           "doc": "<p>If <tt>true</tt> the filter is cleared silently without firing the\n<a href=\"#/api/Ext.data.BufferStore-event-datachanged\" rel=\"Ext.data.BufferStore-event-datachanged\" class=\"docClass\">datachanged</a> event.</p>\n",
518           "optional": false
519         }
520       ],
521       "return": {
522         "type": "void",
523         "doc": "\n"
524       },
525       "private": false,
526       "static": false,
527       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
528       "linenr": 1157,
529       "html_filename": "Store2.html",
530       "href": "Store2.html#Ext-data-Store-method-clearFilter",
531       "shortDoc": "<p>Revert to a view of the Record cache with no filtering applied.</p>\n"
532     },
533     {
534       "tagname": "method",
535       "name": "clearGrouping",
536       "member": "Ext.data.Store",
537       "doc": "<p>Clear any groupers in the store</p>\n",
538       "params": [
539
540       ],
541       "return": {
542         "type": "void",
543         "doc": "\n"
544       },
545       "private": false,
546       "static": false,
547       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
548       "linenr": 531,
549       "html_filename": "Store2.html",
550       "href": "Store2.html#Ext-data-Store-method-clearGrouping",
551       "shortDoc": "<p>Clear any groupers in the store</p>\n"
552     },
553     {
554       "tagname": "method",
555       "name": "clearListeners",
556       "member": "Ext.util.Observable",
557       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
558       "params": [
559
560       ],
561       "return": {
562         "type": "void",
563         "doc": "\n"
564       },
565       "private": false,
566       "static": false,
567       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
568       "linenr": 383,
569       "html_filename": "Observable.html",
570       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
571       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
572     },
573     {
574       "tagname": "method",
575       "name": "clearManagedListeners",
576       "member": "Ext.util.Observable",
577       "doc": "<p>Removes all managed listeners for this object.</p>\n",
578       "params": [
579
580       ],
581       "return": {
582         "type": "void",
583         "doc": "\n"
584       },
585       "private": false,
586       "static": false,
587       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
588       "linenr": 412,
589       "html_filename": "Observable.html",
590       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
591       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
592     },
593     {
594       "tagname": "method",
595       "name": "collect",
596       "member": "Ext.data.Store",
597       "doc": "<p>Collects unique values for a particular dataIndex from this store.</p>\n",
598       "params": [
599         {
600           "type": "String",
601           "name": "dataIndex",
602           "doc": "<p>The property to collect</p>\n",
603           "optional": false
604         },
605         {
606           "type": "Boolean",
607           "name": "allowNull",
608           "doc": "<p>(optional) Pass true to allow null, undefined or empty string values</p>\n",
609           "optional": true
610         },
611         {
612           "type": "Boolean",
613           "name": "bypassFilter",
614           "doc": "<p>(optional) Pass true to collect from all records, even ones which are filtered</p>\n",
615           "optional": true
616         }
617       ],
618       "return": {
619         "type": "Array",
620         "doc": "<p>An array of the unique values</p>\n"
621       },
622       "private": false,
623       "static": false,
624       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
625       "linenr": 1806,
626       "html_filename": "Store2.html",
627       "href": "Store2.html#Ext-data-Store-method-collect",
628       "shortDoc": "<p>Collects unique values for a particular dataIndex from this store.</p>\n"
629     },
630     {
631       "tagname": "method",
632       "name": "count",
633       "member": "Ext.data.Store",
634       "doc": "<p>Gets the count of items in the store.</p>\n",
635       "params": [
636         {
637           "type": "Boolean",
638           "name": "grouped",
639           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the count for each group being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
640           "optional": false
641         }
642       ],
643       "return": {
644         "type": "Number",
645         "doc": "<p>the count</p>\n"
646       },
647       "private": false,
648       "static": false,
649       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
650       "linenr": 1994,
651       "html_filename": "Store2.html",
652       "href": "Store2.html#Ext-data-Store-method-count",
653       "shortDoc": "<p>Gets the count of items in the store.</p>\n"
654     },
655     {
656       "tagname": "method",
657       "name": "each",
658       "member": "Ext.data.Store",
659       "doc": "<p>Calls the specified function for each of the <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Records</a> in the cache.</p>\n",
660       "params": [
661         {
662           "type": "Function",
663           "name": "fn",
664           "doc": "<p>The function to call. The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Record</a> is passed as the first parameter.\nReturning <tt>false</tt> aborts and exits the iteration.</p>\n",
665           "optional": false
666         },
667         {
668           "type": "Object",
669           "name": "scope",
670           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed.\nDefaults to the current <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Record</a> in the iteration.</p>\n",
671           "optional": true
672         }
673       ],
674       "return": {
675         "type": "void",
676         "doc": "\n"
677       },
678       "private": false,
679       "static": false,
680       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
681       "linenr": 846,
682       "html_filename": "Store2.html",
683       "href": "Store2.html#Ext-data-Store-method-each",
684       "shortDoc": "<p>Calls the specified function for each of the <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Records</a> in the cache.</p>\n"
685     },
686     {
687       "tagname": "method",
688       "name": "enableBubble",
689       "member": "Ext.util.Observable",
690       "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling\n<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>\n\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default\nimplementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to\naccess the required target more quickly.</p>\n\n\n<p>Example:</p>\n\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n//  Add functionality to Field&#39;s initComponent to enable the change event to bubble\ninitComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n    this.enableBubble('change');\n}),\n\n//  We know that we want Field&#39;s events to bubble directly to the FormPanel.\ngetBubbleTarget : function() {\n    if (!this.formPanel) {\n        this.formPanel = this.findParentByType('form');\n    }\n    return this.formPanel;\n}\n});\n\nvar myForm = new Ext.formPanel({\ntitle: 'User Details',\nitems: [{\n    ...\n}],\nlisteners: {\n    change: function() {\n        // Title goes red if form has been modified.\n        myForm.header.setStyle('color', 'red');\n    }\n}\n});\n</code></pre>\n\n",
691       "params": [
692         {
693           "type": "String/Array",
694           "name": "events",
695           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
696           "optional": false
697         }
698       ],
699       "return": {
700         "type": "void",
701         "doc": "\n"
702       },
703       "private": false,
704       "static": false,
705       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
706       "linenr": 554,
707       "html_filename": "Observable.html",
708       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
709       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
710     },
711     {
712       "tagname": "method",
713       "name": "filter",
714       "member": "Ext.data.Store",
715       "doc": "<p>Filters the loaded set of records by a given set of filters.</p>\n",
716       "params": [
717         {
718           "type": "Mixed",
719           "name": "filters",
720           "doc": "<p>The set of filters to apply to the data. These are stored internally on the store,\nbut the filtering itself is done on the Store's <a href=\"#/api/Ext.util.MixedCollection\" rel=\"Ext.util.MixedCollection\" class=\"docClass\">MixedCollection</a>. See\nMixedCollection's <a href=\"#/api/Ext.util.MixedCollection-method-filter\" rel=\"Ext.util.MixedCollection-method-filter\" class=\"docClass\">filter</a> method for filter syntax. Alternatively,\npass in a property string</p>\n",
721           "optional": false
722         },
723         {
724           "type": "String",
725           "name": "value",
726           "doc": "<p>Optional value to filter by (only if using a property string as the first argument)</p>\n",
727           "optional": false
728         }
729       ],
730       "return": {
731         "type": "void",
732         "doc": "\n"
733       },
734       "private": false,
735       "static": false,
736       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
737       "linenr": 1106,
738       "html_filename": "Store2.html",
739       "href": "Store2.html#Ext-data-Store-method-filter",
740       "shortDoc": "<p>Filters the loaded set of records by a given set of filters.</p>\n"
741     },
742     {
743       "tagname": "method",
744       "name": "filterBy",
745       "member": "Ext.data.Store",
746       "doc": "<p>Filter by a function. The specified function will be called for each\nRecord in this Store. If the function returns <tt>true</tt> the Record is included,\notherwise it is filtered out.</p>\n",
747       "params": [
748         {
749           "type": "Function",
750           "name": "fn",
751           "doc": "<p>The function to be called. It will be passed the following parameters:<ul>\n<li><b>record</b> : Ext.data.Model<p class=\"sub-desc\">The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">record</a>\nto test for filtering. Access field values using <a href=\"#/api/Ext.data.Model-method-get\" rel=\"Ext.data.Model-method-get\" class=\"docClass\">Ext.data.Model.get</a>.</p></li>\n<li><b>id</b> : Object<p class=\"sub-desc\">The ID of the Record passed.</p></li>\n</ul></p>\n",
752           "optional": false
753         },
754         {
755           "type": "Object",
756           "name": "scope",
757           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this Store.</p>\n",
758           "optional": true
759         }
760       ],
761       "return": {
762         "type": "void",
763         "doc": "\n"
764       },
765       "private": false,
766       "static": false,
767       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
768       "linenr": 1188,
769       "html_filename": "Store2.html",
770       "href": "Store2.html#Ext-data-Store-method-filterBy",
771       "shortDoc": "Filter by a function. The specified function will be called for each\nRecord in this Store. If the function returns tr..."
772     },
773     {
774       "tagname": "method",
775       "name": "find",
776       "member": "Ext.data.Store",
777       "doc": "<p>Finds the index of the first matching Record in this store by a specific field value.</p>\n",
778       "params": [
779         {
780           "type": "String",
781           "name": "fieldName",
782           "doc": "<p>The name of the Record field to test.</p>\n",
783           "optional": false
784         },
785         {
786           "type": "String/RegExp",
787           "name": "value",
788           "doc": "<p>Either a string that the field value\nshould begin with, or a RegExp to test against the field.</p>\n",
789           "optional": false
790         },
791         {
792           "type": "Number",
793           "name": "startIndex",
794           "doc": "<p>(optional) The index to start searching at</p>\n",
795           "optional": true
796         },
797         {
798           "type": "Boolean",
799           "name": "anyMatch",
800           "doc": "<p>(optional) True to match any part of the string, not just the beginning</p>\n",
801           "optional": true
802         },
803         {
804           "type": "Boolean",
805           "name": "caseSensitive",
806           "doc": "<p>(optional) True for case sensitive comparison</p>\n",
807           "optional": true
808         },
809         {
810           "type": "Boolean",
811           "name": "exactMatch",
812           "doc": "<p>True to force exact match (^ and $ characters added to the regex). Defaults to false.</p>\n",
813           "optional": false
814         }
815       ],
816       "return": {
817         "type": "Number",
818         "doc": "<p>The matched index or -1</p>\n"
819       },
820       "private": false,
821       "static": false,
822       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
823       "linenr": 1722,
824       "html_filename": "Store2.html",
825       "href": "Store2.html#Ext-data-Store-method-find",
826       "shortDoc": "<p>Finds the index of the first matching Record in this store by a specific field value.</p>\n"
827     },
828     {
829       "tagname": "method",
830       "name": "findBy",
831       "member": "Ext.data.Store",
832       "doc": "<p>Find the index of the first matching Record in this Store by a function.\nIf the function returns <tt>true</tt> it is considered a match.</p>\n",
833       "params": [
834         {
835           "type": "Function",
836           "name": "fn",
837           "doc": "<p>The function to be called. It will be passed the following parameters:<ul>\n<li><b>record</b> : Ext.data.Model<p class=\"sub-desc\">The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">record</a>\nto test for filtering. Access field values using <a href=\"#/api/Ext.data.Model-method-get\" rel=\"Ext.data.Model-method-get\" class=\"docClass\">Ext.data.Model.get</a>.</p></li>\n<li><b>id</b> : Object<p class=\"sub-desc\">The ID of the Record passed.</p></li>\n</ul></p>\n",
838           "optional": false
839         },
840         {
841           "type": "Object",
842           "name": "scope",
843           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this Store.</p>\n",
844           "optional": true
845         },
846         {
847           "type": "Number",
848           "name": "startIndex",
849           "doc": "<p>(optional) The index to start searching at</p>\n",
850           "optional": true
851         }
852       ],
853       "return": {
854         "type": "Number",
855         "doc": "<p>The matched index or -1</p>\n"
856       },
857       "private": false,
858       "static": false,
859       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
860       "linenr": 1790,
861       "html_filename": "Store2.html",
862       "href": "Store2.html#Ext-data-Store-method-findBy",
863       "shortDoc": "Find the index of the first matching Record in this Store by a function.\nIf the function returns true it is considere..."
864     },
865     {
866       "tagname": "method",
867       "name": "findExact",
868       "member": "Ext.data.Store",
869       "doc": "<p>Finds the index of the first matching Record in this store by a specific field value.</p>\n",
870       "params": [
871         {
872           "type": "String",
873           "name": "fieldName",
874           "doc": "<p>The name of the Record field to test.</p>\n",
875           "optional": false
876         },
877         {
878           "type": "Mixed",
879           "name": "value",
880           "doc": "<p>The value to match the field against.</p>\n",
881           "optional": false
882         },
883         {
884           "type": "Number",
885           "name": "startIndex",
886           "doc": "<p>(optional) The index to start searching at</p>\n",
887           "optional": true
888         }
889       ],
890       "return": {
891         "type": "Number",
892         "doc": "<p>The matched index or -1</p>\n"
893       },
894       "private": false,
895       "static": false,
896       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
897       "linenr": 1776,
898       "html_filename": "Store2.html",
899       "href": "Store2.html#Ext-data-Store-method-findExact",
900       "shortDoc": "<p>Finds the index of the first matching Record in this store by a specific field value.</p>\n"
901     },
902     {
903       "tagname": "method",
904       "name": "findRecord",
905       "member": "Ext.data.Store",
906       "doc": "<p>Finds the first matching Record in this store by a specific field value.</p>\n",
907       "params": [
908         {
909           "type": "String",
910           "name": "fieldName",
911           "doc": "<p>The name of the Record field to test.</p>\n",
912           "optional": false
913         },
914         {
915           "type": "String/RegExp",
916           "name": "value",
917           "doc": "<p>Either a string that the field value\nshould begin with, or a RegExp to test against the field.</p>\n",
918           "optional": false
919         },
920         {
921           "type": "Number",
922           "name": "startIndex",
923           "doc": "<p>(optional) The index to start searching at</p>\n",
924           "optional": true
925         },
926         {
927           "type": "Boolean",
928           "name": "anyMatch",
929           "doc": "<p>(optional) True to match any part of the string, not just the beginning</p>\n",
930           "optional": true
931         },
932         {
933           "type": "Boolean",
934           "name": "caseSensitive",
935           "doc": "<p>(optional) True for case sensitive comparison</p>\n",
936           "optional": true
937         },
938         {
939           "type": "Boolean",
940           "name": "exactMatch",
941           "doc": "<p>True to force exact match (^ and $ characters added to the regex). Defaults to false.</p>\n",
942           "optional": false
943         }
944       ],
945       "return": {
946         "type": "Ext.data.Model",
947         "doc": "<p>The matched record or null</p>\n"
948       },
949       "private": false,
950       "static": false,
951       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
952       "linenr": 1738,
953       "html_filename": "Store2.html",
954       "href": "Store2.html#Ext-data-Store-method-findRecord",
955       "shortDoc": "<p>Finds the first matching Record in this store by a specific field value.</p>\n"
956     },
957     {
958       "tagname": "method",
959       "name": "fireEvent",
960       "member": "Ext.util.Observable",
961       "doc": "<p>Fires the specified event with the passed parameters (minus the event name).</p>\n\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>)\nby calling <a href=\"#/api/Ext.data.BufferStore-method-enableBubble\" rel=\"Ext.data.BufferStore-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
962       "params": [
963         {
964           "type": "String",
965           "name": "eventName",
966           "doc": "<p>The name of the event to fire.</p>\n",
967           "optional": false
968         },
969         {
970           "type": "Object...",
971           "name": "args",
972           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
973           "optional": false
974         }
975       ],
976       "return": {
977         "type": "Boolean",
978         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
979       },
980       "private": false,
981       "static": false,
982       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
983       "linenr": 232,
984       "html_filename": "Observable.html",
985       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
986       "shortDoc": "Fires the specified event with the passed parameters (minus the event name).\n\n\nAn event may be set to bubble up an Ob..."
987     },
988     {
989       "tagname": "method",
990       "name": "first",
991       "member": "Ext.data.Store",
992       "doc": "<p>Convenience function for getting the first model instance in the store</p>\n",
993       "params": [
994         {
995           "type": "Boolean",
996           "name": "grouped",
997           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the first record being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
998           "optional": false
999         }
1000       ],
1001       "return": {
1002         "type": "Ext.data.Model/undefined",
1003         "doc": "<p>The first model instance in the store, or undefined</p>\n"
1004       },
1005       "private": false,
1006       "static": false,
1007       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1008       "linenr": 1920,
1009       "html_filename": "Store2.html",
1010       "href": "Store2.html#Ext-data-Store-method-first",
1011       "shortDoc": "<p>Convenience function for getting the first model instance in the store</p>\n"
1012     },
1013     {
1014       "tagname": "method",
1015       "name": "getAt",
1016       "member": "Ext.data.Store",
1017       "doc": "<p>Get the Record at the specified index.</p>\n",
1018       "params": [
1019         {
1020           "type": "Number",
1021           "name": "index",
1022           "doc": "<p>The index of the Record to find.</p>\n",
1023           "optional": false
1024         }
1025       ],
1026       "return": {
1027         "type": "Ext.data.Model",
1028         "doc": "<p>The Record at the passed index. Returns undefined if not found.</p>\n"
1029       },
1030       "private": false,
1031       "static": false,
1032       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1033       "linenr": 1842,
1034       "html_filename": "Store2.html",
1035       "href": "Store2.html#Ext-data-Store-method-getAt",
1036       "shortDoc": "<p>Get the Record at the specified index.</p>\n"
1037     },
1038     {
1039       "tagname": "method",
1040       "name": "getById",
1041       "member": "Ext.data.Store",
1042       "doc": "<p>Get the Record with the specified id.</p>\n",
1043       "params": [
1044         {
1045           "type": "String",
1046           "name": "id",
1047           "doc": "<p>The id of the Record to find.</p>\n",
1048           "optional": false
1049         }
1050       ],
1051       "return": {
1052         "type": "Ext.data.Model",
1053         "doc": "<p>The Record with the passed id. Returns undefined if not found.</p>\n"
1054       },
1055       "private": false,
1056       "static": false,
1057       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1058       "linenr": 1861,
1059       "html_filename": "Store2.html",
1060       "href": "Store2.html#Ext-data-Store-method-getById",
1061       "shortDoc": "<p>Get the Record with the specified id.</p>\n"
1062     },
1063     {
1064       "tagname": "method",
1065       "name": "getCount",
1066       "member": "Ext.data.Store",
1067       "doc": "<p>Gets the number of cached records.</p>\n\n<p>If using paging, this may not be the total size of the dataset. If the data object\nused by the Reader contains the dataset size, then the <a href=\"#/api/Ext.data.BufferStore-method-getTotalCount\" rel=\"Ext.data.BufferStore-method-getTotalCount\" class=\"docClass\">getTotalCount</a> function returns\nthe dataset size.  <b>Note</b>: see the Important note in <a href=\"#/api/Ext.data.BufferStore-event-load\" rel=\"Ext.data.BufferStore-event-load\" class=\"docClass\">load</a>.</p>\n\n",
1068       "params": [
1069
1070       ],
1071       "return": {
1072         "type": "Number",
1073         "doc": "<p>The number of Records in the Store's cache.</p>\n"
1074       },
1075       "private": false,
1076       "static": false,
1077       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1078       "linenr": 1820,
1079       "html_filename": "Store2.html",
1080       "href": "Store2.html#Ext-data-Store-method-getCount",
1081       "shortDoc": "Gets the number of cached records.\n\nIf using paging, this may not be the total size of the dataset. If the data objec..."
1082     },
1083     {
1084       "tagname": "method",
1085       "name": "getGroupString",
1086       "member": "Ext.data.Store",
1087       "doc": "<p>Returns the string to group on for a given model instance. The default implementation of this method returns\nthe model's <a href=\"#/api/Ext.data.BufferStore-property-groupField\" rel=\"Ext.data.BufferStore-property-groupField\" class=\"docClass\">groupField</a>, but this can be overridden to group by an arbitrary string. For example, to\ngroup by the first letter of a model's 'name' field, use the following code:</p>\n\n\n<pre><code>new Ext.data.Store({\n    groupDir: 'ASC',\n    getGroupString: function(instance) {\n        return instance.get('name')[0];\n    }\n});\n</code></pre>\n\n",
1088       "params": [
1089         {
1090           "type": "Ext.data.Model",
1091           "name": "instance",
1092           "doc": "<p>The model instance</p>\n",
1093           "optional": false
1094         }
1095       ],
1096       "return": {
1097         "type": "String",
1098         "doc": "<p>The string to compare when forming groups</p>\n"
1099       },
1100       "private": false,
1101       "static": false,
1102       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1103       "linenr": 738,
1104       "html_filename": "Store2.html",
1105       "href": "Store2.html#Ext-data-Store-method-getGroupString",
1106       "shortDoc": "Returns the string to group on for a given model instance. The default implementation of this method returns\nthe mode..."
1107     },
1108     {
1109       "tagname": "method",
1110       "name": "getGroups",
1111       "member": "Ext.data.Store",
1112       "doc": "<p>Returns an object containing the result of applying grouping to the records in this store. See <a href=\"#/api/Ext.data.BufferStore-property-groupField\" rel=\"Ext.data.BufferStore-property-groupField\" class=\"docClass\">groupField</a>,\n<a href=\"#/api/Ext.data.BufferStore-property-groupDir\" rel=\"Ext.data.BufferStore-property-groupDir\" class=\"docClass\">groupDir</a> and <a href=\"#/api/Ext.data.BufferStore-method-getGroupString\" rel=\"Ext.data.BufferStore-method-getGroupString\" class=\"docClass\">getGroupString</a>. Example for a store containing records with a color field:</p>\n\n<pre><code>var myStore = new Ext.data.Store({\n    groupField: 'color',\n    groupDir  : 'DESC'\n});\n\nmyStore.getGroups(); //returns:\n[\n    {\n        name: 'yellow',\n        children: [\n            //all records where the color field is 'yellow'\n        ]\n    },\n    {\n        name: 'red',\n        children: [\n            //all records where the color field is 'red'\n        ]\n    }\n]\n</code></pre>\n\n",
1113       "params": [
1114         {
1115           "type": "String",
1116           "name": "groupName",
1117           "doc": "<p>(Optional) Pass in an optional groupName argument to access a specific group as defined by <a href=\"#/api/Ext.data.BufferStore-method-getGroupString\" rel=\"Ext.data.BufferStore-method-getGroupString\" class=\"docClass\">getGroupString</a></p>\n",
1118           "optional": false
1119         }
1120       ],
1121       "return": {
1122         "type": "Array",
1123         "doc": "<p>The grouped data</p>\n"
1124       },
1125       "private": false,
1126       "static": false,
1127       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1128       "linenr": 569,
1129       "html_filename": "Store2.html",
1130       "href": "Store2.html#Ext-data-Store-method-getGroups",
1131       "shortDoc": "Returns an object containing the result of applying grouping to the records in this store. See groupField,\ngroupDir a..."
1132     },
1133     {
1134       "tagname": "method",
1135       "name": "getNewRecords",
1136       "member": "Ext.data.AbstractStore",
1137       "doc": "<p>Returns all Model instances that are either currently a phantom (e.g. have no id), or have an ID but have not\nyet been saved on this Store (this happens when adding a non-phantom record from another Store into this one)</p>\n",
1138       "params": [
1139
1140       ],
1141       "return": {
1142         "type": "Array",
1143         "doc": "<p>The Model instances</p>\n"
1144       },
1145       "private": false,
1146       "static": false,
1147       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1148       "linenr": 452,
1149       "html_filename": "AbstractStore.html",
1150       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getNewRecords",
1151       "shortDoc": "Returns all Model instances that are either currently a phantom (e.g. have no id), or have an ID but have not\nyet bee..."
1152     },
1153     {
1154       "tagname": "method",
1155       "name": "getPageFromRecordIndex",
1156       "member": "Ext.data.Store",
1157       "doc": "<p>Determines the page from a record index</p>\n",
1158       "params": [
1159         {
1160           "type": "Number",
1161           "name": "index",
1162           "doc": "<p>The record index</p>\n",
1163           "optional": false
1164         }
1165       ],
1166       "return": {
1167         "type": "Number",
1168         "doc": "<p>The page the record belongs to</p>\n"
1169       },
1170       "private": false,
1171       "static": false,
1172       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1173       "linenr": 1522,
1174       "html_filename": "Store2.html",
1175       "href": "Store2.html#Ext-data-Store-method-getPageFromRecordIndex",
1176       "shortDoc": "<p>Determines the page from a record index</p>\n"
1177     },
1178     {
1179       "tagname": "method",
1180       "name": "getProxy",
1181       "member": "Ext.data.AbstractStore",
1182       "doc": "<p>Returns the proxy currently attached to this proxy instance</p>\n",
1183       "params": [
1184
1185       ],
1186       "return": {
1187         "type": "Ext.data.proxy.Proxy",
1188         "doc": "<p>The Proxy instance</p>\n"
1189       },
1190       "private": false,
1191       "static": false,
1192       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1193       "linenr": 307,
1194       "html_filename": "AbstractStore.html",
1195       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getProxy",
1196       "shortDoc": "<p>Returns the proxy currently attached to this proxy instance</p>\n"
1197     },
1198     {
1199       "tagname": "method",
1200       "name": "getRange",
1201       "member": "Ext.data.Store",
1202       "doc": "<p>Returns a range of Records between specified indices.</p>\n",
1203       "params": [
1204         {
1205           "type": "Number",
1206           "name": "startIndex",
1207           "doc": "<p>(optional) The starting index (defaults to 0)</p>\n",
1208           "optional": true
1209         },
1210         {
1211           "type": "Number",
1212           "name": "endIndex",
1213           "doc": "<p>(optional) The ending index (defaults to the last Record in the Store)</p>\n",
1214           "optional": true
1215         }
1216       ],
1217       "return": {
1218         "type": "Ext.data.Model[]",
1219         "doc": "<p>An array of Records</p>\n"
1220       },
1221       "private": false,
1222       "static": false,
1223       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1224       "linenr": 1851,
1225       "html_filename": "Store2.html",
1226       "href": "Store2.html#Ext-data-Store-method-getRange",
1227       "shortDoc": "<p>Returns a range of Records between specified indices.</p>\n"
1228     },
1229     {
1230       "tagname": "method",
1231       "name": "getRemovedRecords",
1232       "member": "Ext.data.AbstractStore",
1233       "doc": "<p>Returns any records that have been removed from the store but not yet destroyed on the proxy.</p>\n",
1234       "params": [
1235
1236       ],
1237       "return": {
1238         "type": "Array",
1239         "doc": "<p>The removed Model instances</p>\n"
1240       },
1241       "private": false,
1242       "static": false,
1243       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1244       "linenr": 478,
1245       "html_filename": "AbstractStore.html",
1246       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getRemovedRecords",
1247       "shortDoc": "<p>Returns any records that have been removed from the store but not yet destroyed on the proxy.</p>\n"
1248     },
1249     {
1250       "tagname": "method",
1251       "name": "getTotalCount",
1252       "member": "Ext.data.Store",
1253       "doc": "<p>Returns the total number of <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a> instances that the <a href=\"#/api/Ext.data.proxy.Proxy\" rel=\"Ext.data.proxy.Proxy\" class=\"docClass\">Proxy</a>\nindicates exist. This will usually differ from <a href=\"#/api/Ext.data.BufferStore-method-getCount\" rel=\"Ext.data.BufferStore-method-getCount\" class=\"docClass\">getCount</a> when using paging - getCount returns the\nnumber of records loaded into the Store at the moment, getTotalCount returns the number of records that\ncould be loaded into the Store if the Store contained all data</p>\n",
1254       "params": [
1255
1256       ],
1257       "return": {
1258         "type": "Number",
1259         "doc": "<p>The total number of Model instances available via the Proxy</p>\n"
1260       },
1261       "private": false,
1262       "static": false,
1263       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1264       "linenr": 1831,
1265       "html_filename": "Store2.html",
1266       "href": "Store2.html#Ext-data-Store-method-getTotalCount",
1267       "shortDoc": "Returns the total number of Model instances that the Proxy\nindicates exist. This will usually differ from getCount wh..."
1268     },
1269     {
1270       "tagname": "method",
1271       "name": "getUpdatedRecords",
1272       "member": "Ext.data.AbstractStore",
1273       "doc": "<p>Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy</p>\n",
1274       "params": [
1275
1276       ],
1277       "return": {
1278         "type": "Array",
1279         "doc": "<p>The updated Model instances</p>\n"
1280       },
1281       "private": false,
1282       "static": false,
1283       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1284       "linenr": 461,
1285       "html_filename": "AbstractStore.html",
1286       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getUpdatedRecords",
1287       "shortDoc": "<p>Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy</p>\n"
1288     },
1289     {
1290       "tagname": "method",
1291       "name": "group",
1292       "member": "Ext.data.Store",
1293       "doc": "<p>Group data in the store</p>\n",
1294       "params": [
1295         {
1296           "type": "String|Array",
1297           "name": "groupers",
1298           "doc": "<p>Either a string name of one of the fields in this Store's configured <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a>,\nor an Array of grouper configurations.</p>\n",
1299           "optional": false
1300         },
1301         {
1302           "type": "String",
1303           "name": "direction",
1304           "doc": "<p>The overall direction to group the data by. Defaults to \"ASC\".</p>\n",
1305           "optional": false
1306         }
1307       ],
1308       "return": {
1309         "type": "void",
1310         "doc": "\n"
1311       },
1312       "private": false,
1313       "static": false,
1314       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1315       "linenr": 483,
1316       "html_filename": "Store2.html",
1317       "href": "Store2.html#Ext-data-Store-method-group",
1318       "shortDoc": "<p>Group data in the store</p>\n"
1319     },
1320     {
1321       "tagname": "method",
1322       "name": "guaranteeRange",
1323       "member": "Ext.data.Store",
1324       "doc": "<p>Guarantee a specific range, this will load the store with a range (that\nmust be the pageSize or smaller) and take care of any loading that may\nbe necessary.</p>\n",
1325       "params": [
1326         {
1327           "type": "Object",
1328           "name": "start",
1329           "doc": "\n",
1330           "optional": false
1331         },
1332         {
1333           "type": "Object",
1334           "name": "end",
1335           "doc": "\n",
1336           "optional": false
1337         },
1338         {
1339           "type": "Object",
1340           "name": "cb",
1341           "doc": "\n",
1342           "optional": false
1343         },
1344         {
1345           "type": "Object",
1346           "name": "scope",
1347           "doc": "\n",
1348           "optional": false
1349         }
1350       ],
1351       "return": {
1352         "type": "void",
1353         "doc": "\n"
1354       },
1355       "private": false,
1356       "static": false,
1357       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1358       "linenr": 1600,
1359       "html_filename": "Store2.html",
1360       "href": "Store2.html#Ext-data-Store-method-guaranteeRange",
1361       "shortDoc": "Guarantee a specific range, this will load the store with a range (that\nmust be the pageSize or smaller) and take car..."
1362     },
1363     {
1364       "tagname": "method",
1365       "name": "hasListener",
1366       "member": "Ext.util.Observable",
1367       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
1368       "params": [
1369         {
1370           "type": "String",
1371           "name": "eventName",
1372           "doc": "<p>The name of the event to check for</p>\n",
1373           "optional": false
1374         }
1375       ],
1376       "return": {
1377         "type": "Boolean",
1378         "doc": "<p>True if the event is being listened for, else false</p>\n"
1379       },
1380       "private": false,
1381       "static": false,
1382       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1383       "linenr": 480,
1384       "html_filename": "Observable.html",
1385       "href": "Observable.html#Ext-util-Observable-method-hasListener",
1386       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
1387     },
1388     {
1389       "tagname": "method",
1390       "name": "hasPendingRequests",
1391       "member": "Ext.data.Store",
1392       "doc": "<p>Returns the number of pending requests out.</p>\n",
1393       "params": [
1394
1395       ],
1396       "return": {
1397         "type": "void",
1398         "doc": "\n"
1399       },
1400       "private": false,
1401       "static": false,
1402       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1403       "linenr": 1585,
1404       "html_filename": "Store2.html",
1405       "href": "Store2.html#Ext-data-Store-method-hasPendingRequests",
1406       "shortDoc": "<p>Returns the number of pending requests out.</p>\n"
1407     },
1408     {
1409       "tagname": "method",
1410       "name": "indexOf",
1411       "member": "Ext.data.Store",
1412       "doc": "<p>Get the index within the cache of the passed Record.</p>\n",
1413       "params": [
1414         {
1415           "type": "Ext.data.Model",
1416           "name": "record",
1417           "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> object to find.</p>\n",
1418           "optional": false
1419         }
1420       ],
1421       "return": {
1422         "type": "Number",
1423         "doc": "<p>The index of the passed Record. Returns -1 if not found.</p>\n"
1424       },
1425       "private": false,
1426       "static": false,
1427       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1428       "linenr": 1872,
1429       "html_filename": "Store2.html",
1430       "href": "Store2.html#Ext-data-Store-method-indexOf",
1431       "shortDoc": "<p>Get the index within the cache of the passed Record.</p>\n"
1432     },
1433     {
1434       "tagname": "method",
1435       "name": "indexOfId",
1436       "member": "Ext.data.Store",
1437       "doc": "<p>Get the index within the cache of the Record with the passed id.</p>\n",
1438       "params": [
1439         {
1440           "type": "String",
1441           "name": "id",
1442           "doc": "<p>The id of the Record to find.</p>\n",
1443           "optional": false
1444         }
1445       ],
1446       "return": {
1447         "type": "Number",
1448         "doc": "<p>The index of the Record. Returns -1 if not found.</p>\n"
1449       },
1450       "private": false,
1451       "static": false,
1452       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1453       "linenr": 1891,
1454       "html_filename": "Store2.html",
1455       "href": "Store2.html#Ext-data-Store-method-indexOfId",
1456       "shortDoc": "<p>Get the index within the cache of the Record with the passed id.</p>\n"
1457     },
1458     {
1459       "tagname": "method",
1460       "name": "indexOfTotal",
1461       "member": "Ext.data.Store",
1462       "doc": "<p>Get the index within the entire dataset. From 0 to the totalCount.</p>\n",
1463       "params": [
1464         {
1465           "type": "Ext.data.Model",
1466           "name": "record",
1467           "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> object to find.</p>\n",
1468           "optional": false
1469         }
1470       ],
1471       "return": {
1472         "type": "Number",
1473         "doc": "<p>The index of the passed Record. Returns -1 if not found.</p>\n"
1474       },
1475       "private": false,
1476       "static": false,
1477       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1478       "linenr": 1882,
1479       "html_filename": "Store2.html",
1480       "href": "Store2.html#Ext-data-Store-method-indexOfTotal",
1481       "shortDoc": "<p>Get the index within the entire dataset. From 0 to the totalCount.</p>\n"
1482     },
1483     {
1484       "tagname": "method",
1485       "name": "initSortable",
1486       "member": "Ext.util.Sortable",
1487       "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
1488       "params": [
1489
1490       ],
1491       "return": {
1492         "type": "void",
1493         "doc": "\n"
1494       },
1495       "private": false,
1496       "static": false,
1497       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1498       "linenr": 37,
1499       "html_filename": "Sortable.html",
1500       "href": "Sortable.html#Ext-util-Sortable-method-initSortable",
1501       "shortDoc": "Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own in..."
1502     },
1503     {
1504       "tagname": "method",
1505       "name": "insert",
1506       "member": "Ext.data.Store",
1507       "doc": "<p>Inserts Model instances into the Store at the given index and fires the <a href=\"#/api/Ext.data.BufferStore-event-add\" rel=\"Ext.data.BufferStore-event-add\" class=\"docClass\">add</a> event.\nSee also <code><a href=\"#/api/Ext.data.BufferStore-event-add\" rel=\"Ext.data.BufferStore-event-add\" class=\"docClass\">add</a></code>.</p>\n",
1508       "params": [
1509         {
1510           "type": "Number",
1511           "name": "index",
1512           "doc": "<p>The start index at which to insert the passed Records.</p>\n",
1513           "optional": false
1514         },
1515         {
1516           "type": "Ext.data.Model[]",
1517           "name": "records",
1518           "doc": "<p>An Array of <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> objects to add to the cache.</p>\n",
1519           "optional": false
1520         }
1521       ],
1522       "return": {
1523         "type": "void",
1524         "doc": "\n"
1525       },
1526       "private": false,
1527       "static": false,
1528       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1529       "linenr": 760,
1530       "html_filename": "Store2.html",
1531       "href": "Store2.html#Ext-data-Store-method-insert",
1532       "shortDoc": "<p>Inserts Model instances into the Store at the given index and fires the <a href=\"#/api/Ext.data.BufferStore-event-add\" rel=\"Ext.data.BufferStore-event-add\" class=\"docClass\">add</a> event.\nSee also <code><a href=\"#/api/Ext.data.BufferStore-event-add\" rel=\"Ext.data.BufferStore-event-add\" class=\"docClass\">add</a></code>.</p>\n"
1533     },
1534     {
1535       "tagname": "method",
1536       "name": "isFiltered",
1537       "member": "Ext.data.Store",
1538       "doc": "<p>Returns true if this store is currently filtered</p>\n",
1539       "params": [
1540
1541       ],
1542       "return": {
1543         "type": "Boolean",
1544         "doc": "\n"
1545       },
1546       "private": false,
1547       "static": false,
1548       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1549       "linenr": 1179,
1550       "html_filename": "Store2.html",
1551       "href": "Store2.html#Ext-data-Store-method-isFiltered",
1552       "shortDoc": "<p>Returns true if this store is currently filtered</p>\n"
1553     },
1554     {
1555       "tagname": "method",
1556       "name": "isGrouped",
1557       "member": "Ext.data.Store",
1558       "doc": "<p>Checks if the store is currently grouped</p>\n",
1559       "params": [
1560
1561       ],
1562       "return": {
1563         "type": "Boolean",
1564         "doc": "<p>True if the store is grouped.</p>\n"
1565       },
1566       "private": false,
1567       "static": false,
1568       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1569       "linenr": 552,
1570       "html_filename": "Store2.html",
1571       "href": "Store2.html#Ext-data-Store-method-isGrouped",
1572       "shortDoc": "<p>Checks if the store is currently grouped</p>\n"
1573     },
1574     {
1575       "tagname": "method",
1576       "name": "isLoading",
1577       "member": "Ext.data.AbstractStore",
1578       "doc": "<p>Returns true if the Store is currently performing a load operation</p>\n",
1579       "params": [
1580
1581       ],
1582       "return": {
1583         "type": "Boolean",
1584         "doc": "<p>True if the Store is currently loading</p>\n"
1585       },
1586       "private": false,
1587       "static": false,
1588       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1589       "linenr": 717,
1590       "html_filename": "AbstractStore.html",
1591       "href": "AbstractStore.html#Ext-data-AbstractStore-method-isLoading",
1592       "shortDoc": "<p>Returns true if the Store is currently performing a load operation</p>\n"
1593     },
1594     {
1595       "tagname": "method",
1596       "name": "last",
1597       "member": "Ext.data.Store",
1598       "doc": "<p>Convenience function for getting the last model instance in the store</p>\n",
1599       "params": [
1600         {
1601           "type": "Boolean",
1602           "name": "grouped",
1603           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the last record being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
1604           "optional": false
1605         }
1606       ],
1607       "return": {
1608         "type": "Ext.data.Model/undefined",
1609         "doc": "<p>The last model instance in the store, or undefined</p>\n"
1610       },
1611       "private": false,
1612       "static": false,
1613       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1614       "linenr": 1940,
1615       "html_filename": "Store2.html",
1616       "href": "Store2.html#Ext-data-Store-method-last",
1617       "shortDoc": "<p>Convenience function for getting the last model instance in the store</p>\n"
1618     },
1619     {
1620       "tagname": "method",
1621       "name": "load",
1622       "member": "Ext.data.Store",
1623       "doc": "<p>Loads data into the Store via the configured <a href=\"#/api/Ext.data.BufferStore-cfg-proxy\" rel=\"Ext.data.BufferStore-cfg-proxy\" class=\"docClass\">proxy</a>. This uses the Proxy to make an\nasynchronous call to whatever storage backend the Proxy uses, automatically adding the retrieved\ninstances into the Store and calling an optional callback if required. Example usage:</p>\n\n\n\n\n<pre><code>store.load({\n    scope   : this,\n    callback: function(records, operation, success) {\n        //the <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">operation</a> object contains all of the details of the load operation\n        console.log(records);\n    }\n});\n</code></pre>\n\n\n\n\n<p>If the callback scope does not need to be set, a function can simply be passed:</p>\n\n\n\n\n<pre><code>store.load(function(records, operation, success) {\n    console.log('loaded records');\n});\n</code></pre>\n\n",
1624       "params": [
1625         {
1626           "type": "Object/Function",
1627           "name": "options",
1628           "doc": "<p>Optional config object, passed into the <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Ext.data.Operation</a> object before loading.</p>\n",
1629           "optional": false
1630         }
1631       ],
1632       "return": {
1633         "type": "void",
1634         "doc": "\n"
1635       },
1636       "private": false,
1637       "static": false,
1638       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1639       "linenr": 920,
1640       "html_filename": "Store2.html",
1641       "href": "Store2.html#Ext-data-Store-method-load",
1642       "shortDoc": "Loads data into the Store via the configured proxy. This uses the Proxy to make an\nasynchronous call to whatever stor..."
1643     },
1644     {
1645       "tagname": "method",
1646       "name": "loadData",
1647       "member": "Ext.data.Store",
1648       "doc": "<p>Loads an array of data straight into the Store</p>\n",
1649       "params": [
1650         {
1651           "type": "Array",
1652           "name": "data",
1653           "doc": "<p>Array of data to load. Any non-model instances will be cast into model instances first</p>\n",
1654           "optional": false
1655         },
1656         {
1657           "type": "Boolean",
1658           "name": "append",
1659           "doc": "<p>True to add the records to the existing records in the store, false to remove the old ones first</p>\n",
1660           "optional": false
1661         }
1662       ],
1663       "return": {
1664         "type": "void",
1665         "doc": "\n"
1666       },
1667       "private": false,
1668       "static": false,
1669       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1670       "linenr": 1225,
1671       "html_filename": "Store2.html",
1672       "href": "Store2.html#Ext-data-Store-method-loadData",
1673       "shortDoc": "<p>Loads an array of data straight into the Store</p>\n"
1674     },
1675     {
1676       "tagname": "method",
1677       "name": "loadPage",
1678       "member": "Ext.data.Store",
1679       "doc": "<p>Loads a given 'page' of data by setting the start and limit values appropriately. Internally this just causes a normal\nload operation, passing in calculated 'start' and 'limit' params</p>\n",
1680       "params": [
1681         {
1682           "type": "Number",
1683           "name": "page",
1684           "doc": "<p>The number of the page to load</p>\n",
1685           "optional": false
1686         }
1687       ],
1688       "return": {
1689         "type": "void",
1690         "doc": "\n"
1691       },
1692       "private": false,
1693       "static": false,
1694       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1695       "linenr": 1298,
1696       "html_filename": "Store2.html",
1697       "href": "Store2.html#Ext-data-Store-method-loadPage",
1698       "shortDoc": "Loads a given 'page' of data by setting the start and limit values appropriately. Internally this just causes a norma..."
1699     },
1700     {
1701       "tagname": "method",
1702       "name": "loadRecords",
1703       "member": "Ext.data.Store",
1704       "doc": "<p>Loads an array of {@Ext.data.Model model} instances into the store, fires the datachanged event. This should only usually\nbe called internally when loading from the <a href=\"#/api/Ext.data.proxy.Proxy\" rel=\"Ext.data.proxy.Proxy\" class=\"docClass\">Proxy</a>, when adding records manually use <a href=\"#/api/Ext.data.BufferStore-event-add\" rel=\"Ext.data.BufferStore-event-add\" class=\"docClass\">add</a> instead</p>\n",
1705       "params": [
1706         {
1707           "type": "Array",
1708           "name": "records",
1709           "doc": "<p>The array of records to load</p>\n",
1710           "optional": false
1711         },
1712         {
1713           "type": "Object",
1714           "name": "options",
1715           "doc": "<p>{addRecords: true} to add these records to the existing records, false to remove the Store's existing records first</p>\n",
1716           "optional": false
1717         }
1718       ],
1719       "return": {
1720         "type": "void",
1721         "doc": "\n"
1722       },
1723       "private": false,
1724       "static": false,
1725       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1726       "linenr": 1248,
1727       "html_filename": "Store2.html",
1728       "href": "Store2.html#Ext-data-Store-method-loadRecords",
1729       "shortDoc": "Loads an array of {@Ext.data.Model model} instances into the store, fires the datachanged event. This should only usu..."
1730     },
1731     {
1732       "tagname": "method",
1733       "name": "max",
1734       "member": "Ext.data.Store",
1735       "doc": "<p>Gets the maximum value in the store.</p>\n",
1736       "params": [
1737         {
1738           "type": "String",
1739           "name": "field",
1740           "doc": "<p>The field in each record</p>\n",
1741           "optional": false
1742         },
1743         {
1744           "type": "Boolean",
1745           "name": "grouped",
1746           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the maximum in the group being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
1747           "optional": false
1748         }
1749       ],
1750       "return": {
1751         "type": "Mixed/undefined",
1752         "doc": "<p>The maximum value, if no items exist, undefined.</p>\n"
1753       },
1754       "private": false,
1755       "static": false,
1756       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1757       "linenr": 2052,
1758       "html_filename": "Store2.html",
1759       "href": "Store2.html#Ext-data-Store-method-max",
1760       "shortDoc": "<p>Gets the maximum value in the store.</p>\n"
1761     },
1762     {
1763       "tagname": "method",
1764       "name": "min",
1765       "member": "Ext.data.Store",
1766       "doc": "<p>Gets the minimum value in the store.</p>\n",
1767       "params": [
1768         {
1769           "type": "String",
1770           "name": "field",
1771           "doc": "<p>The field in each record</p>\n",
1772           "optional": false
1773         },
1774         {
1775           "type": "Boolean",
1776           "name": "grouped",
1777           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the minimum in the group being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
1778           "optional": false
1779         }
1780       ],
1781       "return": {
1782         "type": "Mixed/undefined",
1783         "doc": "<p>The minimum value, if no items exist, undefined.</p>\n"
1784       },
1785       "private": false,
1786       "static": false,
1787       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1788       "linenr": 2014,
1789       "html_filename": "Store2.html",
1790       "href": "Store2.html#Ext-data-Store-method-min",
1791       "shortDoc": "<p>Gets the minimum value in the store.</p>\n"
1792     },
1793     {
1794       "tagname": "method",
1795       "name": "nextPage",
1796       "member": "Ext.data.Store",
1797       "doc": "<p>Loads the next 'page' in the current data set</p>\n",
1798       "params": [
1799
1800       ],
1801       "return": {
1802         "type": "void",
1803         "doc": "\n"
1804       },
1805       "private": false,
1806       "static": false,
1807       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1808       "linenr": 1316,
1809       "html_filename": "Store2.html",
1810       "href": "Store2.html#Ext-data-Store-method-nextPage",
1811       "shortDoc": "<p>Loads the next 'page' in the current data set</p>\n"
1812     },
1813     {
1814       "tagname": "method",
1815       "name": "observe",
1816       "member": "Ext.util.Observable",
1817       "doc": "<p>Sets observability on the passed class constructor.</p>\n\n<p>This makes any event fired on any instance of the passed class also fire a single event through\nthe <strong>class</strong> allowing for central handling of events on many instances at once.</p>\n\n<p>Usage:</p>\n\n<pre><code>Ext.util.Observable.observe(Ext.data.Connection);\nExt.data.Connection.on('beforerequest', function(con, options) {\n    console.log('Ajax request made to ' + options.url);\n});\n</code></pre>\n",
1818       "params": [
1819         {
1820           "type": "Function",
1821           "name": "c",
1822           "doc": "<p>The class constructor to make observable.</p>\n",
1823           "optional": false
1824         },
1825         {
1826           "type": "Object",
1827           "name": "listeners",
1828           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.data.BufferStore-method-addListener\" rel=\"Ext.data.BufferStore-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
1829           "optional": false
1830         }
1831       ],
1832       "return": {
1833         "type": "void",
1834         "doc": "\n"
1835       },
1836       "private": false,
1837       "static": true,
1838       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1839       "linenr": 69,
1840       "html_filename": "Observable.html",
1841       "href": "Observable.html#Ext-util-Observable-method-observe",
1842       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
1843     },
1844     {
1845       "tagname": "method",
1846       "name": "on",
1847       "member": "Ext.util.Observable",
1848       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.data.BufferStore-method-addListener\" rel=\"Ext.data.BufferStore-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
1849       "params": [
1850         {
1851           "type": "String",
1852           "name": "eventName",
1853           "doc": "<p>The type of event to listen for</p>\n",
1854           "optional": false
1855         },
1856         {
1857           "type": "Function",
1858           "name": "handler",
1859           "doc": "<p>The method the event invokes</p>\n",
1860           "optional": false
1861         },
1862         {
1863           "type": "Object",
1864           "name": "scope",
1865           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
1866           "optional": true
1867         },
1868         {
1869           "type": "Object",
1870           "name": "options",
1871           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
1872           "optional": true
1873         }
1874       ],
1875       "return": {
1876         "type": "void",
1877         "doc": "\n"
1878       },
1879       "private": false,
1880       "static": false,
1881       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1882       "linenr": 616,
1883       "html_filename": "Observable.html",
1884       "href": "Observable.html#Ext-util-Observable-method-on",
1885       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.data.BufferStore-method-addListener\" rel=\"Ext.data.BufferStore-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
1886     },
1887     {
1888       "tagname": "method",
1889       "name": "prefetch",
1890       "member": "Ext.data.Store",
1891       "doc": "<p>Prefetches data the Store using its configured <a href=\"#/api/Ext.data.BufferStore-cfg-proxy\" rel=\"Ext.data.BufferStore-cfg-proxy\" class=\"docClass\">proxy</a>.</p>\n",
1892       "params": [
1893         {
1894           "type": "Object",
1895           "name": "options",
1896           "doc": "<p>Optional config object, passed into the <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Ext.data.Operation</a> object before loading.\nSee <a href=\"#/api/Ext.data.BufferStore-event-load\" rel=\"Ext.data.BufferStore-event-load\" class=\"docClass\">load</a></p>\n",
1897           "optional": false
1898         }
1899       ],
1900       "return": {
1901         "type": "void",
1902         "doc": "\n"
1903       },
1904       "private": false,
1905       "static": false,
1906       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1907       "linenr": 1340,
1908       "html_filename": "Store2.html",
1909       "href": "Store2.html#Ext-data-Store-method-prefetch",
1910       "shortDoc": "<p>Prefetches data the Store using its configured <a href=\"#/api/Ext.data.BufferStore-cfg-proxy\" rel=\"Ext.data.BufferStore-cfg-proxy\" class=\"docClass\">proxy</a>.</p>\n"
1911     },
1912     {
1913       "tagname": "method",
1914       "name": "prefetchPage",
1915       "member": "Ext.data.Store",
1916       "doc": "<p>Prefetches a page of data.</p>\n",
1917       "params": [
1918         {
1919           "type": "Number",
1920           "name": "page",
1921           "doc": "<p>The page to prefetch</p>\n",
1922           "optional": false
1923         },
1924         {
1925           "type": "Object",
1926           "name": "options",
1927           "doc": "<p>Optional config object, passed into the <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Ext.data.Operation</a> object before loading.\nSee <a href=\"#/api/Ext.data.BufferStore-event-load\" rel=\"Ext.data.BufferStore-event-load\" class=\"docClass\">load</a></p>\n",
1928           "optional": false
1929         },
1930         {
1931           "type": "Object",
1932           "name": "",
1933           "doc": "\n",
1934           "optional": false
1935         }
1936       ],
1937       "return": {
1938         "type": "void",
1939         "doc": "\n"
1940       },
1941       "private": false,
1942       "static": false,
1943       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1944       "linenr": 1374,
1945       "html_filename": "Store2.html",
1946       "href": "Store2.html#Ext-data-Store-method-prefetchPage",
1947       "shortDoc": "<p>Prefetches a page of data.</p>\n"
1948     },
1949     {
1950       "tagname": "method",
1951       "name": "previousPage",
1952       "member": "Ext.data.Store",
1953       "doc": "<p>Loads the previous 'page' in the current data set</p>\n",
1954       "params": [
1955
1956       ],
1957       "return": {
1958         "type": "void",
1959         "doc": "\n"
1960       },
1961       "private": false,
1962       "static": false,
1963       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1964       "linenr": 1323,
1965       "html_filename": "Store2.html",
1966       "href": "Store2.html#Ext-data-Store-method-previousPage",
1967       "shortDoc": "<p>Loads the previous 'page' in the current data set</p>\n"
1968     },
1969     {
1970       "tagname": "method",
1971       "name": "purgeRecords",
1972       "member": "Ext.data.Store",
1973       "doc": "<p>Purge the least recently used records in the prefetch if the purgeCount\nhas been exceeded.</p>\n",
1974       "params": [
1975
1976       ],
1977       "return": {
1978         "type": "void",
1979         "doc": "\n"
1980       },
1981       "private": false,
1982       "static": false,
1983       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
1984       "linenr": 1481,
1985       "html_filename": "Store2.html",
1986       "href": "Store2.html#Ext-data-Store-method-purgeRecords",
1987       "shortDoc": "<p>Purge the least recently used records in the prefetch if the purgeCount\nhas been exceeded.</p>\n"
1988     },
1989     {
1990       "tagname": "method",
1991       "name": "queryBy",
1992       "member": "Ext.data.Store",
1993       "doc": "<p>Query the cached records in this Store using a filtering function. The specified function\nwill be called with each record in this Store. If the function returns <tt>true</tt> the record is\nincluded in the results.</p>\n",
1994       "params": [
1995         {
1996           "type": "Function",
1997           "name": "fn",
1998           "doc": "<p>The function to be called. It will be passed the following parameters:<ul>\n<li><b>record</b> : Ext.data.Model<p class=\"sub-desc\">The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">record</a>\nto test for filtering. Access field values using <a href=\"#/api/Ext.data.Model-method-get\" rel=\"Ext.data.Model-method-get\" class=\"docClass\">Ext.data.Model.get</a>.</p></li>\n<li><b>id</b> : Object<p class=\"sub-desc\">The ID of the Record passed.</p></li>\n</ul></p>\n",
1999           "optional": false
2000         },
2001         {
2002           "type": "Object",
2003           "name": "scope",
2004           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this Store.</p>\n",
2005           "optional": true
2006         }
2007       ],
2008       "return": {
2009         "type": "MixedCollection",
2010         "doc": "<p>Returns an <a href=\"#/api/Ext.util.MixedCollection\" rel=\"Ext.util.MixedCollection\" class=\"docClass\">Ext.util.MixedCollection</a> of the matched records</p>\n"
2011       },
2012       "private": false,
2013       "static": false,
2014       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2015       "linenr": 1207,
2016       "html_filename": "Store2.html",
2017       "href": "Store2.html#Ext-data-Store-method-queryBy",
2018       "shortDoc": "Query the cached records in this Store using a filtering function. The specified function\nwill be called with each re..."
2019     },
2020     {
2021       "tagname": "method",
2022       "name": "relayEvents",
2023       "member": "Ext.util.Observable",
2024       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
2025       "params": [
2026         {
2027           "type": "Object",
2028           "name": "origin",
2029           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
2030           "optional": false
2031         },
2032         {
2033           "type": "Array",
2034           "name": "events",
2035           "doc": "<p>Array of event names to relay.</p>\n",
2036           "optional": false
2037         },
2038         {
2039           "type": "Object",
2040           "name": "prefix",
2041           "doc": "\n",
2042           "optional": false
2043         }
2044       ],
2045       "return": {
2046         "type": "void",
2047         "doc": "\n"
2048       },
2049       "private": false,
2050       "static": false,
2051       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2052       "linenr": 520,
2053       "html_filename": "Observable.html",
2054       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
2055       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
2056     },
2057     {
2058       "tagname": "method",
2059       "name": "releaseCapture",
2060       "member": "Ext.util.Observable",
2061       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
2062       "params": [
2063         {
2064           "type": "Observable",
2065           "name": "o",
2066           "doc": "<p>The Observable to release</p>\n",
2067           "optional": false
2068         }
2069       ],
2070       "return": {
2071         "type": "void",
2072         "doc": "\n"
2073       },
2074       "private": false,
2075       "static": true,
2076       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2077       "linenr": 46,
2078       "html_filename": "Observable.html",
2079       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
2080       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
2081     },
2082     {
2083       "tagname": "method",
2084       "name": "remove",
2085       "member": "Ext.data.Store",
2086       "doc": "<p>Removes the given record from the Store, firing the 'remove' event for each instance that is removed, plus a single\n'datachanged' event after removal.</p>\n",
2087       "params": [
2088         {
2089           "type": "Ext.data.Model/Array",
2090           "name": "records",
2091           "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> instance or array of instances to remove</p>\n",
2092           "optional": false
2093         },
2094         {
2095           "type": "Object",
2096           "name": "isMove",
2097           "doc": "\n",
2098           "optional": false
2099         }
2100       ],
2101       "return": {
2102         "type": "void",
2103         "doc": "\n"
2104       },
2105       "private": false,
2106       "static": false,
2107       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2108       "linenr": 857,
2109       "html_filename": "Store2.html",
2110       "href": "Store2.html#Ext-data-Store-method-remove",
2111       "shortDoc": "Removes the given record from the Store, firing the 'remove' event for each instance that is removed, plus a single\n'..."
2112     },
2113     {
2114       "tagname": "method",
2115       "name": "removeAll",
2116       "member": "Ext.data.Store",
2117       "doc": "<p>Remove all items from the store.</p>\n",
2118       "params": [
2119         {
2120           "type": "Boolean",
2121           "name": "silent",
2122           "doc": "<p>Prevent the <code>clear</code> event from being fired.</p>\n",
2123           "optional": false
2124         }
2125       ],
2126       "return": {
2127         "type": "void",
2128         "doc": "\n"
2129       },
2130       "private": false,
2131       "static": false,
2132       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2133       "linenr": 1900,
2134       "html_filename": "Store2.html",
2135       "href": "Store2.html#Ext-data-Store-method-removeAll",
2136       "shortDoc": "<p>Remove all items from the store.</p>\n"
2137     },
2138     {
2139       "tagname": "method",
2140       "name": "removeAt",
2141       "member": "Ext.data.Store",
2142       "doc": "<p>Removes the model instance at the given index</p>\n",
2143       "params": [
2144         {
2145           "type": "Number",
2146           "name": "index",
2147           "doc": "<p>The record index</p>\n",
2148           "optional": false
2149         }
2150       ],
2151       "return": {
2152         "type": "void",
2153         "doc": "\n"
2154       },
2155       "private": false,
2156       "static": false,
2157       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2158       "linenr": 908,
2159       "html_filename": "Store2.html",
2160       "href": "Store2.html#Ext-data-Store-method-removeAt",
2161       "shortDoc": "<p>Removes the model instance at the given index</p>\n"
2162     },
2163     {
2164       "tagname": "method",
2165       "name": "removeListener",
2166       "member": "Ext.util.Observable",
2167       "doc": "<p>Removes an event handler.</p>\n",
2168       "params": [
2169         {
2170           "type": "String",
2171           "name": "eventName",
2172           "doc": "<p>The type of event the handler was associated with.</p>\n",
2173           "optional": false
2174         },
2175         {
2176           "type": "Function",
2177           "name": "handler",
2178           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.data.BufferStore-method-addListener\" rel=\"Ext.data.BufferStore-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
2179           "optional": false
2180         },
2181         {
2182           "type": "Object",
2183           "name": "scope",
2184           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2185           "optional": true
2186         }
2187       ],
2188       "return": {
2189         "type": "void",
2190         "doc": "\n"
2191       },
2192       "private": false,
2193       "static": false,
2194       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2195       "linenr": 352,
2196       "html_filename": "Observable.html",
2197       "href": "Observable.html#Ext-util-Observable-method-removeListener",
2198       "shortDoc": "<p>Removes an event handler.</p>\n"
2199     },
2200     {
2201       "tagname": "method",
2202       "name": "removeManagedListener",
2203       "member": "Ext.util.Observable",
2204       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.BufferStore--mon\" rel=\"Ext.data.BufferStore--mon\" class=\"docClass\">mon</a> method.</p>\n",
2205       "params": [
2206         {
2207           "type": "Observable|Element",
2208           "name": "item",
2209           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
2210           "optional": false
2211         },
2212         {
2213           "type": "Object|String",
2214           "name": "ename",
2215           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2216           "optional": false
2217         },
2218         {
2219           "type": "Function",
2220           "name": "fn",
2221           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
2222           "optional": false
2223         },
2224         {
2225           "type": "Object",
2226           "name": "scope",
2227           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
2228           "optional": false
2229         }
2230       ],
2231       "return": {
2232         "type": "void",
2233         "doc": "\n"
2234       },
2235       "private": false,
2236       "static": false,
2237       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2238       "linenr": 196,
2239       "html_filename": "Observable.html",
2240       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
2241       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.BufferStore--mon\" rel=\"Ext.data.BufferStore--mon\" class=\"docClass\">mon</a> method.</p>\n"
2242     },
2243     {
2244       "tagname": "method",
2245       "name": "resumeEvents",
2246       "member": "Ext.util.Observable",
2247       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.data.BufferStore-method-suspendEvents\" rel=\"Ext.data.BufferStore-method-suspendEvents\" class=\"docClass\">suspendEvents</a>)\nIf events were suspended using the <code><b>queueSuspended</b></code> parameter, then all\nevents fired during event suspension will be sent to any listeners now.</p>\n",
2248       "params": [
2249
2250       ],
2251       "return": {
2252         "type": "void",
2253         "doc": "\n"
2254       },
2255       "private": false,
2256       "static": false,
2257       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2258       "linenr": 502,
2259       "html_filename": "Observable.html",
2260       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
2261       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
2262     },
2263     {
2264       "tagname": "method",
2265       "name": "setProxy",
2266       "member": "Ext.data.AbstractStore",
2267       "doc": "<p>Sets the Store's Proxy by string, config object or Proxy instance</p>\n",
2268       "params": [
2269         {
2270           "type": "String|Object|Ext.data.proxy.Proxy",
2271           "name": "proxy",
2272           "doc": "<p>The new Proxy, which can be either a type string, a configuration object\nor an <a href=\"#/api/Ext.data.proxy.Proxy\" rel=\"Ext.data.proxy.Proxy\" class=\"docClass\">Ext.data.proxy.Proxy</a> instance</p>\n",
2273           "optional": false
2274         }
2275       ],
2276       "return": {
2277         "type": "Ext.data.proxy.Proxy",
2278         "doc": "<p>The attached Proxy object</p>\n"
2279       },
2280       "private": false,
2281       "static": false,
2282       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2283       "linenr": 278,
2284       "html_filename": "AbstractStore.html",
2285       "href": "AbstractStore.html#Ext-data-AbstractStore-method-setProxy",
2286       "shortDoc": "<p>Sets the Store's Proxy by string, config object or Proxy instance</p>\n"
2287     },
2288     {
2289       "tagname": "method",
2290       "name": "sort",
2291       "member": "Ext.util.Sortable",
2292       "doc": "<p>Sorts the data in the Store by one or more of its properties. Example usage:</p>\n\n\n<pre><code>//sort by a single field\nmyStore.sort('myField', 'DESC');\n\n//sorting by multiple fields\nmyStore.sort([\n    {\n        property : 'age',\n        direction: 'ASC'\n    },\n    {\n        property : 'name',\n        direction: 'DESC'\n    }\n]);\n</code></pre>\n\n\n<p>Internally, Store converts the passed arguments into an array of <a href=\"#/api/Ext.util.Sorter\" rel=\"Ext.util.Sorter\" class=\"docClass\">Ext.util.Sorter</a> instances, and delegates the actual\nsorting to its internal <a href=\"#/api/Ext.util.MixedCollection\" rel=\"Ext.util.MixedCollection\" class=\"docClass\">Ext.util.MixedCollection</a>.</p>\n\n\n<p>When passing a single string argument to sort, Store maintains a ASC/DESC toggler per field, so this code:</p>\n\n\n<pre><code>store.sort('myField');\nstore.sort('myField');\n     </code></pre>\n\n\n<p>Is equivalent to this code, because Store handles the toggling automatically:</p>\n\n\n<pre><code>store.sort('myField', 'ASC');\nstore.sort('myField', 'DESC');\n</code></pre>\n\n",
2293       "params": [
2294         {
2295           "type": "String|Array",
2296           "name": "sorters",
2297           "doc": "<p>Either a string name of one of the fields in this Store's configured <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Model</a>,\nor an Array of sorter configurations.</p>\n",
2298           "optional": false
2299         },
2300         {
2301           "type": "String",
2302           "name": "direction",
2303           "doc": "<p>The overall direction to sort the data by. Defaults to \"ASC\".</p>\n",
2304           "optional": false
2305         },
2306         {
2307           "type": "Object",
2308           "name": "where",
2309           "doc": "\n",
2310           "optional": false
2311         },
2312         {
2313           "type": "Object",
2314           "name": "doSort",
2315           "doc": "\n",
2316           "optional": false
2317         }
2318       ],
2319       "return": {
2320         "type": "void",
2321         "doc": "\n"
2322       },
2323       "private": false,
2324       "static": false,
2325       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2326       "linenr": 59,
2327       "html_filename": "Sortable.html",
2328       "href": "Sortable.html#Ext-util-Sortable-method-sort",
2329       "shortDoc": "Sorts the data in the Store by one or more of its properties. Example usage:\n\n\n//sort by a single field\nmyStore.sort(..."
2330     },
2331     {
2332       "tagname": "method",
2333       "name": "sum",
2334       "member": "Ext.data.Store",
2335       "doc": "<p>Sums the value of <tt>property</tt> for each <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">record</a> between <tt>start</tt>\nand <tt>end</tt> and returns the result.</p>\n",
2336       "params": [
2337         {
2338           "type": "String",
2339           "name": "field",
2340           "doc": "<p>A field in each record</p>\n",
2341           "optional": false
2342         },
2343         {
2344           "type": "Boolean",
2345           "name": "grouped",
2346           "doc": "<p>(Optional) True to perform the operation for each group\nin the store. The value returned will be an object literal with the key being the group\nname and the sum for that group being the value. The grouped parameter is only honored if\nthe store has a groupField.</p>\n",
2347           "optional": false
2348         }
2349       ],
2350       "return": {
2351         "type": "Number",
2352         "doc": "<p>The sum</p>\n"
2353       },
2354       "private": false,
2355       "static": false,
2356       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2357       "linenr": 1961,
2358       "html_filename": "Store2.html",
2359       "href": "Store2.html#Ext-data-Store-method-sum",
2360       "shortDoc": "<p>Sums the value of <tt>property</tt> for each <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">record</a> between <tt>start</tt>\nand <tt>end</tt> and returns the result.</p>\n"
2361     },
2362     {
2363       "tagname": "method",
2364       "name": "suspendEvents",
2365       "member": "Ext.util.Observable",
2366       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.data.BufferStore-method-resumeEvents\" rel=\"Ext.data.BufferStore-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
2367       "params": [
2368         {
2369           "type": "Boolean",
2370           "name": "queueSuspended",
2371           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.data.BufferStore-method-resumeEvents\" rel=\"Ext.data.BufferStore-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
2372           "optional": false
2373         }
2374       ],
2375       "return": {
2376         "type": "void",
2377         "doc": "\n"
2378       },
2379       "private": false,
2380       "static": false,
2381       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2382       "linenr": 490,
2383       "html_filename": "Observable.html",
2384       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
2385       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.data.BufferStore-method-resumeEvents\" rel=\"Ext.data.BufferStore-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
2386     },
2387     {
2388       "tagname": "method",
2389       "name": "sync",
2390       "member": "Ext.data.AbstractStore",
2391       "doc": "<p>Synchronizes the Store with its Proxy. This asks the Proxy to batch together any new, updated\nand deleted records in the store, updating the Store's internal representation of the records\nas each operation completes.</p>\n",
2392       "params": [
2393
2394       ],
2395       "return": {
2396         "type": "void",
2397         "doc": "\n"
2398       },
2399       "private": false,
2400       "static": false,
2401       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2402       "linenr": 548,
2403       "html_filename": "AbstractStore.html",
2404       "href": "AbstractStore.html#Ext-data-AbstractStore-method-sync",
2405       "shortDoc": "Synchronizes the Store with its Proxy. This asks the Proxy to batch together any new, updated\nand deleted records in ..."
2406     },
2407     {
2408       "tagname": "method",
2409       "name": "un",
2410       "member": "Ext.util.Observable",
2411       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.data.BufferStore-method-removeListener\" rel=\"Ext.data.BufferStore-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
2412       "params": [
2413         {
2414           "type": "String",
2415           "name": "eventName",
2416           "doc": "<p>The type of event the handler was associated with.</p>\n",
2417           "optional": false
2418         },
2419         {
2420           "type": "Function",
2421           "name": "handler",
2422           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.data.BufferStore-method-addListener\" rel=\"Ext.data.BufferStore-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
2423           "optional": false
2424         },
2425         {
2426           "type": "Object",
2427           "name": "scope",
2428           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2429           "optional": true
2430         }
2431       ],
2432       "return": {
2433         "type": "void",
2434         "doc": "\n"
2435       },
2436       "private": false,
2437       "static": false,
2438       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
2439       "linenr": 608,
2440       "html_filename": "Observable.html",
2441       "href": "Observable.html#Ext-util-Observable-method-un",
2442       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.data.BufferStore-method-removeListener\" rel=\"Ext.data.BufferStore-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
2443     }
2444   ],
2445   "property": [
2446     {
2447       "tagname": "property",
2448       "name": "batchUpdateMode",
2449       "member": "Ext.data.AbstractStore",
2450       "type": "String",
2451       "doc": "<p>Sets the updating behavior based on batch synchronization. 'operation' (the default) will update the Store's\ninternal representation of the data after each operation of the batch has completed, 'complete' will wait until\nthe entire batch has been completed before updating the Store's data. 'complete' is a good choice for local\nstorage proxies, 'operation' is better for remote proxies, where there is a comparatively high latency.</p>\n",
2452       "private": false,
2453       "static": false,
2454       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2455       "linenr": 69,
2456       "html_filename": "AbstractStore.html",
2457       "href": "AbstractStore.html#Ext-data-AbstractStore-property-batchUpdateMode",
2458       "shortDoc": "Sets the updating behavior based on batch synchronization. 'operation' (the default) will update the Store's\ninternal..."
2459     },
2460     {
2461       "tagname": "property",
2462       "name": "currentPage",
2463       "member": "Ext.data.Store",
2464       "type": "Number",
2465       "doc": "<p>The page that the Store has most recently loaded (see <a href=\"#/api/Ext.data.BufferStore-method-loadPage\" rel=\"Ext.data.BufferStore-method-loadPage\" class=\"docClass\">loadPage</a>)</p>\n",
2466       "private": false,
2467       "static": false,
2468       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2469       "linenr": 277,
2470       "html_filename": "Store2.html",
2471       "href": "Store2.html#Ext-data-Store-property-currentPage"
2472     },
2473     {
2474       "tagname": "property",
2475       "name": "data",
2476       "member": "Ext.data.Store",
2477       "type": "Ext.util.MixedCollection",
2478       "doc": "<p>The MixedCollection that holds this store's local cache of records</p>\n",
2479       "private": false,
2480       "static": false,
2481       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2482       "linenr": 369,
2483       "html_filename": "Store2.html",
2484       "href": "Store2.html#Ext-data-Store-property-data"
2485     },
2486     {
2487       "tagname": "property",
2488       "name": "defaultProxyType",
2489       "member": "Ext.data.AbstractStore",
2490       "type": "String",
2491       "doc": "<p>The string type of the Proxy to create if none is specified. This defaults to creating a <a href=\"#/api/Ext.data.proxy.Memory\" rel=\"Ext.data.proxy.Memory\" class=\"docClass\">memory proxy</a>.</p>\n",
2492       "private": false,
2493       "static": false,
2494       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2495       "linenr": 104,
2496       "html_filename": "AbstractStore.html",
2497       "href": "AbstractStore.html#Ext-data-AbstractStore-property-defaultProxyType"
2498     },
2499     {
2500       "tagname": "property",
2501       "name": "defaultSortDirection",
2502       "member": "Ext.util.Sortable",
2503       "type": "String",
2504       "doc": "<p>The default sort direction to use if one is not specified (defaults to \"ASC\")</p>\n",
2505       "private": false,
2506       "static": false,
2507       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2508       "linenr": 20,
2509       "html_filename": "Sortable.html",
2510       "href": "Sortable.html#Ext-util-Sortable-property-defaultSortDirection"
2511     },
2512     {
2513       "tagname": "property",
2514       "name": "filterOnLoad",
2515       "member": "Ext.data.AbstractStore",
2516       "type": "Boolean",
2517       "doc": "<p>If true, any filters attached to this Store will be run after loading data, before the datachanged event is fired.\nDefaults to true, ignored if <a href=\"#/api/Ext.data.BufferStore-cfg-remoteFilter\" rel=\"Ext.data.BufferStore-cfg-remoteFilter\" class=\"docClass\">remoteFilter</a> is true</p>\n",
2518       "private": false,
2519       "static": false,
2520       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2521       "linenr": 79,
2522       "html_filename": "AbstractStore.html",
2523       "href": "AbstractStore.html#Ext-data-AbstractStore-property-filterOnLoad",
2524       "shortDoc": "If true, any filters attached to this Store will be run after loading data, before the datachanged event is fired.\nDe..."
2525     },
2526     {
2527       "tagname": "property",
2528       "name": "filters",
2529       "member": "Ext.data.AbstractStore",
2530       "type": "Ext.util.MixedCollection",
2531       "doc": "<p>The collection of <a href=\"#/api/Ext.util.Filter\" rel=\"Ext.util.Filter\" class=\"docClass\">Filters</a> currently applied to this Store</p>\n",
2532       "private": false,
2533       "static": false,
2534       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2535       "linenr": 268,
2536       "html_filename": "AbstractStore.html",
2537       "href": "AbstractStore.html#Ext-data-AbstractStore-property-filters"
2538     },
2539     {
2540       "tagname": "property",
2541       "name": "groupDir",
2542       "member": "Ext.data.Store",
2543       "type": "String",
2544       "doc": "<p>The direction in which sorting should be applied when grouping. Defaults to \"ASC\" - the other supported value is \"DESC\"</p>\n",
2545       "private": false,
2546       "static": false,
2547       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2548       "linenr": 263,
2549       "html_filename": "Store2.html",
2550       "href": "Store2.html#Ext-data-Store-property-groupDir"
2551     },
2552     {
2553       "tagname": "property",
2554       "name": "groupField",
2555       "member": "Ext.data.Store",
2556       "type": "String",
2557       "doc": "<p>The (optional) field by which to group data in the store. Internally, grouping is very similar to sorting - the\ngroupField and <a href=\"#/api/Ext.data.BufferStore-property-groupDir\" rel=\"Ext.data.BufferStore-property-groupDir\" class=\"docClass\">groupDir</a> are injected as the first sorter (see <a href=\"#/api/Ext.data.BufferStore-method-sort\" rel=\"Ext.data.BufferStore-method-sort\" class=\"docClass\">sort</a>). Stores support a single\nlevel of grouping, and groups can be fetched via the <a href=\"#/api/Ext.data.BufferStore-method-getGroups\" rel=\"Ext.data.BufferStore-method-getGroups\" class=\"docClass\">getGroups</a> method.</p>\n",
2558       "private": false,
2559       "static": false,
2560       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2561       "linenr": 254,
2562       "html_filename": "Store2.html",
2563       "href": "Store2.html#Ext-data-Store-property-groupField",
2564       "shortDoc": "The (optional) field by which to group data in the store. Internally, grouping is very similar to sorting - the\ngroup..."
2565     },
2566     {
2567       "tagname": "property",
2568       "name": "groupers",
2569       "member": "Ext.data.Store",
2570       "type": "Ext.util.MixedCollection",
2571       "doc": "<p>The collection of <a href=\"#/api/Ext.util.Grouper\" rel=\"Ext.util.Grouper\" class=\"docClass\">Groupers</a> currently applied to this Store</p>\n",
2572       "private": false,
2573       "static": false,
2574       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2575       "linenr": 391,
2576       "html_filename": "Store2.html",
2577       "href": "Store2.html#Ext-data-Store-property-groupers"
2578     },
2579     {
2580       "tagname": "property",
2581       "name": "isDestroyed",
2582       "member": "Ext.data.AbstractStore",
2583       "type": "Boolean",
2584       "doc": "<p>True if the Store has already been destroyed via <a href=\"#/api/Ext.data.BufferStore--destroyStore\" rel=\"Ext.data.BufferStore--destroyStore\" class=\"docClass\">destroyStore</a>. If this is true, the reference to Store should be deleted\nas it will not function correctly any more.</p>\n",
2585       "private": false,
2586       "static": false,
2587       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2588       "linenr": 111,
2589       "html_filename": "AbstractStore.html",
2590       "href": "AbstractStore.html#Ext-data-AbstractStore-property-isDestroyed",
2591       "shortDoc": "True if the Store has already been destroyed via destroyStore. If this is true, the reference to Store should be dele..."
2592     },
2593     {
2594       "tagname": "property",
2595       "name": "isSortable",
2596       "member": "Ext.util.Sortable",
2597       "type": "Boolean",
2598       "doc": "<p>Flag denoting that this object is sortable. Always true.</p>\n",
2599       "private": false,
2600       "static": false,
2601       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2602       "linenr": 13,
2603       "html_filename": "Sortable.html",
2604       "href": "Sortable.html#Ext-util-Sortable-property-isSortable"
2605     },
2606     {
2607       "tagname": "property",
2608       "name": "snapshot",
2609       "member": "Ext.data.Store",
2610       "type": "Ext.util.MixedCollection",
2611       "doc": "<p>A pristine (unfiltered) collection of the records in this store. This is used to reinstate\nrecords when a filter is removed or changed</p>\n",
2612       "private": false,
2613       "static": false,
2614       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2615       "linenr": 1136,
2616       "html_filename": "Store2.html",
2617       "href": "Store2.html#Ext-data-Store-property-snapshot",
2618       "shortDoc": "A pristine (unfiltered) collection of the records in this store. This is used to reinstate\nrecords when a filter is r..."
2619     },
2620     {
2621       "tagname": "property",
2622       "name": "sortOnLoad",
2623       "member": "Ext.data.AbstractStore",
2624       "type": "Boolean",
2625       "doc": "<p>If true, any sorters attached to this Store will be run after loading data, before the datachanged event is fired.\nDefaults to true, igored if <a href=\"#/api/Ext.data.BufferStore-cfg-remoteSort\" rel=\"Ext.data.BufferStore-cfg-remoteSort\" class=\"docClass\">remoteSort</a> is true</p>\n",
2626       "private": false,
2627       "static": false,
2628       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2629       "linenr": 87,
2630       "html_filename": "AbstractStore.html",
2631       "href": "AbstractStore.html#Ext-data-AbstractStore-property-sortOnLoad",
2632       "shortDoc": "If true, any sorters attached to this Store will be run after loading data, before the datachanged event is fired.\nDe..."
2633     },
2634     {
2635       "tagname": "property",
2636       "name": "sortRoot",
2637       "member": "Ext.util.Sortable",
2638       "type": "String",
2639       "doc": "<p>The property in each item that contains the data to sort. (defaults to null)</p>\n",
2640       "private": false,
2641       "static": false,
2642       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2643       "linenr": 31,
2644       "html_filename": "Sortable.html",
2645       "href": "Sortable.html#Ext-util-Sortable-property-sortRoot"
2646     },
2647     {
2648       "tagname": "property",
2649       "name": "sorters",
2650       "member": "Ext.util.Sortable",
2651       "type": "Ext.util.MixedCollection",
2652       "doc": "<p>The collection of <a href=\"#/api/Ext.util.Sorter\" rel=\"Ext.util.Sorter\" class=\"docClass\">Sorters</a> currently applied to this Store</p>\n",
2653       "private": false,
2654       "static": false,
2655       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
2656       "linenr": 45,
2657       "html_filename": "Sortable.html",
2658       "href": "Sortable.html#Ext-util-Sortable-property-sorters"
2659     }
2660   ],
2661   "event": [
2662     {
2663       "tagname": "event",
2664       "name": "add",
2665       "member": "Ext.data.AbstractStore",
2666       "doc": "<p>Fired when a Model instance has been added to this Store</p>\n",
2667       "params": [
2668         {
2669           "type": "Ext.data.Store",
2670           "name": "store",
2671           "doc": "<p>The store</p>\n",
2672           "optional": false
2673         },
2674         {
2675           "type": "Array",
2676           "name": "records",
2677           "doc": "<p>The Model instances that were added</p>\n",
2678           "optional": false
2679         },
2680         {
2681           "type": "Number",
2682           "name": "index",
2683           "doc": "<p>The index at which the instances were inserted</p>\n",
2684           "optional": false
2685         }
2686       ],
2687       "private": false,
2688       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2689       "linenr": 143,
2690       "html_filename": "AbstractStore.html",
2691       "href": "AbstractStore.html#Ext-data-AbstractStore-event-add",
2692       "shortDoc": "<p>Fired when a Model instance has been added to this Store</p>\n"
2693     },
2694     {
2695       "tagname": "event",
2696       "name": "beforeload",
2697       "member": "Ext.data.AbstractStore",
2698       "doc": "<p>Event description</p>\n",
2699       "params": [
2700         {
2701           "type": "Ext.data.Store",
2702           "name": "store",
2703           "doc": "<p>This Store</p>\n",
2704           "optional": false
2705         },
2706         {
2707           "type": "Ext.data.Operation",
2708           "name": "operation",
2709           "doc": "<p>The <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Ext.data.Operation</a> object that will be passed to the Proxy to load the Store</p>\n",
2710           "optional": false
2711         }
2712       ],
2713       "private": false,
2714       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2715       "linenr": 183,
2716       "html_filename": "AbstractStore.html",
2717       "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforeload",
2718       "shortDoc": "<p>Event description</p>\n"
2719     },
2720     {
2721       "tagname": "event",
2722       "name": "beforeprefetch",
2723       "member": "Ext.data.Store",
2724       "doc": "<p>Fires before a prefetch occurs. Return false to cancel.</p>\n",
2725       "params": [
2726         {
2727           "type": "Ext.data.store",
2728           "name": "this",
2729           "doc": "\n",
2730           "optional": false
2731         },
2732         {
2733           "type": "Ext.data.Operation",
2734           "name": "operation",
2735           "doc": "<p>The associated operation</p>\n",
2736           "optional": false
2737         }
2738       ],
2739       "private": false,
2740       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2741       "linenr": 343,
2742       "html_filename": "Store2.html",
2743       "href": "Store2.html#Ext-data-Store-event-beforeprefetch",
2744       "shortDoc": "<p>Fires before a prefetch occurs. Return false to cancel.</p>\n"
2745     },
2746     {
2747       "tagname": "event",
2748       "name": "beforesync",
2749       "member": "Ext.data.AbstractStore",
2750       "doc": "<p>Called before a call to <a href=\"#/api/Ext.data.BufferStore-method-sync\" rel=\"Ext.data.BufferStore-method-sync\" class=\"docClass\">sync</a> is executed. Return false from any listener to cancel the synv</p>\n",
2751       "params": [
2752         {
2753           "type": "Object",
2754           "name": "options",
2755           "doc": "<p>Hash of all records to be synchronized, broken down into create, update and destroy</p>\n",
2756           "optional": false
2757         }
2758       ],
2759       "private": false,
2760       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2761       "linenr": 200,
2762       "html_filename": "AbstractStore.html",
2763       "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforesync",
2764       "shortDoc": "<p>Called before a call to <a href=\"#/api/Ext.data.BufferStore-method-sync\" rel=\"Ext.data.BufferStore-method-sync\" class=\"docClass\">sync</a> is executed. Return false from any listener to cancel the synv</p>\n"
2765     },
2766     {
2767       "tagname": "event",
2768       "name": "clear",
2769       "member": "Ext.data.AbstractStore",
2770       "doc": "<p>Fired after the <a href=\"#/api/Ext.data.BufferStore-method-removeAll\" rel=\"Ext.data.BufferStore-method-removeAll\" class=\"docClass\">removeAll</a> method is called.</p>\n",
2771       "params": [
2772         {
2773           "type": "Ext.data.Store",
2774           "name": "this",
2775           "doc": "\n",
2776           "optional": false
2777         }
2778       ],
2779       "private": false,
2780       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2781       "linenr": 206,
2782       "html_filename": "AbstractStore.html",
2783       "href": "AbstractStore.html#Ext-data-AbstractStore-event-clear",
2784       "shortDoc": "<p>Fired after the <a href=\"#/api/Ext.data.BufferStore-method-removeAll\" rel=\"Ext.data.BufferStore-method-removeAll\" class=\"docClass\">removeAll</a> method is called.</p>\n"
2785     },
2786     {
2787       "tagname": "event",
2788       "name": "datachanged",
2789       "member": "Ext.data.AbstractStore",
2790       "doc": "<p>Fires whenever the records in the Store have changed in some way - this could include adding or removing records,\nor updating the data in existing records</p>\n",
2791       "params": [
2792         {
2793           "type": "Ext.data.Store",
2794           "name": "this",
2795           "doc": "<p>The data store</p>\n",
2796           "optional": false
2797         }
2798       ],
2799       "private": false,
2800       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2801       "linenr": 175,
2802       "html_filename": "AbstractStore.html",
2803       "href": "AbstractStore.html#Ext-data-AbstractStore-event-datachanged",
2804       "shortDoc": "Fires whenever the records in the Store have changed in some way - this could include adding or removing records,\nor ..."
2805     },
2806     {
2807       "tagname": "event",
2808       "name": "groupchange",
2809       "member": "Ext.data.Store",
2810       "doc": "<p>Fired whenever the grouping in the grid changes</p>\n",
2811       "params": [
2812         {
2813           "type": "Ext.data.Store",
2814           "name": "store",
2815           "doc": "<p>The store</p>\n",
2816           "optional": false
2817         },
2818         {
2819           "type": "Array",
2820           "name": "groupers",
2821           "doc": "<p>The array of grouper objects</p>\n",
2822           "optional": false
2823         }
2824       ],
2825       "private": false,
2826       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2827       "linenr": 350,
2828       "html_filename": "Store2.html",
2829       "href": "Store2.html#Ext-data-Store-event-groupchange",
2830       "shortDoc": "<p>Fired whenever the grouping in the grid changes</p>\n"
2831     },
2832     {
2833       "tagname": "event",
2834       "name": "load",
2835       "member": "Ext.data.Store",
2836       "doc": "<p>Fires whenever records have been prefetched</p>\n",
2837       "params": [
2838         {
2839           "type": "Ext.data.store",
2840           "name": "this",
2841           "doc": "\n",
2842           "optional": false
2843         },
2844         {
2845           "type": "Array",
2846           "name": "records",
2847           "doc": "<p>An array of records</p>\n",
2848           "optional": false
2849         },
2850         {
2851           "type": "Boolean",
2852           "name": "successful",
2853           "doc": "<p>True if the operation was successful.</p>\n",
2854           "optional": false
2855         },
2856         {
2857           "type": "Ext.data.Operation",
2858           "name": "operation",
2859           "doc": "<p>The associated operation</p>\n",
2860           "optional": false
2861         }
2862       ],
2863       "private": false,
2864       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/Store.js",
2865       "linenr": 357,
2866       "html_filename": "Store2.html",
2867       "href": "Store2.html#Ext-data-Store-event-load",
2868       "shortDoc": "<p>Fires whenever records have been prefetched</p>\n"
2869     },
2870     {
2871       "tagname": "event",
2872       "name": "remove",
2873       "member": "Ext.data.AbstractStore",
2874       "doc": "<p>Fired when a Model instance has been removed from this Store</p>\n",
2875       "params": [
2876         {
2877           "type": "Ext.data.Store",
2878           "name": "store",
2879           "doc": "<p>The Store object</p>\n",
2880           "optional": false
2881         },
2882         {
2883           "type": "Ext.data.Model",
2884           "name": "record",
2885           "doc": "<p>The record that was removed</p>\n",
2886           "optional": false
2887         },
2888         {
2889           "type": "Number",
2890           "name": "index",
2891           "doc": "<p>The index of the record that was removed</p>\n",
2892           "optional": false
2893         }
2894       ],
2895       "private": false,
2896       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2897       "linenr": 152,
2898       "html_filename": "AbstractStore.html",
2899       "href": "AbstractStore.html#Ext-data-AbstractStore-event-remove",
2900       "shortDoc": "<p>Fired when a Model instance has been removed from this Store</p>\n"
2901     },
2902     {
2903       "tagname": "event",
2904       "name": "update",
2905       "member": "Ext.data.AbstractStore",
2906       "doc": "<p>Fires when a Record has been updated</p>\n",
2907       "params": [
2908         {
2909           "type": "Store",
2910           "name": "this",
2911           "doc": "\n",
2912           "optional": false
2913         },
2914         {
2915           "type": "Ext.data.Model",
2916           "name": "record",
2917           "doc": "<p>The Model instance that was updated</p>\n",
2918           "optional": false
2919         },
2920         {
2921           "type": "String",
2922           "name": "operation",
2923           "doc": "<p>The update operation being performed. Value may be one of:</p>\n\n<pre><code>               Ext.data.Model.EDIT\n               Ext.data.Model.REJECT\n               Ext.data.Model.COMMIT\n</code></pre>\n\n",
2924           "optional": false
2925         }
2926       ],
2927       "private": false,
2928       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
2929       "linenr": 161,
2930       "html_filename": "AbstractStore.html",
2931       "href": "AbstractStore.html#Ext-data-AbstractStore-event-update",
2932       "shortDoc": "<p>Fires when a Record has been updated</p>\n"
2933     }
2934   ],
2935   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/BufferStore.js",
2936   "linenr": 1,
2937   "html_filename": "BufferStore.html",
2938   "href": "BufferStore.html#Ext-data-BufferStore",
2939   "cssVar": [
2940
2941   ],
2942   "cssMixin": [
2943
2944   ],
2945   "component": false,
2946   "superclasses": [
2947     "Ext.data.AbstractStore",
2948     "Ext.data.Store"
2949   ],
2950   "subclasses": [
2951
2952   ],
2953   "mixedInto": [
2954
2955   ],
2956   "allMixins": [
2957     "Ext.util.Observable",
2958     "Ext.util.Sortable"
2959   ]
2960 });