Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.grid.property.Store.js
1 Ext.data.JsonP.Ext_grid_property_Store({
2   "allMixins": [
3     "Ext.util.Observable",
4     "Ext.util.Sortable"
5   ],
6   "deprecated": null,
7   "docauthor": null,
8   "members": {
9     "cfg": [
10       {
11         "type": "Boolean/Object",
12         "deprecated": null,
13         "alias": null,
14         "protected": false,
15         "tagname": "cfg",
16         "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-autoLoad",
17         "shortDoc": "If data is not specified, and if autoLoad is true or an Object, this store's load method\nis automatically called afte...",
18         "static": false,
19         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
20         "private": false,
21         "name": "autoLoad",
22         "owner": "Ext.data.AbstractStore",
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         "linenr": 54,
25         "html_filename": "AbstractStore.html"
26       },
27       {
28         "type": "Boolean",
29         "deprecated": null,
30         "alias": null,
31         "protected": false,
32         "tagname": "cfg",
33         "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-autoSync",
34         "shortDoc": "True to automatically sync the Store with its Proxy after every edit to one of its Records. ...",
35         "static": false,
36         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
37         "private": false,
38         "name": "autoSync",
39         "owner": "Ext.data.AbstractStore",
40         "doc": "<p>True to automatically sync the Store with its Proxy after every edit to one of its Records.\nDefaults to false.</p>\n",
41         "linenr": 61,
42         "html_filename": "AbstractStore.html"
43       },
44       {
45         "type": "Boolean",
46         "deprecated": null,
47         "alias": null,
48         "protected": false,
49         "tagname": "cfg",
50         "href": "Store2.html#Ext-data-Store-cfg-buffered",
51         "shortDoc": "Allow the store to buffer and pre-fetch pages of records. ...",
52         "static": false,
53         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
54         "private": false,
55         "name": "buffered",
56         "owner": "Ext.data.Store",
57         "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",
58         "linenr": 303,
59         "html_filename": "Store2.html"
60       },
61       {
62         "type": "Boolean",
63         "deprecated": null,
64         "alias": null,
65         "protected": false,
66         "tagname": "cfg",
67         "href": "Store2.html#Ext-data-Store-cfg-clearOnPageLoad",
68         "shortDoc": "True to empty the store when loading another page via loadPage,\nnextPage or previousPage (defaults to true). ...",
69         "static": false,
70         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
71         "private": false,
72         "name": "clearOnPageLoad",
73         "owner": "Ext.data.Store",
74         "doc": "<p>True to empty the store when loading another page via <a href=\"#/api/Ext.grid.property.Store-method-loadPage\" rel=\"Ext.grid.property.Store-method-loadPage\" class=\"docClass\">loadPage</a>,\n<a href=\"#/api/Ext.grid.property.Store-method-nextPage\" rel=\"Ext.grid.property.Store-method-nextPage\" class=\"docClass\">nextPage</a> or <a href=\"#/api/Ext.grid.property.Store-method-previousPage\" rel=\"Ext.grid.property.Store-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",
75         "linenr": 282,
76         "html_filename": "Store2.html"
77       },
78       {
79         "type": "Array",
80         "deprecated": null,
81         "alias": null,
82         "protected": false,
83         "tagname": "cfg",
84         "href": "Store2.html#Ext-data-Store-cfg-data",
85         "shortDoc": "Optional array of Model instances or data objects to load locally. ...",
86         "static": false,
87         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
88         "private": false,
89         "name": "data",
90         "owner": "Ext.data.Store",
91         "doc": "<p>Optional array of Model instances or data objects to load locally. See \"Inline data\" above for details.</p>\n",
92         "linenr": 244,
93         "html_filename": "Store2.html"
94       },
95       {
96         "type": "Array",
97         "deprecated": null,
98         "alias": null,
99         "protected": false,
100         "tagname": "cfg",
101         "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-fields",
102         "shortDoc": "This may be used in place of specifying a model configuration. ...",
103         "static": false,
104         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
105         "private": false,
106         "name": "fields",
107         "owner": "Ext.data.AbstractStore",
108         "doc": "<p>This may be used in place of specifying a <a href=\"#/api/Ext.grid.property.Store-cfg-model\" rel=\"Ext.grid.property.Store-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.grid.property.Store-cfg-model\" rel=\"Ext.grid.property.Store-cfg-model\" class=\"docClass\">model</a> config.</p>\n",
109         "linenr": 124,
110         "html_filename": "AbstractStore.html"
111       },
112       {
113         "type": "Object",
114         "deprecated": null,
115         "alias": null,
116         "protected": false,
117         "tagname": "cfg",
118         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
119         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
120         "static": false,
121         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
122         "private": false,
123         "name": "listeners",
124         "owner": "Ext.util.Observable",
125         "doc": "<p>A config object containing one or more event handlers to be added to this object during initialization. This\nshould be a valid listeners config object as specified in the <a href=\"#/api/Ext.grid.property.Store-method-addListener\" rel=\"Ext.grid.property.Store-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple\nhandlers at once.</p>\n\n<p><strong>DOM events from ExtJS <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></strong></p>\n\n<p>While <em>some</em> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this is usually\nonly 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 <strong><code><a href=\"#/api/Ext.view.View-event-itemclick\" rel=\"Ext.view.View-event-itemclick\" class=\"docClass\">itemclick</a></code></strong> event passing the node clicked on. To access DOM events directly from a\nchild element of a Component, we need to specify the <code>element</code> option to identify the Component property to add a\nDOM 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",
126         "linenr": 102,
127         "html_filename": "Observable.html"
128       },
129       {
130         "type": "String",
131         "deprecated": null,
132         "alias": null,
133         "protected": false,
134         "tagname": "cfg",
135         "href": "Store2.html#Ext-data-Store-cfg-model",
136         "static": false,
137         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
138         "private": false,
139         "name": "model",
140         "owner": "Ext.data.Store",
141         "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",
142         "linenr": 248,
143         "html_filename": "Store2.html"
144       },
145       {
146         "type": "Number",
147         "deprecated": null,
148         "alias": null,
149         "protected": false,
150         "tagname": "cfg",
151         "href": "Store2.html#Ext-data-Store-cfg-pageSize",
152         "shortDoc": "The number of records considered to form a 'page'. ...",
153         "static": false,
154         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
155         "private": false,
156         "name": "pageSize",
157         "owner": "Ext.data.Store",
158         "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",
159         "linenr": 268,
160         "html_filename": "Store2.html"
161       },
162       {
163         "type": "String/Ext.data.proxy.Proxy/Object",
164         "deprecated": null,
165         "alias": null,
166         "protected": false,
167         "tagname": "cfg",
168         "href": "Store2.html#Ext-data-Store-cfg-proxy",
169         "shortDoc": "The Proxy to use for this Store. ...",
170         "static": false,
171         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
172         "private": false,
173         "name": "proxy",
174         "owner": "Ext.data.Store",
175         "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.grid.property.Store-method-setProxy\" rel=\"Ext.grid.property.Store-method-setProxy\" class=\"docClass\">setProxy</a> for details.</p>\n",
176         "linenr": 239,
177         "html_filename": "Store2.html"
178       },
179       {
180         "type": "Number",
181         "deprecated": null,
182         "alias": null,
183         "protected": false,
184         "tagname": "cfg",
185         "href": "Store2.html#Ext-data-Store-cfg-purgePageCount",
186         "shortDoc": "The number of pages to keep in the cache before purging additional records. ...",
187         "static": false,
188         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
189         "private": false,
190         "name": "purgePageCount",
191         "owner": "Ext.data.Store",
192         "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.grid.property.Store-cfg-buffered\" rel=\"Ext.grid.property.Store-cfg-buffered\" class=\"docClass\">buffered</a> option is set to true.</p>\n",
193         "linenr": 310,
194         "html_filename": "Store2.html"
195       },
196       {
197         "type": "Boolean",
198         "deprecated": null,
199         "alias": null,
200         "protected": false,
201         "tagname": "cfg",
202         "href": "Store2.html#Ext-data-Store-cfg-remoteFilter",
203         "shortDoc": "True to defer any filtering operation to the server. ...",
204         "static": false,
205         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
206         "private": false,
207         "name": "remoteFilter",
208         "owner": "Ext.data.Store",
209         "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",
210         "linenr": 225,
211         "html_filename": "Store2.html"
212       },
213       {
214         "type": "Boolean",
215         "deprecated": null,
216         "alias": null,
217         "protected": false,
218         "tagname": "cfg",
219         "href": "Store2.html#Ext-data-Store-cfg-remoteGroup",
220         "shortDoc": "True if the grouping should apply on the server side, false if it is local only (defaults to false). ...",
221         "static": false,
222         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
223         "private": false,
224         "name": "remoteGroup",
225         "owner": "Ext.data.Store",
226         "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",
227         "linenr": 231,
228         "html_filename": "Store2.html"
229       },
230       {
231         "type": "Boolean",
232         "deprecated": null,
233         "alias": null,
234         "protected": false,
235         "tagname": "cfg",
236         "href": "Store2.html#Ext-data-Store-cfg-remoteSort",
237         "shortDoc": "True to defer any sorting operation to the server. ...",
238         "static": false,
239         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
240         "private": false,
241         "name": "remoteSort",
242         "owner": "Ext.data.Store",
243         "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",
244         "linenr": 219,
245         "html_filename": "Store2.html"
246       },
247       {
248         "type": "Boolean",
249         "deprecated": null,
250         "alias": null,
251         "protected": false,
252         "tagname": "cfg",
253         "href": "Store2.html#Ext-data-Store-cfg-sortOnFilter",
254         "shortDoc": "For local filtering only, causes sort to be called whenever filter is called,\ncausing the sorters to be reapplied aft...",
255         "static": false,
256         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
257         "private": false,
258         "name": "sortOnFilter",
259         "owner": "Ext.data.Store",
260         "doc": "<p>For local filtering only, causes <a href=\"#/api/Ext.grid.property.Store-method-sort\" rel=\"Ext.grid.property.Store-method-sort\" class=\"docClass\">sort</a> to be called whenever <a href=\"#/api/Ext.grid.property.Store-method-filter\" rel=\"Ext.grid.property.Store-method-filter\" class=\"docClass\">filter</a> is called,\ncausing the sorters to be reapplied after filtering. Defaults to true</p>\n",
261         "linenr": 297,
262         "html_filename": "Store2.html"
263       },
264       {
265         "type": "String",
266         "deprecated": null,
267         "alias": null,
268         "protected": false,
269         "tagname": "cfg",
270         "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-storeId",
271         "shortDoc": "Optional unique identifier for this store. ...",
272         "static": false,
273         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
274         "private": false,
275         "name": "storeId",
276         "owner": "Ext.data.AbstractStore",
277         "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",
278         "linenr": 119,
279         "html_filename": "AbstractStore.html"
280       }
281     ],
282     "method": [
283       {
284         "deprecated": null,
285         "alias": null,
286         "href": "Store.html#Ext-grid-property-Store-method-constructor",
287         "tagname": "method",
288         "protected": false,
289         "shortDoc": "Creates new property store. ...",
290         "static": false,
291         "params": [
292           {
293             "type": "Ext.grid.Grid",
294             "optional": false,
295             "doc": "<p>The grid this store will be bound to</p>\n",
296             "name": "grid"
297           },
298           {
299             "type": "Object",
300             "optional": false,
301             "doc": "<p>The source data config object</p>\n",
302             "name": "source"
303           }
304         ],
305         "private": false,
306         "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/grid/property/Store.js",
307         "doc": "<p>Creates new property store.</p>\n",
308         "owner": "Ext.grid.property.Store",
309         "name": "Store",
310         "html_filename": "Store.html",
311         "return": {
312           "type": "Object",
313           "doc": "\n"
314         },
315         "linenr": 16
316       },
317       {
318         "deprecated": null,
319         "alias": null,
320         "protected": false,
321         "tagname": "method",
322         "href": "Store2.html#Ext-data-Store-method-add",
323         "shortDoc": "Adds Model instances to the Store by instantiating them based on a JavaScript object. ...",
324         "static": false,
325         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
326         "private": false,
327         "params": [
328           {
329             "type": "Object",
330             "optional": false,
331             "doc": "<p>The data for each model</p>\n",
332             "name": "data"
333           }
334         ],
335         "name": "add",
336         "owner": "Ext.data.Store",
337         "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.grid.property.Store-method-insert\" rel=\"Ext.grid.property.Store-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",
338         "linenr": 798,
339         "return": {
340           "type": "Array",
341           "doc": "<p>The array of newly created model instances</p>\n"
342         },
343         "html_filename": "Store2.html"
344       },
345       {
346         "deprecated": null,
347         "alias": null,
348         "protected": false,
349         "tagname": "method",
350         "href": "Observable.html#Ext-util-Observable-method-addEvents",
351         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
352         "static": false,
353         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
354         "private": false,
355         "params": [
356           {
357             "type": "Object/String",
358             "optional": false,
359             "doc": "<p>Either an object with event names as properties with a value of <code>true</code> or the first\nevent name string if multiple event names are being passed as separate parameters. Usage:</p>\n\n<pre><code>this.addEvents({\n    storeloaded: true,\n    storecleared: true\n});\n</code></pre>\n",
360             "name": "o"
361           },
362           {
363             "type": "String...",
364             "optional": false,
365             "doc": "<p>Optional additional event names if multiple event names are being passed as separate\nparameters. Usage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n",
366             "name": "more"
367           }
368         ],
369         "name": "addEvents",
370         "owner": "Ext.util.Observable",
371         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
372         "linenr": 494,
373         "return": {
374           "type": "void",
375           "doc": "\n"
376         },
377         "html_filename": "Observable.html"
378       },
379       {
380         "deprecated": null,
381         "alias": null,
382         "protected": false,
383         "tagname": "method",
384         "href": "Observable.html#Ext-util-Observable-method-addListener",
385         "shortDoc": "Appends an event handler to this object. ...",
386         "static": false,
387         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
388         "private": false,
389         "params": [
390           {
391             "type": "String",
392             "optional": false,
393             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
394             "name": "eventName"
395           },
396           {
397             "type": "Function",
398             "optional": false,
399             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.grid.property.Store-method-fireEvent\" rel=\"Ext.grid.property.Store-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
400             "name": "handler"
401           },
402           {
403             "type": "Object",
404             "optional": true,
405             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
406             "name": "scope"
407           },
408           {
409             "type": "Object",
410             "optional": true,
411             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>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 by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty 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\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\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></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\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\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
412             "name": "options"
413           }
414         ],
415         "name": "addListener",
416         "owner": "Ext.util.Observable",
417         "doc": "<p>Appends an event handler to this object.</p>\n",
418         "linenr": 278,
419         "return": {
420           "type": "void",
421           "doc": "\n"
422         },
423         "html_filename": "Observable.html"
424       },
425       {
426         "deprecated": null,
427         "alias": null,
428         "protected": false,
429         "tagname": "method",
430         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
431         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
432         "static": false,
433         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
434         "private": false,
435         "params": [
436           {
437             "type": "Observable/Element",
438             "optional": false,
439             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
440             "name": "item"
441           },
442           {
443             "type": "Object/String",
444             "optional": false,
445             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
446             "name": "ename"
447           },
448           {
449             "type": "Function",
450             "optional": true,
451             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
452             "name": "fn"
453           },
454           {
455             "type": "Object",
456             "optional": true,
457             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
458             "name": "scope"
459           },
460           {
461             "type": "Object",
462             "optional": true,
463             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
464             "name": "opt"
465           }
466         ],
467         "name": "addManagedListener",
468         "owner": "Ext.util.Observable",
469         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
470         "linenr": 156,
471         "return": {
472           "type": "void",
473           "doc": "\n"
474         },
475         "html_filename": "Observable.html"
476       },
477       {
478         "deprecated": null,
479         "alias": null,
480         "protected": false,
481         "tagname": "method",
482         "href": "Base3.html#Ext-Base-method-addStatics",
483         "shortDoc": "Add / override static properties of this class. ...",
484         "static": true,
485         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
486         "private": false,
487         "params": [
488           {
489             "type": "Object",
490             "optional": false,
491             "doc": "\n",
492             "name": "members"
493           }
494         ],
495         "name": "addStatics",
496         "owner": "Ext.Base",
497         "doc": "<p>Add / override static properties of this class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.addStatics({\n    someProperty: 'someValue',      // My.cool.Class.someProperty = 'someValue'\n    method1: function() { ... },    // My.cool.Class.method1 = function() { ... };\n    method2: function() { ... }     // My.cool.Class.method2 = function() { ... };\n});\n</code></pre>\n",
498         "linenr": 388,
499         "return": {
500           "type": "Ext.Base",
501           "doc": "<p>this</p>\n"
502         },
503         "html_filename": "Base3.html"
504       },
505       {
506         "deprecated": null,
507         "alias": null,
508         "protected": false,
509         "tagname": "method",
510         "href": "Store2.html#Ext-data-Store-method-aggregate",
511         "shortDoc": "Runs the aggregate function for all the records in the store. ...",
512         "static": false,
513         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
514         "private": false,
515         "params": [
516           {
517             "type": "Function",
518             "optional": false,
519             "doc": "<p>The function to execute. The function is called with a single parameter,\nan array of records for that group.</p>\n",
520             "name": "fn"
521           },
522           {
523             "type": "Object",
524             "optional": true,
525             "doc": "<p>(optional) The scope to execute the function in. Defaults to the store.</p>\n",
526             "name": "scope"
527           },
528           {
529             "type": "Boolean",
530             "optional": false,
531             "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",
532             "name": "grouped"
533           },
534           {
535             "type": "Array",
536             "optional": true,
537             "doc": "<p>(optional) Any arguments to append to the function call</p>\n",
538             "name": "args"
539           }
540         ],
541         "name": "aggregate",
542         "owner": "Ext.data.Store",
543         "doc": "<p>Runs the aggregate function for all the records in the store.</p>\n",
544         "linenr": 2125,
545         "return": {
546           "type": "Object",
547           "doc": "<p>An object literal with the group names and their appropriate values.</p>\n"
548         },
549         "html_filename": "Store2.html"
550       },
551       {
552         "deprecated": null,
553         "alias": null,
554         "protected": false,
555         "tagname": "method",
556         "href": "Store2.html#Ext-data-Store-method-average",
557         "shortDoc": "Gets the average value in the store. ...",
558         "static": false,
559         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
560         "private": false,
561         "params": [
562           {
563             "type": "String",
564             "optional": false,
565             "doc": "<p>The field in each record</p>\n",
566             "name": "field"
567           },
568           {
569             "type": "Boolean",
570             "optional": false,
571             "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",
572             "name": "grouped"
573           }
574         ],
575         "name": "average",
576         "owner": "Ext.data.Store",
577         "doc": "<p>Gets the average value in the store.</p>\n",
578         "linenr": 2092,
579         "return": {
580           "type": "Mixed/undefined",
581           "doc": "<p>The average value, if no items exist, 0.</p>\n"
582         },
583         "html_filename": "Store2.html"
584       },
585       {
586         "deprecated": null,
587         "alias": null,
588         "protected": false,
589         "tagname": "method",
590         "href": "Base3.html#Ext-Base-method-callOverridden",
591         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
592         "static": false,
593         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
594         "private": false,
595         "params": [
596           {
597             "type": "Array/Arguments",
598             "optional": false,
599             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
600             "name": "args"
601           }
602         ],
603         "name": "callOverridden",
604         "owner": "Ext.Base",
605         "doc": "<p>Call the original method that was previously overridden with <a href=\"#/api/Ext.Base-method-override\" rel=\"Ext.Base-method-override\" class=\"docClass\">Ext.Base.override</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
606         "linenr": 269,
607         "return": {
608           "type": "Mixed",
609           "doc": "<p>Returns the result after calling the overridden method</p>\n"
610         },
611         "html_filename": "Base3.html"
612       },
613       {
614         "deprecated": null,
615         "alias": null,
616         "protected": true,
617         "tagname": "method",
618         "href": "Base3.html#Ext-Base-method-callParent",
619         "shortDoc": "Call the parent's overridden method. ...",
620         "static": false,
621         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
622         "private": false,
623         "params": [
624           {
625             "type": "Array/Arguments",
626             "optional": false,
627             "doc": "<p>The arguments, either an array or the <code>arguments</code> object\nfrom the current method, for example: <code>this.callParent(arguments)</code></p>\n",
628             "name": "args"
629           }
630         ],
631         "name": "callParent",
632         "owner": "Ext.Base",
633         "doc": "<p>Call the parent's overridden method. For example:</p>\n\n<pre><code>Ext.define('My.own.A', {\n    constructor: function(test) {\n        alert(test);\n    }\n});\n\nExt.define('My.own.B', {\n    extend: 'My.own.A',\n\n    constructor: function(test) {\n        alert(test);\n\n        this.callParent([test + 1]);\n    }\n});\n\nExt.define('My.own.C', {\n    extend: 'My.own.B',\n\n    constructor: function() {\n        alert(\"Going to call parent's overriden constructor...\");\n\n        this.callParent(arguments);\n    }\n});\n\nvar a = new My.own.A(1); // alerts '1'\nvar b = new My.own.B(1); // alerts '1', then alerts '2'\nvar c = new My.own.C(2); // alerts \"Going to call parent's overriden constructor...\"\n                         // alerts '2', then alerts '3'\n</code></pre>\n",
634         "linenr": 124,
635         "return": {
636           "type": "Mixed",
637           "doc": "<p>Returns the result from the superclass' method</p>\n"
638         },
639         "html_filename": "Base3.html"
640       },
641       {
642         "deprecated": null,
643         "alias": null,
644         "protected": false,
645         "tagname": "method",
646         "href": "Observable.html#Ext-util-Observable-method-capture",
647         "shortDoc": "Starts capture on the specified Observable. ...",
648         "static": true,
649         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
650         "private": false,
651         "params": [
652           {
653             "type": "Observable",
654             "optional": false,
655             "doc": "<p>The Observable to capture events from.</p>\n",
656             "name": "o"
657           },
658           {
659             "type": "Function",
660             "optional": false,
661             "doc": "<p>The function to call when an event is fired.</p>\n",
662             "name": "fn"
663           },
664           {
665             "type": "Object",
666             "optional": true,
667             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
668             "name": "scope"
669           }
670         ],
671         "name": "capture",
672         "owner": "Ext.util.Observable",
673         "doc": "<p>Starts capture on the specified Observable. All events will be passed to the supplied function with the event\nname + standard signature of the event <strong>before</strong> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
674         "linenr": 54,
675         "return": {
676           "type": "void",
677           "doc": "\n"
678         },
679         "html_filename": "Observable.html"
680       },
681       {
682         "deprecated": null,
683         "alias": null,
684         "protected": false,
685         "tagname": "method",
686         "href": "Store2.html#Ext-data-Store-method-clearFilter",
687         "shortDoc": "Revert to a view of the Record cache with no filtering applied. ...",
688         "static": false,
689         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
690         "private": false,
691         "params": [
692           {
693             "type": "Boolean",
694             "optional": false,
695             "doc": "<p>If <tt>true</tt> the filter is cleared silently without firing the\n<a href=\"#/api/Ext.grid.property.Store-event-datachanged\" rel=\"Ext.grid.property.Store-event-datachanged\" class=\"docClass\">datachanged</a> event.</p>\n",
696             "name": "suppressEvent"
697           }
698         ],
699         "name": "clearFilter",
700         "owner": "Ext.data.Store",
701         "doc": "<p>Revert to a view of the Record cache with no filtering applied.</p>\n",
702         "linenr": 1158,
703         "return": {
704           "type": "void",
705           "doc": "\n"
706         },
707         "html_filename": "Store2.html"
708       },
709       {
710         "deprecated": null,
711         "alias": null,
712         "protected": false,
713         "tagname": "method",
714         "href": "Store2.html#Ext-data-Store-method-clearGrouping",
715         "shortDoc": "Clear any groupers in the store ...",
716         "static": false,
717         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
718         "private": false,
719         "params": [
720
721         ],
722         "name": "clearGrouping",
723         "owner": "Ext.data.Store",
724         "doc": "<p>Clear any groupers in the store</p>\n",
725         "linenr": 532,
726         "return": {
727           "type": "void",
728           "doc": "\n"
729         },
730         "html_filename": "Store2.html"
731       },
732       {
733         "deprecated": null,
734         "alias": null,
735         "protected": false,
736         "tagname": "method",
737         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
738         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
739         "static": false,
740         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
741         "private": false,
742         "params": [
743
744         ],
745         "name": "clearListeners",
746         "owner": "Ext.util.Observable",
747         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
748         "linenr": 425,
749         "return": {
750           "type": "void",
751           "doc": "\n"
752         },
753         "html_filename": "Observable.html"
754       },
755       {
756         "deprecated": null,
757         "alias": null,
758         "protected": false,
759         "tagname": "method",
760         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
761         "shortDoc": "Removes all managed listeners for this object. ...",
762         "static": false,
763         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
764         "private": false,
765         "params": [
766
767         ],
768         "name": "clearManagedListeners",
769         "owner": "Ext.util.Observable",
770         "doc": "<p>Removes all managed listeners for this object.</p>\n",
771         "linenr": 454,
772         "return": {
773           "type": "void",
774           "doc": "\n"
775         },
776         "html_filename": "Observable.html"
777       },
778       {
779         "deprecated": null,
780         "alias": null,
781         "protected": false,
782         "tagname": "method",
783         "href": "Store2.html#Ext-data-Store-method-collect",
784         "shortDoc": "Collects unique values for a particular dataIndex from this store. ...",
785         "static": false,
786         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
787         "private": false,
788         "params": [
789           {
790             "type": "String",
791             "optional": false,
792             "doc": "<p>The property to collect</p>\n",
793             "name": "dataIndex"
794           },
795           {
796             "type": "Boolean",
797             "optional": true,
798             "doc": "<p>(optional) Pass true to allow null, undefined or empty string values</p>\n",
799             "name": "allowNull"
800           },
801           {
802             "type": "Boolean",
803             "optional": true,
804             "doc": "<p>(optional) Pass true to collect from all records, even ones which are filtered</p>\n",
805             "name": "bypassFilter"
806           }
807         ],
808         "name": "collect",
809         "owner": "Ext.data.Store",
810         "doc": "<p>Collects unique values for a particular dataIndex from this store.</p>\n",
811         "linenr": 1807,
812         "return": {
813           "type": "Array",
814           "doc": "<p>An array of the unique values</p>\n"
815         },
816         "html_filename": "Store2.html"
817       },
818       {
819         "deprecated": null,
820         "alias": null,
821         "protected": false,
822         "tagname": "method",
823         "href": "Store2.html#Ext-data-Store-method-count",
824         "shortDoc": "Gets the count of items in the store. ...",
825         "static": false,
826         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
827         "private": false,
828         "params": [
829           {
830             "type": "Boolean",
831             "optional": false,
832             "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",
833             "name": "grouped"
834           }
835         ],
836         "name": "count",
837         "owner": "Ext.data.Store",
838         "doc": "<p>Gets the count of items in the store.</p>\n",
839         "linenr": 1995,
840         "return": {
841           "type": "Number",
842           "doc": "<p>the count</p>\n"
843         },
844         "html_filename": "Store2.html"
845       },
846       {
847         "deprecated": null,
848         "alias": null,
849         "protected": false,
850         "tagname": "method",
851         "href": "Base3.html#Ext-Base-method-create",
852         "shortDoc": "Create a new instance of this Class. ...",
853         "static": true,
854         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
855         "private": false,
856         "params": [
857
858         ],
859         "name": "create",
860         "owner": "Ext.Base",
861         "doc": "<p>Create a new instance of this Class.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    ...\n});\n\nMy.cool.Class.create({\n    someConfig: true\n});\n</code></pre>\n\n<p>All parameters are passed to the constructor of the class.</p>\n",
862         "linenr": 329,
863         "return": {
864           "type": "Object",
865           "doc": "<p>the created instance.</p>\n"
866         },
867         "html_filename": "Base3.html"
868       },
869       {
870         "deprecated": null,
871         "alias": null,
872         "protected": false,
873         "tagname": "method",
874         "href": "Base3.html#Ext-Base-method-createAlias",
875         "shortDoc": "Create aliases for existing prototype methods. ...",
876         "static": true,
877         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
878         "private": false,
879         "params": [
880           {
881             "type": "String/Object",
882             "optional": false,
883             "doc": "<p>The new method name, or an object to set multiple aliases. See\n<a href=\"#/api/Ext.Function-method-flexSetter\" rel=\"Ext.Function-method-flexSetter\" class=\"docClass\">flexSetter</a></p>\n",
884             "name": "alias"
885           },
886           {
887             "type": "String/Object",
888             "optional": false,
889             "doc": "<p>The original method name</p>\n",
890             "name": "origin"
891           }
892         ],
893         "name": "createAlias",
894         "owner": "Ext.Base",
895         "doc": "<p>Create aliases for existing prototype methods. Example:</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    method1: function() { ... },\n    method2: function() { ... }\n});\n\nvar test = new My.cool.Class();\n\nMy.cool.Class.createAlias({\n    method3: 'method1',\n    method4: 'method2'\n});\n\ntest.method3(); // test.method1()\n\nMy.cool.Class.createAlias('method5', 'method3');\n\ntest.method5(); // test.method3() -&gt; test.method1()\n</code></pre>\n",
896         "linenr": 648,
897         "return": {
898           "type": "void",
899           "doc": "\n"
900         },
901         "html_filename": "Base3.html"
902       },
903       {
904         "deprecated": null,
905         "alias": null,
906         "protected": false,
907         "tagname": "method",
908         "href": "Store2.html#Ext-data-Store-method-each",
909         "shortDoc": "Calls the specified function for each of the Records in the cache. ...",
910         "static": false,
911         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
912         "private": false,
913         "params": [
914           {
915             "type": "Function",
916             "optional": false,
917             "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",
918             "name": "fn"
919           },
920           {
921             "type": "Object",
922             "optional": true,
923             "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",
924             "name": "scope"
925           }
926         ],
927         "name": "each",
928         "owner": "Ext.data.Store",
929         "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",
930         "linenr": 847,
931         "return": {
932           "type": "void",
933           "doc": "\n"
934         },
935         "html_filename": "Store2.html"
936       },
937       {
938         "deprecated": null,
939         "alias": null,
940         "protected": false,
941         "tagname": "method",
942         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
943         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
944         "static": false,
945         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
946         "private": false,
947         "params": [
948           {
949             "type": "String/[String]",
950             "optional": false,
951             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
952             "name": "events"
953           }
954         ],
955         "name": "enableBubble",
956         "owner": "Ext.util.Observable",
957         "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling <code>this.getBubbleTarget()</code> if\npresent. There is no implementation in the Observable base class.</p>\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers.\nSee <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default implementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the\nComponent's immediate owner. But if a known target is required, this can be overridden to access the\nrequired target more quickly.</p>\n\n<p>Example:</p>\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n    //  Add functionality to Field's initComponent to enable the change event to bubble\n    initComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n        this.enableBubble('change');\n    }),\n\n    //  We know that we want Field's events to bubble directly to the FormPanel.\n    getBubbleTarget : function() {\n        if (!this.formPanel) {\n            this.formPanel = this.findParentByType('form');\n        }\n        return this.formPanel;\n    }\n});\n\nvar myForm = new Ext.formPanel({\n    title: 'User Details',\n    items: [{\n        ...\n    }],\n    listeners: {\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",
958         "linenr": 609,
959         "return": {
960           "type": "void",
961           "doc": "\n"
962         },
963         "html_filename": "Observable.html"
964       },
965       {
966         "deprecated": null,
967         "alias": null,
968         "protected": false,
969         "tagname": "method",
970         "href": "Store2.html#Ext-data-Store-method-filter",
971         "shortDoc": "Filters the loaded set of records by a given set of filters. ...",
972         "static": false,
973         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
974         "private": false,
975         "params": [
976           {
977             "type": "Mixed",
978             "optional": false,
979             "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",
980             "name": "filters"
981           },
982           {
983             "type": "String",
984             "optional": false,
985             "doc": "<p>Optional value to filter by (only if using a property string as the first argument)</p>\n",
986             "name": "value"
987           }
988         ],
989         "name": "filter",
990         "owner": "Ext.data.Store",
991         "doc": "<p>Filters the loaded set of records by a given set of filters.</p>\n",
992         "linenr": 1107,
993         "return": {
994           "type": "void",
995           "doc": "\n"
996         },
997         "html_filename": "Store2.html"
998       },
999       {
1000         "deprecated": null,
1001         "alias": null,
1002         "protected": false,
1003         "tagname": "method",
1004         "href": "Store2.html#Ext-data-Store-method-filterBy",
1005         "shortDoc": "Filter by a function. ...",
1006         "static": false,
1007         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1008         "private": false,
1009         "params": [
1010           {
1011             "type": "Function",
1012             "optional": false,
1013             "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",
1014             "name": "fn"
1015           },
1016           {
1017             "type": "Object",
1018             "optional": true,
1019             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this Store.</p>\n",
1020             "name": "scope"
1021           }
1022         ],
1023         "name": "filterBy",
1024         "owner": "Ext.data.Store",
1025         "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",
1026         "linenr": 1189,
1027         "return": {
1028           "type": "void",
1029           "doc": "\n"
1030         },
1031         "html_filename": "Store2.html"
1032       },
1033       {
1034         "deprecated": null,
1035         "alias": null,
1036         "protected": false,
1037         "tagname": "method",
1038         "href": "Store2.html#Ext-data-Store-method-find",
1039         "shortDoc": "Finds the index of the first matching Record in this store by a specific field value. ...",
1040         "static": false,
1041         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1042         "private": false,
1043         "params": [
1044           {
1045             "type": "String",
1046             "optional": false,
1047             "doc": "<p>The name of the Record field to test.</p>\n",
1048             "name": "fieldName"
1049           },
1050           {
1051             "type": "String/RegExp",
1052             "optional": false,
1053             "doc": "<p>Either a string that the field value\nshould begin with, or a RegExp to test against the field.</p>\n",
1054             "name": "value"
1055           },
1056           {
1057             "type": "Number",
1058             "optional": true,
1059             "doc": "<p>(optional) The index to start searching at</p>\n",
1060             "name": "startIndex"
1061           },
1062           {
1063             "type": "Boolean",
1064             "optional": true,
1065             "doc": "<p>(optional) True to match any part of the string, not just the beginning</p>\n",
1066             "name": "anyMatch"
1067           },
1068           {
1069             "type": "Boolean",
1070             "optional": true,
1071             "doc": "<p>(optional) True for case sensitive comparison</p>\n",
1072             "name": "caseSensitive"
1073           },
1074           {
1075             "type": "Boolean",
1076             "optional": false,
1077             "doc": "<p>True to force exact match (^ and $ characters added to the regex). Defaults to false.</p>\n",
1078             "name": "exactMatch"
1079           }
1080         ],
1081         "name": "find",
1082         "owner": "Ext.data.Store",
1083         "doc": "<p>Finds the index of the first matching Record in this store by a specific field value.</p>\n",
1084         "linenr": 1723,
1085         "return": {
1086           "type": "Number",
1087           "doc": "<p>The matched index or -1</p>\n"
1088         },
1089         "html_filename": "Store2.html"
1090       },
1091       {
1092         "deprecated": null,
1093         "alias": null,
1094         "protected": false,
1095         "tagname": "method",
1096         "href": "Store2.html#Ext-data-Store-method-findBy",
1097         "shortDoc": "Find the index of the first matching Record in this Store by a function. ...",
1098         "static": false,
1099         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1100         "private": false,
1101         "params": [
1102           {
1103             "type": "Function",
1104             "optional": false,
1105             "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",
1106             "name": "fn"
1107           },
1108           {
1109             "type": "Object",
1110             "optional": true,
1111             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this Store.</p>\n",
1112             "name": "scope"
1113           },
1114           {
1115             "type": "Number",
1116             "optional": true,
1117             "doc": "<p>(optional) The index to start searching at</p>\n",
1118             "name": "startIndex"
1119           }
1120         ],
1121         "name": "findBy",
1122         "owner": "Ext.data.Store",
1123         "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",
1124         "linenr": 1791,
1125         "return": {
1126           "type": "Number",
1127           "doc": "<p>The matched index or -1</p>\n"
1128         },
1129         "html_filename": "Store2.html"
1130       },
1131       {
1132         "deprecated": null,
1133         "alias": null,
1134         "protected": false,
1135         "tagname": "method",
1136         "href": "Store2.html#Ext-data-Store-method-findExact",
1137         "shortDoc": "Finds the index of the first matching Record in this store by a specific field value. ...",
1138         "static": false,
1139         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1140         "private": false,
1141         "params": [
1142           {
1143             "type": "String",
1144             "optional": false,
1145             "doc": "<p>The name of the Record field to test.</p>\n",
1146             "name": "fieldName"
1147           },
1148           {
1149             "type": "Mixed",
1150             "optional": false,
1151             "doc": "<p>The value to match the field against.</p>\n",
1152             "name": "value"
1153           },
1154           {
1155             "type": "Number",
1156             "optional": true,
1157             "doc": "<p>(optional) The index to start searching at</p>\n",
1158             "name": "startIndex"
1159           }
1160         ],
1161         "name": "findExact",
1162         "owner": "Ext.data.Store",
1163         "doc": "<p>Finds the index of the first matching Record in this store by a specific field value.</p>\n",
1164         "linenr": 1777,
1165         "return": {
1166           "type": "Number",
1167           "doc": "<p>The matched index or -1</p>\n"
1168         },
1169         "html_filename": "Store2.html"
1170       },
1171       {
1172         "deprecated": null,
1173         "alias": null,
1174         "protected": false,
1175         "tagname": "method",
1176         "href": "Store2.html#Ext-data-Store-method-findRecord",
1177         "shortDoc": "Finds the first matching Record in this store by a specific field value. ...",
1178         "static": false,
1179         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1180         "private": false,
1181         "params": [
1182           {
1183             "type": "String",
1184             "optional": false,
1185             "doc": "<p>The name of the Record field to test.</p>\n",
1186             "name": "fieldName"
1187           },
1188           {
1189             "type": "String/RegExp",
1190             "optional": false,
1191             "doc": "<p>Either a string that the field value\nshould begin with, or a RegExp to test against the field.</p>\n",
1192             "name": "value"
1193           },
1194           {
1195             "type": "Number",
1196             "optional": true,
1197             "doc": "<p>(optional) The index to start searching at</p>\n",
1198             "name": "startIndex"
1199           },
1200           {
1201             "type": "Boolean",
1202             "optional": true,
1203             "doc": "<p>(optional) True to match any part of the string, not just the beginning</p>\n",
1204             "name": "anyMatch"
1205           },
1206           {
1207             "type": "Boolean",
1208             "optional": true,
1209             "doc": "<p>(optional) True for case sensitive comparison</p>\n",
1210             "name": "caseSensitive"
1211           },
1212           {
1213             "type": "Boolean",
1214             "optional": false,
1215             "doc": "<p>True to force exact match (^ and $ characters added to the regex). Defaults to false.</p>\n",
1216             "name": "exactMatch"
1217           }
1218         ],
1219         "name": "findRecord",
1220         "owner": "Ext.data.Store",
1221         "doc": "<p>Finds the first matching Record in this store by a specific field value.</p>\n",
1222         "linenr": 1739,
1223         "return": {
1224           "type": "Ext.data.Model",
1225           "doc": "<p>The matched record or null</p>\n"
1226         },
1227         "html_filename": "Store2.html"
1228       },
1229       {
1230         "deprecated": null,
1231         "alias": null,
1232         "protected": false,
1233         "tagname": "method",
1234         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
1235         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
1236         "static": false,
1237         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1238         "private": false,
1239         "params": [
1240           {
1241             "type": "String",
1242             "optional": false,
1243             "doc": "<p>The name of the event to fire.</p>\n",
1244             "name": "eventName"
1245           },
1246           {
1247             "type": "Object...",
1248             "optional": false,
1249             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
1250             "name": "args"
1251           }
1252         ],
1253         "name": "fireEvent",
1254         "owner": "Ext.util.Observable",
1255         "doc": "<p>Fires the specified event with the passed parameters (minus the event name, plus the <code>options</code> object passed\nto <a href=\"#/api/Ext.grid.property.Store-method-addListener\" rel=\"Ext.grid.property.Store-method-addListener\" class=\"docClass\">addListener</a>).</p>\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>) by\ncalling <a href=\"#/api/Ext.grid.property.Store-method-enableBubble\" rel=\"Ext.grid.property.Store-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
1256         "linenr": 233,
1257         "return": {
1258           "type": "Boolean",
1259           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
1260         },
1261         "html_filename": "Observable.html"
1262       },
1263       {
1264         "deprecated": null,
1265         "alias": null,
1266         "protected": false,
1267         "tagname": "method",
1268         "href": "Store2.html#Ext-data-Store-method-first",
1269         "shortDoc": "Convenience function for getting the first model instance in the store ...",
1270         "static": false,
1271         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1272         "private": false,
1273         "params": [
1274           {
1275             "type": "Boolean",
1276             "optional": false,
1277             "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",
1278             "name": "grouped"
1279           }
1280         ],
1281         "name": "first",
1282         "owner": "Ext.data.Store",
1283         "doc": "<p>Convenience function for getting the first model instance in the store</p>\n",
1284         "linenr": 1921,
1285         "return": {
1286           "type": "Ext.data.Model/undefined",
1287           "doc": "<p>The first model instance in the store, or undefined</p>\n"
1288         },
1289         "html_filename": "Store2.html"
1290       },
1291       {
1292         "deprecated": null,
1293         "alias": null,
1294         "protected": false,
1295         "tagname": "method",
1296         "href": "Store2.html#Ext-data-Store-method-getAt",
1297         "shortDoc": "Get the Record at the specified index. ...",
1298         "static": false,
1299         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1300         "private": false,
1301         "params": [
1302           {
1303             "type": "Number",
1304             "optional": false,
1305             "doc": "<p>The index of the Record to find.</p>\n",
1306             "name": "index"
1307           }
1308         ],
1309         "name": "getAt",
1310         "owner": "Ext.data.Store",
1311         "doc": "<p>Get the Record at the specified index.</p>\n",
1312         "linenr": 1843,
1313         "return": {
1314           "type": "Ext.data.Model",
1315           "doc": "<p>The Record at the passed index. Returns undefined if not found.</p>\n"
1316         },
1317         "html_filename": "Store2.html"
1318       },
1319       {
1320         "deprecated": null,
1321         "alias": null,
1322         "protected": false,
1323         "tagname": "method",
1324         "href": "Store2.html#Ext-data-Store-method-getById",
1325         "shortDoc": "Get the Record with the specified id. ...",
1326         "static": false,
1327         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1328         "private": false,
1329         "params": [
1330           {
1331             "type": "String",
1332             "optional": false,
1333             "doc": "<p>The id of the Record to find.</p>\n",
1334             "name": "id"
1335           }
1336         ],
1337         "name": "getById",
1338         "owner": "Ext.data.Store",
1339         "doc": "<p>Get the Record with the specified id.</p>\n",
1340         "linenr": 1862,
1341         "return": {
1342           "type": "Ext.data.Model",
1343           "doc": "<p>The Record with the passed id. Returns undefined if not found.</p>\n"
1344         },
1345         "html_filename": "Store2.html"
1346       },
1347       {
1348         "deprecated": null,
1349         "alias": null,
1350         "protected": false,
1351         "tagname": "method",
1352         "href": "Store2.html#Ext-data-Store-method-getCount",
1353         "shortDoc": "Gets the number of cached records. ...",
1354         "static": false,
1355         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1356         "private": false,
1357         "params": [
1358
1359         ],
1360         "name": "getCount",
1361         "owner": "Ext.data.Store",
1362         "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.grid.property.Store-method-getTotalCount\" rel=\"Ext.grid.property.Store-method-getTotalCount\" class=\"docClass\">getTotalCount</a> function returns\nthe dataset size.  <b>Note</b>: see the Important note in <a href=\"#/api/Ext.grid.property.Store-event-load\" rel=\"Ext.grid.property.Store-event-load\" class=\"docClass\">load</a>.</p>\n\n",
1363         "linenr": 1821,
1364         "return": {
1365           "type": "Number",
1366           "doc": "<p>The number of Records in the Store's cache.</p>\n"
1367         },
1368         "html_filename": "Store2.html"
1369       },
1370       {
1371         "deprecated": null,
1372         "alias": null,
1373         "protected": false,
1374         "tagname": "method",
1375         "href": "Store2.html#Ext-data-Store-method-getGroupString",
1376         "shortDoc": "Returns the string to group on for a given model instance. ...",
1377         "static": false,
1378         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1379         "private": false,
1380         "params": [
1381           {
1382             "type": "Ext.data.Model",
1383             "optional": false,
1384             "doc": "<p>The model instance</p>\n",
1385             "name": "instance"
1386           }
1387         ],
1388         "name": "getGroupString",
1389         "owner": "Ext.data.Store",
1390         "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.grid.property.Store-property-groupField\" rel=\"Ext.grid.property.Store-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",
1391         "linenr": 739,
1392         "return": {
1393           "type": "String",
1394           "doc": "<p>The string to compare when forming groups</p>\n"
1395         },
1396         "html_filename": "Store2.html"
1397       },
1398       {
1399         "deprecated": null,
1400         "alias": null,
1401         "protected": false,
1402         "tagname": "method",
1403         "href": "Store2.html#Ext-data-Store-method-getGroups",
1404         "shortDoc": "Returns an object containing the result of applying grouping to the records in this store. ...",
1405         "static": false,
1406         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1407         "private": false,
1408         "params": [
1409           {
1410             "type": "String",
1411             "optional": false,
1412             "doc": "<p>(Optional) Pass in an optional groupName argument to access a specific group as defined by <a href=\"#/api/Ext.grid.property.Store-method-getGroupString\" rel=\"Ext.grid.property.Store-method-getGroupString\" class=\"docClass\">getGroupString</a></p>\n",
1413             "name": "groupName"
1414           }
1415         ],
1416         "name": "getGroups",
1417         "owner": "Ext.data.Store",
1418         "doc": "<p>Returns an object containing the result of applying grouping to the records in this store. See <a href=\"#/api/Ext.grid.property.Store-property-groupField\" rel=\"Ext.grid.property.Store-property-groupField\" class=\"docClass\">groupField</a>,\n<a href=\"#/api/Ext.grid.property.Store-property-groupDir\" rel=\"Ext.grid.property.Store-property-groupDir\" class=\"docClass\">groupDir</a> and <a href=\"#/api/Ext.grid.property.Store-method-getGroupString\" rel=\"Ext.grid.property.Store-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",
1419         "linenr": 570,
1420         "return": {
1421           "type": "Array",
1422           "doc": "<p>The grouped data</p>\n"
1423         },
1424         "html_filename": "Store2.html"
1425       },
1426       {
1427         "deprecated": null,
1428         "alias": null,
1429         "protected": false,
1430         "tagname": "method",
1431         "href": "Base3.html#Ext-Base-method-getName",
1432         "shortDoc": "Get the current class' name in string format. ...",
1433         "static": false,
1434         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1435         "private": false,
1436         "params": [
1437
1438         ],
1439         "name": "getName",
1440         "owner": "Ext.Base",
1441         "doc": "<p>Get the current class' name in string format.</p>\n\n<pre><code>Ext.define('My.cool.Class', {\n    constructor: function() {\n        alert(this.self.getName()); // alerts 'My.cool.Class'\n    }\n});\n\nMy.cool.Class.getName(); // 'My.cool.Class'\n</code></pre>\n",
1442         "linenr": 631,
1443         "return": {
1444           "type": "String",
1445           "doc": "<p>className</p>\n"
1446         },
1447         "html_filename": "Base3.html"
1448       },
1449       {
1450         "deprecated": null,
1451         "alias": null,
1452         "protected": false,
1453         "tagname": "method",
1454         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getNewRecords",
1455         "shortDoc": "Returns all Model instances that are either currently a phantom (e.g. ...",
1456         "static": false,
1457         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1458         "private": false,
1459         "params": [
1460
1461         ],
1462         "name": "getNewRecords",
1463         "owner": "Ext.data.AbstractStore",
1464         "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",
1465         "linenr": 450,
1466         "return": {
1467           "type": "Array",
1468           "doc": "<p>The Model instances</p>\n"
1469         },
1470         "html_filename": "AbstractStore.html"
1471       },
1472       {
1473         "deprecated": null,
1474         "alias": null,
1475         "protected": false,
1476         "tagname": "method",
1477         "href": "Store2.html#Ext-data-Store-method-getPageFromRecordIndex",
1478         "shortDoc": "Determines the page from a record index ...",
1479         "static": false,
1480         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1481         "private": false,
1482         "params": [
1483           {
1484             "type": "Number",
1485             "optional": false,
1486             "doc": "<p>The record index</p>\n",
1487             "name": "index"
1488           }
1489         ],
1490         "name": "getPageFromRecordIndex",
1491         "owner": "Ext.data.Store",
1492         "doc": "<p>Determines the page from a record index</p>\n",
1493         "linenr": 1523,
1494         "return": {
1495           "type": "Number",
1496           "doc": "<p>The page the record belongs to</p>\n"
1497         },
1498         "html_filename": "Store2.html"
1499       },
1500       {
1501         "deprecated": null,
1502         "alias": null,
1503         "protected": false,
1504         "tagname": "method",
1505         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getProxy",
1506         "shortDoc": "Returns the proxy currently attached to this proxy instance ...",
1507         "static": false,
1508         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1509         "private": false,
1510         "params": [
1511
1512         ],
1513         "name": "getProxy",
1514         "owner": "Ext.data.AbstractStore",
1515         "doc": "<p>Returns the proxy currently attached to this proxy instance</p>\n",
1516         "linenr": 305,
1517         "return": {
1518           "type": "Ext.data.proxy.Proxy",
1519           "doc": "<p>The Proxy instance</p>\n"
1520         },
1521         "html_filename": "AbstractStore.html"
1522       },
1523       {
1524         "deprecated": null,
1525         "alias": null,
1526         "protected": false,
1527         "tagname": "method",
1528         "href": "Store2.html#Ext-data-Store-method-getRange",
1529         "shortDoc": "Returns a range of Records between specified indices. ...",
1530         "static": false,
1531         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1532         "private": false,
1533         "params": [
1534           {
1535             "type": "Number",
1536             "optional": true,
1537             "doc": "<p>(optional) The starting index (defaults to 0)</p>\n",
1538             "name": "startIndex"
1539           },
1540           {
1541             "type": "Number",
1542             "optional": true,
1543             "doc": "<p>(optional) The ending index (defaults to the last Record in the Store)</p>\n",
1544             "name": "endIndex"
1545           }
1546         ],
1547         "name": "getRange",
1548         "owner": "Ext.data.Store",
1549         "doc": "<p>Returns a range of Records between specified indices.</p>\n",
1550         "linenr": 1852,
1551         "return": {
1552           "type": "Ext.data.Model[]",
1553           "doc": "<p>An array of Records</p>\n"
1554         },
1555         "html_filename": "Store2.html"
1556       },
1557       {
1558         "deprecated": null,
1559         "alias": null,
1560         "protected": false,
1561         "tagname": "method",
1562         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getRemovedRecords",
1563         "shortDoc": "Returns any records that have been removed from the store but not yet destroyed on the proxy. ...",
1564         "static": false,
1565         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1566         "private": false,
1567         "params": [
1568
1569         ],
1570         "name": "getRemovedRecords",
1571         "owner": "Ext.data.AbstractStore",
1572         "doc": "<p>Returns any records that have been removed from the store but not yet destroyed on the proxy.</p>\n",
1573         "linenr": 476,
1574         "return": {
1575           "type": "Array",
1576           "doc": "<p>The removed Model instances</p>\n"
1577         },
1578         "html_filename": "AbstractStore.html"
1579       },
1580       {
1581         "deprecated": null,
1582         "alias": null,
1583         "protected": false,
1584         "tagname": "method",
1585         "href": "Store2.html#Ext-data-Store-method-getTotalCount",
1586         "shortDoc": "Returns the total number of Model instances that the Proxy\nindicates exist. ...",
1587         "static": false,
1588         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1589         "private": false,
1590         "params": [
1591
1592         ],
1593         "name": "getTotalCount",
1594         "owner": "Ext.data.Store",
1595         "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.grid.property.Store-method-getCount\" rel=\"Ext.grid.property.Store-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",
1596         "linenr": 1832,
1597         "return": {
1598           "type": "Number",
1599           "doc": "<p>The total number of Model instances available via the Proxy</p>\n"
1600         },
1601         "html_filename": "Store2.html"
1602       },
1603       {
1604         "deprecated": null,
1605         "alias": null,
1606         "protected": false,
1607         "tagname": "method",
1608         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getUpdatedRecords",
1609         "shortDoc": "Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy ...",
1610         "static": false,
1611         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1612         "private": false,
1613         "params": [
1614
1615         ],
1616         "name": "getUpdatedRecords",
1617         "owner": "Ext.data.AbstractStore",
1618         "doc": "<p>Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy</p>\n",
1619         "linenr": 459,
1620         "return": {
1621           "type": "Array",
1622           "doc": "<p>The updated Model instances</p>\n"
1623         },
1624         "html_filename": "AbstractStore.html"
1625       },
1626       {
1627         "deprecated": null,
1628         "alias": null,
1629         "protected": false,
1630         "tagname": "method",
1631         "href": "Store2.html#Ext-data-Store-method-group",
1632         "shortDoc": "Group data in the store ...",
1633         "static": false,
1634         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1635         "private": false,
1636         "params": [
1637           {
1638             "type": "String|Array",
1639             "optional": false,
1640             "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",
1641             "name": "groupers"
1642           },
1643           {
1644             "type": "String",
1645             "optional": false,
1646             "doc": "<p>The overall direction to group the data by. Defaults to \"ASC\".</p>\n",
1647             "name": "direction"
1648           }
1649         ],
1650         "name": "group",
1651         "owner": "Ext.data.Store",
1652         "doc": "<p>Group data in the store</p>\n",
1653         "linenr": 484,
1654         "return": {
1655           "type": "void",
1656           "doc": "\n"
1657         },
1658         "html_filename": "Store2.html"
1659       },
1660       {
1661         "deprecated": null,
1662         "alias": null,
1663         "protected": false,
1664         "tagname": "method",
1665         "href": "Store2.html#Ext-data-Store-method-guaranteeRange",
1666         "shortDoc": "Guarantee a specific range, this will load the store with a range (that\nmust be the pageSize or smaller) and take car...",
1667         "static": false,
1668         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1669         "private": false,
1670         "params": [
1671           {
1672             "type": "Object",
1673             "optional": false,
1674             "doc": "\n",
1675             "name": "start"
1676           },
1677           {
1678             "type": "Object",
1679             "optional": false,
1680             "doc": "\n",
1681             "name": "end"
1682           },
1683           {
1684             "type": "Object",
1685             "optional": false,
1686             "doc": "\n",
1687             "name": "cb"
1688           },
1689           {
1690             "type": "Object",
1691             "optional": false,
1692             "doc": "\n",
1693             "name": "scope"
1694           }
1695         ],
1696         "name": "guaranteeRange",
1697         "owner": "Ext.data.Store",
1698         "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",
1699         "linenr": 1601,
1700         "return": {
1701           "type": "void",
1702           "doc": "\n"
1703         },
1704         "html_filename": "Store2.html"
1705       },
1706       {
1707         "deprecated": null,
1708         "alias": null,
1709         "protected": false,
1710         "tagname": "method",
1711         "href": "Observable.html#Ext-util-Observable-method-hasListener",
1712         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
1713         "static": false,
1714         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1715         "private": false,
1716         "params": [
1717           {
1718             "type": "String",
1719             "optional": false,
1720             "doc": "<p>The name of the event to check for</p>\n",
1721             "name": "eventName"
1722           }
1723         ],
1724         "name": "hasListener",
1725         "owner": "Ext.util.Observable",
1726         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
1727         "linenr": 530,
1728         "return": {
1729           "type": "Boolean",
1730           "doc": "<p>True if the event is being listened for, else false</p>\n"
1731         },
1732         "html_filename": "Observable.html"
1733       },
1734       {
1735         "deprecated": null,
1736         "alias": null,
1737         "protected": false,
1738         "tagname": "method",
1739         "href": "Store2.html#Ext-data-Store-method-hasPendingRequests",
1740         "shortDoc": "Returns the number of pending requests out. ...",
1741         "static": false,
1742         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1743         "private": false,
1744         "params": [
1745
1746         ],
1747         "name": "hasPendingRequests",
1748         "owner": "Ext.data.Store",
1749         "doc": "<p>Returns the number of pending requests out.</p>\n",
1750         "linenr": 1586,
1751         "return": {
1752           "type": "void",
1753           "doc": "\n"
1754         },
1755         "html_filename": "Store2.html"
1756       },
1757       {
1758         "deprecated": null,
1759         "alias": null,
1760         "protected": false,
1761         "tagname": "method",
1762         "href": "Base3.html#Ext-Base-method-implement",
1763         "shortDoc": "Add methods / properties to the prototype of this class. ...",
1764         "static": true,
1765         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1766         "private": false,
1767         "params": [
1768           {
1769             "type": "Object",
1770             "optional": false,
1771             "doc": "\n",
1772             "name": "members"
1773           }
1774         ],
1775         "name": "implement",
1776         "owner": "Ext.Base",
1777         "doc": "<p>Add methods / properties to the prototype of this class.</p>\n\n<pre><code>Ext.define('My.awesome.Cat', {\n    constructor: function() {\n        ...\n    }\n});\n\n My.awesome.Cat.implement({\n     meow: function() {\n        alert('Meowww...');\n     }\n });\n\n var kitty = new My.awesome.Cat;\n kitty.meow();\n</code></pre>\n",
1778         "linenr": 415,
1779         "return": {
1780           "type": "void",
1781           "doc": "\n"
1782         },
1783         "html_filename": "Base3.html"
1784       },
1785       {
1786         "deprecated": null,
1787         "alias": null,
1788         "protected": false,
1789         "tagname": "method",
1790         "href": "Store2.html#Ext-data-Store-method-indexOf",
1791         "shortDoc": "Get the index within the cache of the passed Record. ...",
1792         "static": false,
1793         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1794         "private": false,
1795         "params": [
1796           {
1797             "type": "Ext.data.Model",
1798             "optional": false,
1799             "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> object to find.</p>\n",
1800             "name": "record"
1801           }
1802         ],
1803         "name": "indexOf",
1804         "owner": "Ext.data.Store",
1805         "doc": "<p>Get the index within the cache of the passed Record.</p>\n",
1806         "linenr": 1873,
1807         "return": {
1808           "type": "Number",
1809           "doc": "<p>The index of the passed Record. Returns -1 if not found.</p>\n"
1810         },
1811         "html_filename": "Store2.html"
1812       },
1813       {
1814         "deprecated": null,
1815         "alias": null,
1816         "protected": false,
1817         "tagname": "method",
1818         "href": "Store2.html#Ext-data-Store-method-indexOfId",
1819         "shortDoc": "Get the index within the cache of the Record with the passed id. ...",
1820         "static": false,
1821         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1822         "private": false,
1823         "params": [
1824           {
1825             "type": "String",
1826             "optional": false,
1827             "doc": "<p>The id of the Record to find.</p>\n",
1828             "name": "id"
1829           }
1830         ],
1831         "name": "indexOfId",
1832         "owner": "Ext.data.Store",
1833         "doc": "<p>Get the index within the cache of the Record with the passed id.</p>\n",
1834         "linenr": 1892,
1835         "return": {
1836           "type": "Number",
1837           "doc": "<p>The index of the Record. Returns -1 if not found.</p>\n"
1838         },
1839         "html_filename": "Store2.html"
1840       },
1841       {
1842         "deprecated": null,
1843         "alias": null,
1844         "protected": false,
1845         "tagname": "method",
1846         "href": "Store2.html#Ext-data-Store-method-indexOfTotal",
1847         "shortDoc": "Get the index within the entire dataset. ...",
1848         "static": false,
1849         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1850         "private": false,
1851         "params": [
1852           {
1853             "type": "Ext.data.Model",
1854             "optional": false,
1855             "doc": "<p>The <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> object to find.</p>\n",
1856             "name": "record"
1857           }
1858         ],
1859         "name": "indexOfTotal",
1860         "owner": "Ext.data.Store",
1861         "doc": "<p>Get the index within the entire dataset. From 0 to the totalCount.</p>\n",
1862         "linenr": 1883,
1863         "return": {
1864           "type": "Number",
1865           "doc": "<p>The index of the passed Record. Returns -1 if not found.</p>\n"
1866         },
1867         "html_filename": "Store2.html"
1868       },
1869       {
1870         "deprecated": null,
1871         "alias": null,
1872         "protected": true,
1873         "tagname": "method",
1874         "href": "Base3.html#Ext-Base-method-initConfig",
1875         "shortDoc": "Initialize configuration for this class. ...",
1876         "static": false,
1877         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1878         "private": false,
1879         "params": [
1880           {
1881             "type": "Object",
1882             "optional": false,
1883             "doc": "\n",
1884             "name": "config"
1885           }
1886         ],
1887         "name": "initConfig",
1888         "owner": "Ext.Base",
1889         "doc": "<p>Initialize configuration for this class. a typical example:</p>\n\n<pre><code>Ext.define('My.awesome.Class', {\n    // The default config\n    config: {\n        name: 'Awesome',\n        isAwesome: true\n    },\n\n    constructor: function(config) {\n        this.initConfig(config);\n\n        return this;\n    }\n});\n\nvar awesome = new My.awesome.Class({\n    name: 'Super Awesome'\n});\n\nalert(awesome.getName()); // 'Super Awesome'\n</code></pre>\n",
1890         "linenr": 63,
1891         "return": {
1892           "type": "Object",
1893           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
1894         },
1895         "html_filename": "Base3.html"
1896       },
1897       {
1898         "deprecated": null,
1899         "alias": null,
1900         "protected": false,
1901         "tagname": "method",
1902         "href": "Sortable.html#Ext-util-Sortable-method-initSortable",
1903         "shortDoc": "Performs initialization of this mixin. ...",
1904         "static": false,
1905         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1906         "private": false,
1907         "params": [
1908
1909         ],
1910         "name": "initSortable",
1911         "owner": "Ext.util.Sortable",
1912         "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
1913         "linenr": 36,
1914         "return": {
1915           "type": "void",
1916           "doc": "\n"
1917         },
1918         "html_filename": "Sortable.html"
1919       },
1920       {
1921         "deprecated": null,
1922         "alias": null,
1923         "protected": false,
1924         "tagname": "method",
1925         "href": "Store2.html#Ext-data-Store-method-insert",
1926         "shortDoc": "Inserts Model instances into the Store at the given index and fires the add event. ...",
1927         "static": false,
1928         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1929         "private": false,
1930         "params": [
1931           {
1932             "type": "Number",
1933             "optional": false,
1934             "doc": "<p>The start index at which to insert the passed Records.</p>\n",
1935             "name": "index"
1936           },
1937           {
1938             "type": "Ext.data.Model[]",
1939             "optional": false,
1940             "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",
1941             "name": "records"
1942           }
1943         ],
1944         "name": "insert",
1945         "owner": "Ext.data.Store",
1946         "doc": "<p>Inserts Model instances into the Store at the given index and fires the <a href=\"#/api/Ext.grid.property.Store-event-add\" rel=\"Ext.grid.property.Store-event-add\" class=\"docClass\">add</a> event.\nSee also <code><a href=\"#/api/Ext.grid.property.Store-event-add\" rel=\"Ext.grid.property.Store-event-add\" class=\"docClass\">add</a></code>.</p>\n",
1947         "linenr": 761,
1948         "return": {
1949           "type": "void",
1950           "doc": "\n"
1951         },
1952         "html_filename": "Store2.html"
1953       },
1954       {
1955         "deprecated": null,
1956         "alias": null,
1957         "protected": false,
1958         "tagname": "method",
1959         "href": "Store2.html#Ext-data-Store-method-isFiltered",
1960         "shortDoc": "Returns true if this store is currently filtered ...",
1961         "static": false,
1962         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1963         "private": false,
1964         "params": [
1965
1966         ],
1967         "name": "isFiltered",
1968         "owner": "Ext.data.Store",
1969         "doc": "<p>Returns true if this store is currently filtered</p>\n",
1970         "linenr": 1180,
1971         "return": {
1972           "type": "Boolean",
1973           "doc": "\n"
1974         },
1975         "html_filename": "Store2.html"
1976       },
1977       {
1978         "deprecated": null,
1979         "alias": null,
1980         "protected": false,
1981         "tagname": "method",
1982         "href": "Store2.html#Ext-data-Store-method-isGrouped",
1983         "shortDoc": "Checks if the store is currently grouped ...",
1984         "static": false,
1985         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
1986         "private": false,
1987         "params": [
1988
1989         ],
1990         "name": "isGrouped",
1991         "owner": "Ext.data.Store",
1992         "doc": "<p>Checks if the store is currently grouped</p>\n",
1993         "linenr": 553,
1994         "return": {
1995           "type": "Boolean",
1996           "doc": "<p>True if the store is grouped.</p>\n"
1997         },
1998         "html_filename": "Store2.html"
1999       },
2000       {
2001         "deprecated": null,
2002         "alias": null,
2003         "protected": false,
2004         "tagname": "method",
2005         "href": "AbstractStore.html#Ext-data-AbstractStore-method-isLoading",
2006         "shortDoc": "Returns true if the Store is currently performing a load operation ...",
2007         "static": false,
2008         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2009         "private": false,
2010         "params": [
2011
2012         ],
2013         "name": "isLoading",
2014         "owner": "Ext.data.AbstractStore",
2015         "doc": "<p>Returns true if the Store is currently performing a load operation</p>\n",
2016         "linenr": 715,
2017         "return": {
2018           "type": "Boolean",
2019           "doc": "<p>True if the Store is currently loading</p>\n"
2020         },
2021         "html_filename": "AbstractStore.html"
2022       },
2023       {
2024         "deprecated": null,
2025         "alias": null,
2026         "protected": false,
2027         "tagname": "method",
2028         "href": "Store2.html#Ext-data-Store-method-last",
2029         "shortDoc": "Convenience function for getting the last model instance in the store ...",
2030         "static": false,
2031         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2032         "private": false,
2033         "params": [
2034           {
2035             "type": "Boolean",
2036             "optional": false,
2037             "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",
2038             "name": "grouped"
2039           }
2040         ],
2041         "name": "last",
2042         "owner": "Ext.data.Store",
2043         "doc": "<p>Convenience function for getting the last model instance in the store</p>\n",
2044         "linenr": 1941,
2045         "return": {
2046           "type": "Ext.data.Model/undefined",
2047           "doc": "<p>The last model instance in the store, or undefined</p>\n"
2048         },
2049         "html_filename": "Store2.html"
2050       },
2051       {
2052         "deprecated": null,
2053         "alias": null,
2054         "protected": false,
2055         "tagname": "method",
2056         "href": "Store2.html#Ext-data-Store-method-load",
2057         "shortDoc": "Loads data into the Store via the configured proxy. ...",
2058         "static": false,
2059         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2060         "private": false,
2061         "params": [
2062           {
2063             "type": "Object/Function",
2064             "optional": false,
2065             "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",
2066             "name": "options"
2067           }
2068         ],
2069         "name": "load",
2070         "owner": "Ext.data.Store",
2071         "doc": "<p>Loads data into the Store via the configured <a href=\"#/api/Ext.grid.property.Store-cfg-proxy\" rel=\"Ext.grid.property.Store-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",
2072         "linenr": 921,
2073         "return": {
2074           "type": "void",
2075           "doc": "\n"
2076         },
2077         "html_filename": "Store2.html"
2078       },
2079       {
2080         "deprecated": null,
2081         "alias": null,
2082         "protected": false,
2083         "tagname": "method",
2084         "href": "Store2.html#Ext-data-Store-method-loadData",
2085         "shortDoc": "Loads an array of data straight into the Store ...",
2086         "static": false,
2087         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2088         "private": false,
2089         "params": [
2090           {
2091             "type": "Array",
2092             "optional": false,
2093             "doc": "<p>Array of data to load. Any non-model instances will be cast into model instances first</p>\n",
2094             "name": "data"
2095           },
2096           {
2097             "type": "Boolean",
2098             "optional": false,
2099             "doc": "<p>True to add the records to the existing records in the store, false to remove the old ones first</p>\n",
2100             "name": "append"
2101           }
2102         ],
2103         "name": "loadData",
2104         "owner": "Ext.data.Store",
2105         "doc": "<p>Loads an array of data straight into the Store</p>\n",
2106         "linenr": 1226,
2107         "return": {
2108           "type": "void",
2109           "doc": "\n"
2110         },
2111         "html_filename": "Store2.html"
2112       },
2113       {
2114         "deprecated": null,
2115         "alias": null,
2116         "protected": false,
2117         "tagname": "method",
2118         "href": "Store2.html#Ext-data-Store-method-loadPage",
2119         "shortDoc": "Loads a given 'page' of data by setting the start and limit values appropriately. ...",
2120         "static": false,
2121         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2122         "private": false,
2123         "params": [
2124           {
2125             "type": "Number",
2126             "optional": false,
2127             "doc": "<p>The number of the page to load</p>\n",
2128             "name": "page"
2129           }
2130         ],
2131         "name": "loadPage",
2132         "owner": "Ext.data.Store",
2133         "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",
2134         "linenr": 1299,
2135         "return": {
2136           "type": "void",
2137           "doc": "\n"
2138         },
2139         "html_filename": "Store2.html"
2140       },
2141       {
2142         "deprecated": null,
2143         "alias": null,
2144         "protected": false,
2145         "tagname": "method",
2146         "href": "Store2.html#Ext-data-Store-method-loadRecords",
2147         "shortDoc": "Loads an array of {@Ext.data.Model model} instances into the store, fires the datachanged event. ...",
2148         "static": false,
2149         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2150         "private": false,
2151         "params": [
2152           {
2153             "type": "Array",
2154             "optional": false,
2155             "doc": "<p>The array of records to load</p>\n",
2156             "name": "records"
2157           },
2158           {
2159             "type": "Object",
2160             "optional": false,
2161             "doc": "<p>{addRecords: true} to add these records to the existing records, false to remove the Store's existing records first</p>\n",
2162             "name": "options"
2163           }
2164         ],
2165         "name": "loadRecords",
2166         "owner": "Ext.data.Store",
2167         "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.grid.property.Store-event-add\" rel=\"Ext.grid.property.Store-event-add\" class=\"docClass\">add</a> instead</p>\n",
2168         "linenr": 1249,
2169         "return": {
2170           "type": "void",
2171           "doc": "\n"
2172         },
2173         "html_filename": "Store2.html"
2174       },
2175       {
2176         "deprecated": null,
2177         "alias": null,
2178         "protected": false,
2179         "tagname": "method",
2180         "href": "Store2.html#Ext-data-Store-method-max",
2181         "shortDoc": "Gets the maximum value in the store. ...",
2182         "static": false,
2183         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2184         "private": false,
2185         "params": [
2186           {
2187             "type": "String",
2188             "optional": false,
2189             "doc": "<p>The field in each record</p>\n",
2190             "name": "field"
2191           },
2192           {
2193             "type": "Boolean",
2194             "optional": false,
2195             "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",
2196             "name": "grouped"
2197           }
2198         ],
2199         "name": "max",
2200         "owner": "Ext.data.Store",
2201         "doc": "<p>Gets the maximum value in the store.</p>\n",
2202         "linenr": 2053,
2203         "return": {
2204           "type": "Mixed/undefined",
2205           "doc": "<p>The maximum value, if no items exist, undefined.</p>\n"
2206         },
2207         "html_filename": "Store2.html"
2208       },
2209       {
2210         "deprecated": null,
2211         "alias": null,
2212         "protected": false,
2213         "tagname": "method",
2214         "href": "Store2.html#Ext-data-Store-method-min",
2215         "shortDoc": "Gets the minimum value in the store. ...",
2216         "static": false,
2217         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2218         "private": false,
2219         "params": [
2220           {
2221             "type": "String",
2222             "optional": false,
2223             "doc": "<p>The field in each record</p>\n",
2224             "name": "field"
2225           },
2226           {
2227             "type": "Boolean",
2228             "optional": false,
2229             "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",
2230             "name": "grouped"
2231           }
2232         ],
2233         "name": "min",
2234         "owner": "Ext.data.Store",
2235         "doc": "<p>Gets the minimum value in the store.</p>\n",
2236         "linenr": 2015,
2237         "return": {
2238           "type": "Mixed/undefined",
2239           "doc": "<p>The minimum value, if no items exist, undefined.</p>\n"
2240         },
2241         "html_filename": "Store2.html"
2242       },
2243       {
2244         "deprecated": null,
2245         "alias": {
2246           "tagname": "alias",
2247           "cls": "Ext.util.Observable",
2248           "doc": null,
2249           "owner": "addManagedListener"
2250         },
2251         "protected": false,
2252         "tagname": "method",
2253         "href": "Observable.html#Ext-util-Observable-method-mon",
2254         "shortDoc": "Shorthand for addManagedListener. ...",
2255         "static": false,
2256         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2257         "private": false,
2258         "params": [
2259           {
2260             "type": "Observable/Element",
2261             "optional": false,
2262             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
2263             "name": "item"
2264           },
2265           {
2266             "type": "Object/String",
2267             "optional": false,
2268             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2269             "name": "ename"
2270           },
2271           {
2272             "type": "Function",
2273             "optional": true,
2274             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2275             "name": "fn"
2276           },
2277           {
2278             "type": "Object",
2279             "optional": true,
2280             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
2281             "name": "scope"
2282           },
2283           {
2284             "type": "Object",
2285             "optional": true,
2286             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the\n<a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
2287             "name": "opt"
2288           }
2289         ],
2290         "name": "mon",
2291         "owner": "Ext.util.Observable",
2292         "doc": "<p>Shorthand for <a href=\"#/api/Ext.grid.property.Store-method-addManagedListener\" rel=\"Ext.grid.property.Store-method-addManagedListener\" class=\"docClass\">addManagedListener</a>.</p>\n\n<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
2293         "linenr": 681,
2294         "return": {
2295           "type": "void",
2296           "doc": "\n"
2297         },
2298         "html_filename": "Observable.html"
2299       },
2300       {
2301         "deprecated": null,
2302         "alias": {
2303           "tagname": "alias",
2304           "cls": "Ext.util.Observable",
2305           "doc": null,
2306           "owner": "removeManagedListener"
2307         },
2308         "protected": false,
2309         "tagname": "method",
2310         "href": "Observable.html#Ext-util-Observable-method-mun",
2311         "shortDoc": "Shorthand for removeManagedListener. ...",
2312         "static": false,
2313         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2314         "private": false,
2315         "params": [
2316           {
2317             "type": "Observable|Element",
2318             "optional": false,
2319             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
2320             "name": "item"
2321           },
2322           {
2323             "type": "Object|String",
2324             "optional": false,
2325             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2326             "name": "ename"
2327           },
2328           {
2329             "type": "Function",
2330             "optional": false,
2331             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2332             "name": "fn"
2333           },
2334           {
2335             "type": "Object",
2336             "optional": false,
2337             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
2338             "name": "scope"
2339           }
2340         ],
2341         "name": "mun",
2342         "owner": "Ext.util.Observable",
2343         "doc": "<p>Shorthand for <a href=\"#/api/Ext.grid.property.Store-method-removeManagedListener\" rel=\"Ext.grid.property.Store-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.grid.property.Store-method-mon\" rel=\"Ext.grid.property.Store-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
2344         "linenr": 687,
2345         "return": {
2346           "type": "void",
2347           "doc": "\n"
2348         },
2349         "html_filename": "Observable.html"
2350       },
2351       {
2352         "deprecated": null,
2353         "alias": null,
2354         "protected": false,
2355         "tagname": "method",
2356         "href": "Store2.html#Ext-data-Store-method-nextPage",
2357         "shortDoc": "Loads the next 'page' in the current data set ...",
2358         "static": false,
2359         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2360         "private": false,
2361         "params": [
2362
2363         ],
2364         "name": "nextPage",
2365         "owner": "Ext.data.Store",
2366         "doc": "<p>Loads the next 'page' in the current data set</p>\n",
2367         "linenr": 1317,
2368         "return": {
2369           "type": "void",
2370           "doc": "\n"
2371         },
2372         "html_filename": "Store2.html"
2373       },
2374       {
2375         "deprecated": null,
2376         "alias": null,
2377         "protected": false,
2378         "tagname": "method",
2379         "href": "Observable.html#Ext-util-Observable-method-observe",
2380         "shortDoc": "Sets observability on the passed class constructor. ...",
2381         "static": true,
2382         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2383         "private": false,
2384         "params": [
2385           {
2386             "type": "Function",
2387             "optional": false,
2388             "doc": "<p>The class constructor to make observable.</p>\n",
2389             "name": "c"
2390           },
2391           {
2392             "type": "Object",
2393             "optional": false,
2394             "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.grid.property.Store-method-addListener\" rel=\"Ext.grid.property.Store-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
2395             "name": "listeners"
2396           }
2397         ],
2398         "name": "observe",
2399         "owner": "Ext.util.Observable",
2400         "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",
2401         "linenr": 69,
2402         "return": {
2403           "type": "void",
2404           "doc": "\n"
2405         },
2406         "html_filename": "Observable.html"
2407       },
2408       {
2409         "deprecated": null,
2410         "alias": {
2411           "tagname": "alias",
2412           "cls": "Ext.util.Observable",
2413           "doc": null,
2414           "owner": "addListener"
2415         },
2416         "protected": false,
2417         "tagname": "method",
2418         "href": "Observable.html#Ext-util-Observable-method-on",
2419         "shortDoc": "Shorthand for addListener. ...",
2420         "static": false,
2421         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2422         "private": false,
2423         "params": [
2424           {
2425             "type": "String",
2426             "optional": false,
2427             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
2428             "name": "eventName"
2429           },
2430           {
2431             "type": "Function",
2432             "optional": false,
2433             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.grid.property.Store-method-fireEvent\" rel=\"Ext.grid.property.Store-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
2434             "name": "handler"
2435           },
2436           {
2437             "type": "Object",
2438             "optional": true,
2439             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the handler function is executed. <strong>If\nomitted, defaults to the object which fired the event.</strong></p>\n",
2440             "name": "scope"
2441           },
2442           {
2443             "type": "Object",
2444             "optional": true,
2445             "doc": "<p>(optional) An object containing handler configuration.</p>\n\n<p><strong>Note:</strong> Unlike in ExtJS 3.x, the options object will also be passed as the last argument to every event handler.</p>\n\n<p>This object may contain any of the following properties:</p>\n\n<ul>\n<li><p><strong>scope</strong> : Object</p>\n\n<p>The scope (<code>this</code> reference) in which the handler function is executed. <strong>If omitted, defaults to the object\nwhich fired the event.</strong></p></li>\n<li><p><strong>delay</strong> : Number</p>\n\n<p>The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>\n<li><p><strong>single</strong> : Boolean</p>\n\n<p>True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>\n<li><p><strong>buffer</strong> : Number</p>\n\n<p>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 by the specified number of\nmilliseconds. If the event fires again within that time, the original handler is <em>not</em> invoked, but the new\nhandler is scheduled in its place.</p></li>\n<li><p><strong>target</strong> : Observable</p>\n\n<p>Only call the handler if the event was fired on the target Observable, <em>not</em> if the event was bubbled up from a\nchild Observable.</p></li>\n<li><p><strong>element</strong> : String</p>\n\n<p><strong>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</strong> The name of a Component\nproperty 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\n<a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which will exist only after the Component is rendered.\nFor example, to add a click listener to a Panel's body:</p>\n\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></li>\n</ul>\n\n\n<p><strong>Combining Options</strong></p>\n\n<p>Using the options argument, it is possible to combine different types of listeners:</p>\n\n<p>A delayed, one-time listener.</p>\n\n<pre><code>myPanel.on('hide', this.handleClick, this, {\n    single: true,\n    delay: 100\n});\n</code></pre>\n\n<p><strong>Attaching multiple handlers in 1 call</strong></p>\n\n<p>The method also allows for a single argument to be passed which is a config object containing properties which\nspecify multiple events. For example:</p>\n\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\n<p>One can also specify options for each event handler separately:</p>\n\n<pre><code>myGridPanel.on({\n    cellClick: {fn: this.onCellClick, scope: this, single: true},\n    mouseover: {fn: panel.onMouseOver, scope: panel}\n});\n</code></pre>\n",
2446             "name": "options"
2447           }
2448         ],
2449         "name": "on",
2450         "owner": "Ext.util.Observable",
2451         "doc": "<p>Shorthand for <a href=\"#/api/Ext.grid.property.Store-method-addListener\" rel=\"Ext.grid.property.Store-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
2452         "linenr": 669,
2453         "return": {
2454           "type": "void",
2455           "doc": "\n"
2456         },
2457         "html_filename": "Observable.html"
2458       },
2459       {
2460         "deprecated": null,
2461         "alias": null,
2462         "protected": false,
2463         "tagname": "method",
2464         "href": "Base3.html#Ext-Base-method-override",
2465         "shortDoc": "Override prototype members of this class. ...",
2466         "static": true,
2467         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2468         "private": false,
2469         "params": [
2470           {
2471             "type": "Object",
2472             "optional": false,
2473             "doc": "\n",
2474             "name": "members"
2475           }
2476         ],
2477         "name": "override",
2478         "owner": "Ext.Base",
2479         "doc": "<p>Override prototype members of this class. Overridden methods can be invoked via\n<a href=\"#/api/Ext.Base-method-callOverridden\" rel=\"Ext.Base-method-callOverridden\" class=\"docClass\">Ext.Base.callOverridden</a></p>\n\n<pre><code>Ext.define('My.Cat', {\n    constructor: function() {\n        alert(\"I'm a cat!\");\n\n        return this;\n    }\n});\n\nMy.Cat.override({\n    constructor: function() {\n        alert(\"I'm going to be a cat!\");\n\n        var instance = this.callOverridden();\n\n        alert(\"Meeeeoooowwww\");\n\n        return instance;\n    }\n});\n\nvar kitty = new My.Cat(); // alerts \"I'm going to be a cat!\"\n                          // alerts \"I'm a cat!\"\n                          // alerts \"Meeeeoooowwww\"\n</code></pre>\n",
2480         "linenr": 518,
2481         "return": {
2482           "type": "Ext.Base",
2483           "doc": "<p>this</p>\n"
2484         },
2485         "html_filename": "Base3.html"
2486       },
2487       {
2488         "deprecated": null,
2489         "alias": null,
2490         "protected": false,
2491         "tagname": "method",
2492         "href": "Store2.html#Ext-data-Store-method-prefetch",
2493         "shortDoc": "Prefetches data the Store using its configured proxy. ...",
2494         "static": false,
2495         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2496         "private": false,
2497         "params": [
2498           {
2499             "type": "Object",
2500             "optional": false,
2501             "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.grid.property.Store-event-load\" rel=\"Ext.grid.property.Store-event-load\" class=\"docClass\">load</a></p>\n",
2502             "name": "options"
2503           }
2504         ],
2505         "name": "prefetch",
2506         "owner": "Ext.data.Store",
2507         "doc": "<p>Prefetches data the Store using its configured <a href=\"#/api/Ext.grid.property.Store-cfg-proxy\" rel=\"Ext.grid.property.Store-cfg-proxy\" class=\"docClass\">proxy</a>.</p>\n",
2508         "linenr": 1341,
2509         "return": {
2510           "type": "void",
2511           "doc": "\n"
2512         },
2513         "html_filename": "Store2.html"
2514       },
2515       {
2516         "deprecated": null,
2517         "alias": null,
2518         "protected": false,
2519         "tagname": "method",
2520         "href": "Store2.html#Ext-data-Store-method-prefetchPage",
2521         "shortDoc": "Prefetches a page of data. ...",
2522         "static": false,
2523         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2524         "private": false,
2525         "params": [
2526           {
2527             "type": "Number",
2528             "optional": false,
2529             "doc": "<p>The page to prefetch</p>\n",
2530             "name": "page"
2531           },
2532           {
2533             "type": "Object",
2534             "optional": false,
2535             "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.grid.property.Store-event-load\" rel=\"Ext.grid.property.Store-event-load\" class=\"docClass\">load</a></p>\n",
2536             "name": "options"
2537           },
2538           {
2539             "type": "Object",
2540             "optional": false,
2541             "doc": "\n",
2542             "name": ""
2543           }
2544         ],
2545         "name": "prefetchPage",
2546         "owner": "Ext.data.Store",
2547         "doc": "<p>Prefetches a page of data.</p>\n",
2548         "linenr": 1375,
2549         "return": {
2550           "type": "void",
2551           "doc": "\n"
2552         },
2553         "html_filename": "Store2.html"
2554       },
2555       {
2556         "deprecated": null,
2557         "alias": null,
2558         "protected": false,
2559         "tagname": "method",
2560         "href": "Store2.html#Ext-data-Store-method-previousPage",
2561         "shortDoc": "Loads the previous 'page' in the current data set ...",
2562         "static": false,
2563         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2564         "private": false,
2565         "params": [
2566
2567         ],
2568         "name": "previousPage",
2569         "owner": "Ext.data.Store",
2570         "doc": "<p>Loads the previous 'page' in the current data set</p>\n",
2571         "linenr": 1324,
2572         "return": {
2573           "type": "void",
2574           "doc": "\n"
2575         },
2576         "html_filename": "Store2.html"
2577       },
2578       {
2579         "deprecated": null,
2580         "alias": null,
2581         "protected": false,
2582         "tagname": "method",
2583         "href": "Store2.html#Ext-data-Store-method-purgeRecords",
2584         "shortDoc": "Purge the least recently used records in the prefetch if the purgeCount\nhas been exceeded. ...",
2585         "static": false,
2586         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2587         "private": false,
2588         "params": [
2589
2590         ],
2591         "name": "purgeRecords",
2592         "owner": "Ext.data.Store",
2593         "doc": "<p>Purge the least recently used records in the prefetch if the purgeCount\nhas been exceeded.</p>\n",
2594         "linenr": 1482,
2595         "return": {
2596           "type": "void",
2597           "doc": "\n"
2598         },
2599         "html_filename": "Store2.html"
2600       },
2601       {
2602         "deprecated": null,
2603         "alias": null,
2604         "protected": false,
2605         "tagname": "method",
2606         "href": "Store2.html#Ext-data-Store-method-queryBy",
2607         "shortDoc": "Query the cached records in this Store using a filtering function. ...",
2608         "static": false,
2609         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2610         "private": false,
2611         "params": [
2612           {
2613             "type": "Function",
2614             "optional": false,
2615             "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",
2616             "name": "fn"
2617           },
2618           {
2619             "type": "Object",
2620             "optional": true,
2621             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to this Store.</p>\n",
2622             "name": "scope"
2623           }
2624         ],
2625         "name": "queryBy",
2626         "owner": "Ext.data.Store",
2627         "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",
2628         "linenr": 1208,
2629         "return": {
2630           "type": "MixedCollection",
2631           "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"
2632         },
2633         "html_filename": "Store2.html"
2634       },
2635       {
2636         "deprecated": null,
2637         "alias": null,
2638         "protected": false,
2639         "tagname": "method",
2640         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
2641         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
2642         "static": false,
2643         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2644         "private": false,
2645         "params": [
2646           {
2647             "type": "Object",
2648             "optional": false,
2649             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
2650             "name": "origin"
2651           },
2652           {
2653             "type": "[String]",
2654             "optional": false,
2655             "doc": "<p>Array of event names to relay.</p>\n",
2656             "name": "events"
2657           },
2658           {
2659             "type": "Object",
2660             "optional": false,
2661             "doc": "\n",
2662             "name": "prefix"
2663           }
2664         ],
2665         "name": "relayEvents",
2666         "owner": "Ext.util.Observable",
2667         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
2668         "linenr": 573,
2669         "return": {
2670           "type": "void",
2671           "doc": "\n"
2672         },
2673         "html_filename": "Observable.html"
2674       },
2675       {
2676         "deprecated": null,
2677         "alias": null,
2678         "protected": false,
2679         "tagname": "method",
2680         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
2681         "shortDoc": "Removes all added captures from the Observable. ...",
2682         "static": true,
2683         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2684         "private": false,
2685         "params": [
2686           {
2687             "type": "Observable",
2688             "optional": false,
2689             "doc": "<p>The Observable to release</p>\n",
2690             "name": "o"
2691           }
2692         ],
2693         "name": "releaseCapture",
2694         "owner": "Ext.util.Observable",
2695         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
2696         "linenr": 44,
2697         "return": {
2698           "type": "void",
2699           "doc": "\n"
2700         },
2701         "html_filename": "Observable.html"
2702       },
2703       {
2704         "deprecated": null,
2705         "alias": null,
2706         "protected": false,
2707         "tagname": "method",
2708         "href": "Store2.html#Ext-data-Store-method-remove",
2709         "shortDoc": "Removes the given record from the Store, firing the 'remove' event for each instance that is removed, plus a single\n'...",
2710         "static": false,
2711         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2712         "private": false,
2713         "params": [
2714           {
2715             "type": "Ext.data.Model/Array",
2716             "optional": false,
2717             "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",
2718             "name": "records"
2719           },
2720           {
2721             "type": "Object",
2722             "optional": false,
2723             "doc": "\n",
2724             "name": "isMove"
2725           }
2726         ],
2727         "name": "remove",
2728         "owner": "Ext.data.Store",
2729         "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",
2730         "linenr": 858,
2731         "return": {
2732           "type": "void",
2733           "doc": "\n"
2734         },
2735         "html_filename": "Store2.html"
2736       },
2737       {
2738         "deprecated": null,
2739         "alias": null,
2740         "protected": false,
2741         "tagname": "method",
2742         "href": "Store2.html#Ext-data-Store-method-removeAll",
2743         "shortDoc": "Remove all items from the store. ...",
2744         "static": false,
2745         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2746         "private": false,
2747         "params": [
2748           {
2749             "type": "Boolean",
2750             "optional": false,
2751             "doc": "<p>Prevent the <code>clear</code> event from being fired.</p>\n",
2752             "name": "silent"
2753           }
2754         ],
2755         "name": "removeAll",
2756         "owner": "Ext.data.Store",
2757         "doc": "<p>Remove all items from the store.</p>\n",
2758         "linenr": 1901,
2759         "return": {
2760           "type": "void",
2761           "doc": "\n"
2762         },
2763         "html_filename": "Store2.html"
2764       },
2765       {
2766         "deprecated": null,
2767         "alias": null,
2768         "protected": false,
2769         "tagname": "method",
2770         "href": "Store2.html#Ext-data-Store-method-removeAt",
2771         "shortDoc": "Removes the model instance at the given index ...",
2772         "static": false,
2773         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
2774         "private": false,
2775         "params": [
2776           {
2777             "type": "Number",
2778             "optional": false,
2779             "doc": "<p>The record index</p>\n",
2780             "name": "index"
2781           }
2782         ],
2783         "name": "removeAt",
2784         "owner": "Ext.data.Store",
2785         "doc": "<p>Removes the model instance at the given index</p>\n",
2786         "linenr": 909,
2787         "return": {
2788           "type": "void",
2789           "doc": "\n"
2790         },
2791         "html_filename": "Store2.html"
2792       },
2793       {
2794         "deprecated": null,
2795         "alias": null,
2796         "protected": false,
2797         "tagname": "method",
2798         "href": "Observable.html#Ext-util-Observable-method-removeListener",
2799         "shortDoc": "Removes an event handler. ...",
2800         "static": false,
2801         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2802         "private": false,
2803         "params": [
2804           {
2805             "type": "String",
2806             "optional": false,
2807             "doc": "<p>The type of event the handler was associated with.</p>\n",
2808             "name": "eventName"
2809           },
2810           {
2811             "type": "Function",
2812             "optional": false,
2813             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.grid.property.Store-method-addListener\" rel=\"Ext.grid.property.Store-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
2814             "name": "handler"
2815           },
2816           {
2817             "type": "Object",
2818             "optional": true,
2819             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
2820             "name": "scope"
2821           }
2822         ],
2823         "name": "removeListener",
2824         "owner": "Ext.util.Observable",
2825         "doc": "<p>Removes an event handler.</p>\n",
2826         "linenr": 392,
2827         "return": {
2828           "type": "void",
2829           "doc": "\n"
2830         },
2831         "html_filename": "Observable.html"
2832       },
2833       {
2834         "deprecated": null,
2835         "alias": null,
2836         "protected": false,
2837         "tagname": "method",
2838         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
2839         "shortDoc": "Removes listeners that were added by the mon method. ...",
2840         "static": false,
2841         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2842         "private": false,
2843         "params": [
2844           {
2845             "type": "Observable|Element",
2846             "optional": false,
2847             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
2848             "name": "item"
2849           },
2850           {
2851             "type": "Object|String",
2852             "optional": false,
2853             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
2854             "name": "ename"
2855           },
2856           {
2857             "type": "Function",
2858             "optional": false,
2859             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
2860             "name": "fn"
2861           },
2862           {
2863             "type": "Object",
2864             "optional": false,
2865             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the scope (<code>this</code> reference)\nin which the handler function is executed.</p>\n",
2866             "name": "scope"
2867           }
2868         ],
2869         "name": "removeManagedListener",
2870         "owner": "Ext.util.Observable",
2871         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.grid.property.Store-method-mon\" rel=\"Ext.grid.property.Store-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
2872         "linenr": 197,
2873         "return": {
2874           "type": "void",
2875           "doc": "\n"
2876         },
2877         "html_filename": "Observable.html"
2878       },
2879       {
2880         "deprecated": null,
2881         "alias": null,
2882         "protected": false,
2883         "tagname": "method",
2884         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
2885         "shortDoc": "Resumes firing events (see suspendEvents). ...",
2886         "static": false,
2887         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
2888         "private": false,
2889         "params": [
2890
2891         ],
2892         "name": "resumeEvents",
2893         "owner": "Ext.util.Observable",
2894         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.grid.property.Store-method-suspendEvents\" rel=\"Ext.grid.property.Store-method-suspendEvents\" class=\"docClass\">suspendEvents</a>).</p>\n\n<p>If events were suspended using the <code>**queueSuspended**</code> parameter, then all events fired\nduring event suspension will be sent to any listeners now.</p>\n",
2895         "linenr": 554,
2896         "return": {
2897           "type": "void",
2898           "doc": "\n"
2899         },
2900         "html_filename": "Observable.html"
2901       },
2902       {
2903         "deprecated": null,
2904         "alias": null,
2905         "protected": false,
2906         "tagname": "method",
2907         "href": "AbstractStore.html#Ext-data-AbstractStore-method-setProxy",
2908         "shortDoc": "Sets the Store's Proxy by string, config object or Proxy instance ...",
2909         "static": false,
2910         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2911         "private": false,
2912         "params": [
2913           {
2914             "type": "String|Object|Ext.data.proxy.Proxy",
2915             "optional": false,
2916             "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",
2917             "name": "proxy"
2918           }
2919         ],
2920         "name": "setProxy",
2921         "owner": "Ext.data.AbstractStore",
2922         "doc": "<p>Sets the Store's Proxy by string, config object or Proxy instance</p>\n",
2923         "linenr": 276,
2924         "return": {
2925           "type": "Ext.data.proxy.Proxy",
2926           "doc": "<p>The attached Proxy object</p>\n"
2927         },
2928         "html_filename": "AbstractStore.html"
2929       },
2930       {
2931         "deprecated": null,
2932         "alias": null,
2933         "protected": false,
2934         "tagname": "method",
2935         "href": "Sortable.html#Ext-util-Sortable-method-sort",
2936         "shortDoc": "Sorts the data in the Store by one or more of its properties. ...",
2937         "static": false,
2938         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
2939         "private": false,
2940         "params": [
2941           {
2942             "type": "String|Array",
2943             "optional": false,
2944             "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",
2945             "name": "sorters"
2946           },
2947           {
2948             "type": "String",
2949             "optional": false,
2950             "doc": "<p>The overall direction to sort the data by. Defaults to \"ASC\".</p>\n",
2951             "name": "direction"
2952           },
2953           {
2954             "type": "Object",
2955             "optional": false,
2956             "doc": "\n",
2957             "name": "where"
2958           },
2959           {
2960             "type": "Object",
2961             "optional": false,
2962             "doc": "\n",
2963             "name": "doSort"
2964           }
2965         ],
2966         "name": "sort",
2967         "owner": "Ext.util.Sortable",
2968         "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",
2969         "linenr": 58,
2970         "return": {
2971           "type": "void",
2972           "doc": "\n"
2973         },
2974         "html_filename": "Sortable.html"
2975       },
2976       {
2977         "deprecated": null,
2978         "alias": null,
2979         "protected": true,
2980         "tagname": "method",
2981         "href": "Base3.html#Ext-Base-method-statics",
2982         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
2983         "static": false,
2984         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
2985         "private": false,
2986         "params": [
2987
2988         ],
2989         "name": "statics",
2990         "owner": "Ext.Base",
2991         "doc": "<p>Get the reference to the class from which this object was instantiated. Note that unlike <a href=\"#/api/Ext.Base-property-self\" rel=\"Ext.Base-property-self\" class=\"docClass\">Ext.Base.self</a>,\n<code>this.statics()</code> is scope-independent and it always returns the class from which it was called, regardless of what\n<code>this</code> points to during run-time</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        totalCreated: 0,\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        var statics = this.statics();\n\n        alert(statics.speciesName);     // always equals to 'Cat' no matter what 'this' refers to\n                                        // equivalent to: My.Cat.speciesName\n\n        alert(this.self.speciesName);   // dependent on 'this'\n\n        statics.totalCreated++;\n\n        return this;\n    },\n\n    clone: function() {\n        var cloned = new this.self;                      // dependent on 'this'\n\n        cloned.groupName = this.statics().speciesName;   // equivalent to: My.Cat.speciesName\n\n        return cloned;\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n\n    statics: {\n        speciesName: 'Snow Leopard'     // My.SnowLeopard.speciesName = 'Snow Leopard'\n    },\n\n    constructor: function() {\n        this.callParent();\n    }\n});\n\nvar cat = new My.Cat();                 // alerts 'Cat', then alerts 'Cat'\n\nvar snowLeopard = new My.SnowLeopard(); // alerts 'Cat', then alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));         // alerts 'My.SnowLeopard'\nalert(clone.groupName);                 // alerts 'Cat'\n\nalert(My.Cat.totalCreated);             // alerts 3\n</code></pre>\n",
2992         "linenr": 199,
2993         "return": {
2994           "type": "Class",
2995           "doc": "\n"
2996         },
2997         "html_filename": "Base3.html"
2998       },
2999       {
3000         "deprecated": null,
3001         "alias": null,
3002         "protected": false,
3003         "tagname": "method",
3004         "href": "Store2.html#Ext-data-Store-method-sum",
3005         "shortDoc": "Sums the value of property for each record between start\nand end and returns the result. ...",
3006         "static": false,
3007         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3008         "private": false,
3009         "params": [
3010           {
3011             "type": "String",
3012             "optional": false,
3013             "doc": "<p>A field in each record</p>\n",
3014             "name": "field"
3015           },
3016           {
3017             "type": "Boolean",
3018             "optional": false,
3019             "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",
3020             "name": "grouped"
3021           }
3022         ],
3023         "name": "sum",
3024         "owner": "Ext.data.Store",
3025         "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",
3026         "linenr": 1962,
3027         "return": {
3028           "type": "Number",
3029           "doc": "<p>The sum</p>\n"
3030         },
3031         "html_filename": "Store2.html"
3032       },
3033       {
3034         "deprecated": null,
3035         "alias": null,
3036         "protected": false,
3037         "tagname": "method",
3038         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
3039         "shortDoc": "Suspends the firing of all events. ...",
3040         "static": false,
3041         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3042         "private": false,
3043         "params": [
3044           {
3045             "type": "Boolean",
3046             "optional": false,
3047             "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.grid.property.Store-method-resumeEvents\" rel=\"Ext.grid.property.Store-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events.</p>\n",
3048             "name": "queueSuspended"
3049           }
3050         ],
3051         "name": "suspendEvents",
3052         "owner": "Ext.util.Observable",
3053         "doc": "<p>Suspends the firing of all events. (see <a href=\"#/api/Ext.grid.property.Store-method-resumeEvents\" rel=\"Ext.grid.property.Store-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
3054         "linenr": 541,
3055         "return": {
3056           "type": "void",
3057           "doc": "\n"
3058         },
3059         "html_filename": "Observable.html"
3060       },
3061       {
3062         "deprecated": null,
3063         "alias": null,
3064         "protected": false,
3065         "tagname": "method",
3066         "href": "AbstractStore.html#Ext-data-AbstractStore-method-sync",
3067         "shortDoc": "Synchronizes the Store with its Proxy. ...",
3068         "static": false,
3069         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3070         "private": false,
3071         "params": [
3072
3073         ],
3074         "name": "sync",
3075         "owner": "Ext.data.AbstractStore",
3076         "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",
3077         "linenr": 546,
3078         "return": {
3079           "type": "void",
3080           "doc": "\n"
3081         },
3082         "html_filename": "AbstractStore.html"
3083       },
3084       {
3085         "deprecated": null,
3086         "alias": {
3087           "tagname": "alias",
3088           "cls": "Ext.util.Observable",
3089           "doc": null,
3090           "owner": "removeListener"
3091         },
3092         "protected": false,
3093         "tagname": "method",
3094         "href": "Observable.html#Ext-util-Observable-method-un",
3095         "shortDoc": "Shorthand for removeListener. ...",
3096         "static": false,
3097         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
3098         "private": false,
3099         "params": [
3100           {
3101             "type": "String",
3102             "optional": false,
3103             "doc": "<p>The type of event the handler was associated with.</p>\n",
3104             "name": "eventName"
3105           },
3106           {
3107             "type": "Function",
3108             "optional": false,
3109             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.grid.property.Store-method-addListener\" rel=\"Ext.grid.property.Store-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
3110             "name": "handler"
3111           },
3112           {
3113             "type": "Object",
3114             "optional": true,
3115             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
3116             "name": "scope"
3117           }
3118         ],
3119         "name": "un",
3120         "owner": "Ext.util.Observable",
3121         "doc": "<p>Shorthand for <a href=\"#/api/Ext.grid.property.Store-method-removeListener\" rel=\"Ext.grid.property.Store-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
3122         "linenr": 675,
3123         "return": {
3124           "type": "void",
3125           "doc": "\n"
3126         },
3127         "html_filename": "Observable.html"
3128       }
3129     ],
3130     "property": [
3131       {
3132         "type": "String",
3133         "deprecated": null,
3134         "alias": null,
3135         "protected": false,
3136         "tagname": "property",
3137         "href": "Sortable.html#Ext-util-Sortable-property-",
3138         "static": false,
3139         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
3140         "private": false,
3141         "name": "",
3142         "owner": "Ext.util.Sortable",
3143         "doc": "<p>The property in each item that contains the data to sort.</p>\n",
3144         "linenr": 31,
3145         "html_filename": "Sortable.html"
3146       },
3147       {
3148         "type": "String",
3149         "deprecated": null,
3150         "alias": null,
3151         "protected": false,
3152         "tagname": "property",
3153         "href": "AbstractStore.html#Ext-data-AbstractStore-property-batchUpdateMode",
3154         "shortDoc": "Sets the updating behavior based on batch synchronization. ...",
3155         "static": false,
3156         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3157         "private": false,
3158         "name": "batchUpdateMode",
3159         "owner": "Ext.data.AbstractStore",
3160         "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",
3161         "linenr": 67,
3162         "html_filename": "AbstractStore.html"
3163       },
3164       {
3165         "type": "Number",
3166         "deprecated": null,
3167         "alias": null,
3168         "protected": false,
3169         "tagname": "property",
3170         "href": "Store2.html#Ext-data-Store-property-currentPage",
3171         "static": false,
3172         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3173         "private": false,
3174         "name": "currentPage",
3175         "owner": "Ext.data.Store",
3176         "doc": "<p>The page that the Store has most recently loaded (see <a href=\"#/api/Ext.grid.property.Store-method-loadPage\" rel=\"Ext.grid.property.Store-method-loadPage\" class=\"docClass\">loadPage</a>)</p>\n",
3177         "linenr": 275,
3178         "html_filename": "Store2.html"
3179       },
3180       {
3181         "type": "Ext.util.MixedCollection",
3182         "deprecated": null,
3183         "alias": null,
3184         "protected": false,
3185         "tagname": "property",
3186         "href": "Store2.html#Ext-data-Store-property-data",
3187         "static": false,
3188         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3189         "private": false,
3190         "name": "data",
3191         "owner": "Ext.data.Store",
3192         "doc": "<p>The MixedCollection that holds this store's local cache of records</p>\n",
3193         "linenr": 370,
3194         "html_filename": "Store2.html"
3195       },
3196       {
3197         "type": "String",
3198         "deprecated": null,
3199         "alias": null,
3200         "protected": false,
3201         "tagname": "property",
3202         "href": "AbstractStore.html#Ext-data-AbstractStore-property-defaultProxyType",
3203         "shortDoc": "The string type of the Proxy to create if none is specified. ...",
3204         "static": false,
3205         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3206         "private": false,
3207         "name": "defaultProxyType",
3208         "owner": "Ext.data.AbstractStore",
3209         "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",
3210         "linenr": 102,
3211         "html_filename": "AbstractStore.html"
3212       },
3213       {
3214         "type": "String",
3215         "deprecated": null,
3216         "alias": null,
3217         "protected": false,
3218         "tagname": "property",
3219         "href": "Sortable.html#Ext-util-Sortable-property-defaultSortDirection",
3220         "static": false,
3221         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
3222         "private": false,
3223         "name": "defaultSortDirection",
3224         "owner": "Ext.util.Sortable",
3225         "doc": "<p>The default sort direction to use if one is not specified (defaults to \"ASC\")</p>\n",
3226         "linenr": 20,
3227         "html_filename": "Sortable.html"
3228       },
3229       {
3230         "type": "Boolean",
3231         "deprecated": null,
3232         "alias": null,
3233         "protected": false,
3234         "tagname": "property",
3235         "href": "AbstractStore.html#Ext-data-AbstractStore-property-filterOnLoad",
3236         "shortDoc": "If true, any filters attached to this Store will be run after loading data, before the datachanged event is fired. ...",
3237         "static": false,
3238         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3239         "private": false,
3240         "name": "filterOnLoad",
3241         "owner": "Ext.data.AbstractStore",
3242         "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.grid.property.Store-cfg-remoteFilter\" rel=\"Ext.grid.property.Store-cfg-remoteFilter\" class=\"docClass\">remoteFilter</a> is true</p>\n",
3243         "linenr": 77,
3244         "html_filename": "AbstractStore.html"
3245       },
3246       {
3247         "type": "Ext.util.MixedCollection",
3248         "deprecated": null,
3249         "alias": null,
3250         "protected": false,
3251         "tagname": "property",
3252         "href": "AbstractStore.html#Ext-data-AbstractStore-property-filters",
3253         "static": false,
3254         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3255         "private": false,
3256         "name": "filters",
3257         "owner": "Ext.data.AbstractStore",
3258         "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",
3259         "linenr": 266,
3260         "html_filename": "AbstractStore.html"
3261       },
3262       {
3263         "type": "String",
3264         "deprecated": null,
3265         "alias": null,
3266         "protected": false,
3267         "tagname": "property",
3268         "href": "Store2.html#Ext-data-Store-property-groupDir",
3269         "shortDoc": "The direction in which sorting should be applied when grouping. ...",
3270         "static": false,
3271         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3272         "private": false,
3273         "name": "groupDir",
3274         "owner": "Ext.data.Store",
3275         "doc": "<p>The direction in which sorting should be applied when grouping. Defaults to \"ASC\" - the other supported value is \"DESC\"</p>\n",
3276         "linenr": 261,
3277         "html_filename": "Store2.html"
3278       },
3279       {
3280         "type": "String",
3281         "deprecated": null,
3282         "alias": null,
3283         "protected": false,
3284         "tagname": "property",
3285         "href": "Store2.html#Ext-data-Store-property-groupField",
3286         "shortDoc": "The (optional) field by which to group data in the store. ...",
3287         "static": false,
3288         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3289         "private": false,
3290         "name": "groupField",
3291         "owner": "Ext.data.Store",
3292         "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.grid.property.Store-property-groupDir\" rel=\"Ext.grid.property.Store-property-groupDir\" class=\"docClass\">groupDir</a> are injected as the first sorter (see <a href=\"#/api/Ext.grid.property.Store-method-sort\" rel=\"Ext.grid.property.Store-method-sort\" class=\"docClass\">sort</a>). Stores support a single\nlevel of grouping, and groups can be fetched via the <a href=\"#/api/Ext.grid.property.Store-method-getGroups\" rel=\"Ext.grid.property.Store-method-getGroups\" class=\"docClass\">getGroups</a> method.</p>\n",
3293         "linenr": 252,
3294         "html_filename": "Store2.html"
3295       },
3296       {
3297         "type": "Ext.util.MixedCollection",
3298         "deprecated": null,
3299         "alias": null,
3300         "protected": false,
3301         "tagname": "property",
3302         "href": "Store2.html#Ext-data-Store-property-groupers",
3303         "static": false,
3304         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3305         "private": false,
3306         "name": "groupers",
3307         "owner": "Ext.data.Store",
3308         "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",
3309         "linenr": 392,
3310         "html_filename": "Store2.html"
3311       },
3312       {
3313         "type": "Boolean",
3314         "deprecated": null,
3315         "alias": null,
3316         "protected": false,
3317         "tagname": "property",
3318         "href": "AbstractStore.html#Ext-data-AbstractStore-property-isDestroyed",
3319         "shortDoc": "True if the Store has already been destroyed via destroyStore. ...",
3320         "static": false,
3321         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3322         "private": false,
3323         "name": "isDestroyed",
3324         "owner": "Ext.data.AbstractStore",
3325         "doc": "<p>True if the Store has already been destroyed via destroyStore. If this is true, the reference to Store should be deleted\nas it will not function correctly any more.</p>\n",
3326         "linenr": 109,
3327         "html_filename": "AbstractStore.html"
3328       },
3329       {
3330         "type": "Boolean",
3331         "deprecated": null,
3332         "alias": null,
3333         "protected": false,
3334         "tagname": "property",
3335         "href": "Sortable.html#Ext-util-Sortable-property-isSortable",
3336         "shortDoc": "Flag denoting that this object is sortable. ...",
3337         "static": false,
3338         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
3339         "private": false,
3340         "name": "isSortable",
3341         "owner": "Ext.util.Sortable",
3342         "doc": "<p>Flag denoting that this object is sortable. Always true.</p>\n",
3343         "linenr": 13,
3344         "html_filename": "Sortable.html"
3345       },
3346       {
3347         "type": "Class",
3348         "deprecated": null,
3349         "alias": null,
3350         "protected": true,
3351         "tagname": "property",
3352         "href": "Base3.html#Ext-Base-property-self",
3353         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
3354         "static": false,
3355         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
3356         "private": false,
3357         "name": "self",
3358         "owner": "Ext.Base",
3359         "doc": "<p>Get the reference to the current class from which this object was instantiated. Unlike <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>,\n<code>this.self</code> is scope-dependent and it's meant to be used for dynamic inheritance. See <a href=\"#/api/Ext.Base-method-statics\" rel=\"Ext.Base-method-statics\" class=\"docClass\">Ext.Base.statics</a>\nfor a detailed comparison</p>\n\n<pre><code>Ext.define('My.Cat', {\n    statics: {\n        speciesName: 'Cat' // My.Cat.speciesName = 'Cat'\n    },\n\n    constructor: function() {\n        alert(this.self.speciesName); / dependent on 'this'\n\n        return this;\n    },\n\n    clone: function() {\n        return new this.self();\n    }\n});\n\n\nExt.define('My.SnowLeopard', {\n    extend: 'My.Cat',\n    statics: {\n        speciesName: 'Snow Leopard'         // My.SnowLeopard.speciesName = 'Snow Leopard'\n    }\n});\n\nvar cat = new My.Cat();                     // alerts 'Cat'\nvar snowLeopard = new My.SnowLeopard();     // alerts 'Snow Leopard'\n\nvar clone = snowLeopard.clone();\nalert(Ext.getClassName(clone));             // alerts 'My.SnowLeopard'\n</code></pre>\n",
3360         "linenr": 18,
3361         "html_filename": "Base3.html"
3362       },
3363       {
3364         "type": "Ext.util.MixedCollection",
3365         "deprecated": null,
3366         "alias": null,
3367         "protected": false,
3368         "tagname": "property",
3369         "href": "Store2.html#Ext-data-Store-property-snapshot",
3370         "shortDoc": "A pristine (unfiltered) collection of the records in this store. ...",
3371         "static": false,
3372         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3373         "private": false,
3374         "name": "snapshot",
3375         "owner": "Ext.data.Store",
3376         "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",
3377         "linenr": 1137,
3378         "html_filename": "Store2.html"
3379       },
3380       {
3381         "type": "Boolean",
3382         "deprecated": null,
3383         "alias": null,
3384         "protected": false,
3385         "tagname": "property",
3386         "href": "AbstractStore.html#Ext-data-AbstractStore-property-sortOnLoad",
3387         "shortDoc": "If true, any sorters attached to this Store will be run after loading data, before the datachanged event is fired. ...",
3388         "static": false,
3389         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3390         "private": false,
3391         "name": "sortOnLoad",
3392         "owner": "Ext.data.AbstractStore",
3393         "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.grid.property.Store-cfg-remoteSort\" rel=\"Ext.grid.property.Store-cfg-remoteSort\" class=\"docClass\">remoteSort</a> is true</p>\n",
3394         "linenr": 85,
3395         "html_filename": "AbstractStore.html"
3396       },
3397       {
3398         "type": "Ext.util.MixedCollection",
3399         "deprecated": null,
3400         "alias": null,
3401         "protected": false,
3402         "tagname": "property",
3403         "href": "Sortable.html#Ext-util-Sortable-property-sorters",
3404         "static": false,
3405         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
3406         "private": false,
3407         "name": "sorters",
3408         "owner": "Ext.util.Sortable",
3409         "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",
3410         "linenr": 44,
3411         "html_filename": "Sortable.html"
3412       }
3413     ],
3414     "cssVar": [
3415
3416     ],
3417     "cssMixin": [
3418
3419     ],
3420     "event": [
3421       {
3422         "deprecated": null,
3423         "alias": null,
3424         "protected": false,
3425         "tagname": "event",
3426         "href": "AbstractStore.html#Ext-data-AbstractStore-event-add",
3427         "shortDoc": "Fired when a Model instance has been added to this Store ...",
3428         "static": false,
3429         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3430         "private": false,
3431         "params": [
3432           {
3433             "type": "Ext.data.Store",
3434             "optional": false,
3435             "doc": "<p>The store</p>\n",
3436             "name": "store"
3437           },
3438           {
3439             "type": "Array",
3440             "optional": false,
3441             "doc": "<p>The Model instances that were added</p>\n",
3442             "name": "records"
3443           },
3444           {
3445             "type": "Number",
3446             "optional": false,
3447             "doc": "<p>The index at which the instances were inserted</p>\n",
3448             "name": "index"
3449           },
3450           {
3451             "type": "Object",
3452             "tagname": "param",
3453             "name": "options",
3454             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3455           }
3456         ],
3457         "name": "add",
3458         "owner": "Ext.data.AbstractStore",
3459         "doc": "<p>Fired when a Model instance has been added to this Store</p>\n",
3460         "linenr": 141,
3461         "html_filename": "AbstractStore.html"
3462       },
3463       {
3464         "deprecated": null,
3465         "alias": null,
3466         "protected": false,
3467         "tagname": "event",
3468         "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforeload",
3469         "shortDoc": "Event description ...",
3470         "static": false,
3471         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3472         "private": false,
3473         "params": [
3474           {
3475             "type": "Ext.data.Store",
3476             "optional": false,
3477             "doc": "<p>This Store</p>\n",
3478             "name": "store"
3479           },
3480           {
3481             "type": "Ext.data.Operation",
3482             "optional": false,
3483             "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",
3484             "name": "operation"
3485           },
3486           {
3487             "type": "Object",
3488             "tagname": "param",
3489             "name": "options",
3490             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3491           }
3492         ],
3493         "name": "beforeload",
3494         "owner": "Ext.data.AbstractStore",
3495         "doc": "<p>Event description</p>\n",
3496         "linenr": 181,
3497         "html_filename": "AbstractStore.html"
3498       },
3499       {
3500         "deprecated": null,
3501         "alias": null,
3502         "protected": false,
3503         "tagname": "event",
3504         "href": "Store2.html#Ext-data-Store-event-beforeprefetch",
3505         "shortDoc": "Fires before a prefetch occurs. ...",
3506         "static": false,
3507         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3508         "private": false,
3509         "params": [
3510           {
3511             "type": "Ext.data.store",
3512             "optional": false,
3513             "doc": "\n",
3514             "name": "this"
3515           },
3516           {
3517             "type": "Ext.data.Operation",
3518             "optional": false,
3519             "doc": "<p>The associated operation</p>\n",
3520             "name": "operation"
3521           },
3522           {
3523             "type": "Object",
3524             "tagname": "param",
3525             "name": "options",
3526             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3527           }
3528         ],
3529         "name": "beforeprefetch",
3530         "owner": "Ext.data.Store",
3531         "doc": "<p>Fires before a prefetch occurs. Return false to cancel.</p>\n",
3532         "linenr": 344,
3533         "html_filename": "Store2.html"
3534       },
3535       {
3536         "deprecated": null,
3537         "alias": null,
3538         "protected": false,
3539         "tagname": "event",
3540         "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforesync",
3541         "shortDoc": "Called before a call to sync is executed. ...",
3542         "static": false,
3543         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3544         "private": false,
3545         "params": [
3546           {
3547             "type": "Object",
3548             "optional": false,
3549             "doc": "<p>Hash of all records to be synchronized, broken down into create, update and destroy</p>\n",
3550             "name": "options"
3551           },
3552           {
3553             "type": "Object",
3554             "tagname": "param",
3555             "name": "options",
3556             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3557           }
3558         ],
3559         "name": "beforesync",
3560         "owner": "Ext.data.AbstractStore",
3561         "doc": "<p>Called before a call to <a href=\"#/api/Ext.grid.property.Store-method-sync\" rel=\"Ext.grid.property.Store-method-sync\" class=\"docClass\">sync</a> is executed. Return false from any listener to cancel the synv</p>\n",
3562         "linenr": 198,
3563         "html_filename": "AbstractStore.html"
3564       },
3565       {
3566         "deprecated": null,
3567         "alias": null,
3568         "protected": false,
3569         "tagname": "event",
3570         "href": "AbstractStore.html#Ext-data-AbstractStore-event-clear",
3571         "shortDoc": "Fired after the removeAll method is called. ...",
3572         "static": false,
3573         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3574         "private": false,
3575         "params": [
3576           {
3577             "type": "Ext.data.Store",
3578             "optional": false,
3579             "doc": "\n",
3580             "name": "this"
3581           },
3582           {
3583             "type": "Object",
3584             "tagname": "param",
3585             "name": "options",
3586             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3587           }
3588         ],
3589         "name": "clear",
3590         "owner": "Ext.data.AbstractStore",
3591         "doc": "<p>Fired after the <a href=\"#/api/Ext.grid.property.Store-method-removeAll\" rel=\"Ext.grid.property.Store-method-removeAll\" class=\"docClass\">removeAll</a> method is called.</p>\n",
3592         "linenr": 204,
3593         "html_filename": "AbstractStore.html"
3594       },
3595       {
3596         "deprecated": null,
3597         "alias": null,
3598         "protected": false,
3599         "tagname": "event",
3600         "href": "AbstractStore.html#Ext-data-AbstractStore-event-datachanged",
3601         "shortDoc": "Fires whenever the records in the Store have changed in some way - this could include adding or removing records,\nor ...",
3602         "static": false,
3603         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3604         "private": false,
3605         "params": [
3606           {
3607             "type": "Ext.data.Store",
3608             "optional": false,
3609             "doc": "<p>The data store</p>\n",
3610             "name": "this"
3611           },
3612           {
3613             "type": "Object",
3614             "tagname": "param",
3615             "name": "options",
3616             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3617           }
3618         ],
3619         "name": "datachanged",
3620         "owner": "Ext.data.AbstractStore",
3621         "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",
3622         "linenr": 173,
3623         "html_filename": "AbstractStore.html"
3624       },
3625       {
3626         "deprecated": null,
3627         "alias": null,
3628         "protected": false,
3629         "tagname": "event",
3630         "href": "Store2.html#Ext-data-Store-event-groupchange",
3631         "shortDoc": "Fired whenever the grouping in the grid changes ...",
3632         "static": false,
3633         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3634         "private": false,
3635         "params": [
3636           {
3637             "type": "Ext.data.Store",
3638             "optional": false,
3639             "doc": "<p>The store</p>\n",
3640             "name": "store"
3641           },
3642           {
3643             "type": "Array",
3644             "optional": false,
3645             "doc": "<p>The array of grouper objects</p>\n",
3646             "name": "groupers"
3647           },
3648           {
3649             "type": "Object",
3650             "tagname": "param",
3651             "name": "options",
3652             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3653           }
3654         ],
3655         "name": "groupchange",
3656         "owner": "Ext.data.Store",
3657         "doc": "<p>Fired whenever the grouping in the grid changes</p>\n",
3658         "linenr": 351,
3659         "html_filename": "Store2.html"
3660       },
3661       {
3662         "deprecated": null,
3663         "alias": null,
3664         "protected": false,
3665         "tagname": "event",
3666         "href": "Store2.html#Ext-data-Store-event-load",
3667         "shortDoc": "Fires whenever records have been prefetched ...",
3668         "static": false,
3669         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/Store.js",
3670         "private": false,
3671         "params": [
3672           {
3673             "type": "Ext.data.store",
3674             "optional": false,
3675             "doc": "\n",
3676             "name": "this"
3677           },
3678           {
3679             "type": "Array",
3680             "optional": false,
3681             "doc": "<p>An array of records</p>\n",
3682             "name": "records"
3683           },
3684           {
3685             "type": "Boolean",
3686             "optional": false,
3687             "doc": "<p>True if the operation was successful.</p>\n",
3688             "name": "successful"
3689           },
3690           {
3691             "type": "Ext.data.Operation",
3692             "optional": false,
3693             "doc": "<p>The associated operation</p>\n",
3694             "name": "operation"
3695           },
3696           {
3697             "type": "Object",
3698             "tagname": "param",
3699             "name": "options",
3700             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3701           }
3702         ],
3703         "name": "load",
3704         "owner": "Ext.data.Store",
3705         "doc": "<p>Fires whenever records have been prefetched</p>\n",
3706         "linenr": 358,
3707         "html_filename": "Store2.html"
3708       },
3709       {
3710         "deprecated": null,
3711         "alias": null,
3712         "protected": false,
3713         "tagname": "event",
3714         "href": "AbstractStore.html#Ext-data-AbstractStore-event-remove",
3715         "shortDoc": "Fired when a Model instance has been removed from this Store ...",
3716         "static": false,
3717         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3718         "private": false,
3719         "params": [
3720           {
3721             "type": "Ext.data.Store",
3722             "optional": false,
3723             "doc": "<p>The Store object</p>\n",
3724             "name": "store"
3725           },
3726           {
3727             "type": "Ext.data.Model",
3728             "optional": false,
3729             "doc": "<p>The record that was removed</p>\n",
3730             "name": "record"
3731           },
3732           {
3733             "type": "Number",
3734             "optional": false,
3735             "doc": "<p>The index of the record that was removed</p>\n",
3736             "name": "index"
3737           },
3738           {
3739             "type": "Object",
3740             "tagname": "param",
3741             "name": "options",
3742             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3743           }
3744         ],
3745         "name": "remove",
3746         "owner": "Ext.data.AbstractStore",
3747         "doc": "<p>Fired when a Model instance has been removed from this Store</p>\n",
3748         "linenr": 150,
3749         "html_filename": "AbstractStore.html"
3750       },
3751       {
3752         "deprecated": null,
3753         "alias": null,
3754         "protected": false,
3755         "tagname": "event",
3756         "href": "AbstractStore.html#Ext-data-AbstractStore-event-update",
3757         "shortDoc": "Fires when a Record has been updated ...",
3758         "static": false,
3759         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
3760         "private": false,
3761         "params": [
3762           {
3763             "type": "Store",
3764             "optional": false,
3765             "doc": "\n",
3766             "name": "this"
3767           },
3768           {
3769             "type": "Ext.data.Model",
3770             "optional": false,
3771             "doc": "<p>The Model instance that was updated</p>\n",
3772             "name": "record"
3773           },
3774           {
3775             "type": "String",
3776             "optional": false,
3777             "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",
3778             "name": "operation"
3779           },
3780           {
3781             "type": "Object",
3782             "tagname": "param",
3783             "name": "options",
3784             "doc": "<p>The options object passed to <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">Ext.util.Observable.addListener</a>.</p>\n"
3785           }
3786         ],
3787         "name": "update",
3788         "owner": "Ext.data.AbstractStore",
3789         "doc": "<p>Fires when a Record has been updated</p>\n",
3790         "linenr": 159,
3791         "html_filename": "AbstractStore.html"
3792       }
3793     ]
3794   },
3795   "singleton": false,
3796   "alias": null,
3797   "superclasses": [
3798     "Ext.Base",
3799     "Ext.data.AbstractStore",
3800     "Ext.data.Store"
3801   ],
3802   "protected": false,
3803   "tagname": "class",
3804   "mixins": [
3805
3806   ],
3807   "href": "Store.html#Ext-grid-property-Store",
3808   "subclasses": [
3809
3810   ],
3811   "static": false,
3812   "author": null,
3813   "component": false,
3814   "filename": "/mnt/ebs/nightly/git/SDK/extjs/src/grid/property/Store.js",
3815   "private": false,
3816   "alternateClassNames": [
3817     "Ext.grid.PropertyStore"
3818   ],
3819   "name": "Ext.grid.property.Store",
3820   "doc": "<p>A custom <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a> for the <a href=\"#/api/Ext.grid.property.Grid\" rel=\"Ext.grid.property.Grid\" class=\"docClass\">Ext.grid.property.Grid</a>. This class handles the mapping\nbetween the custom data source objects supported by the grid and the <a href=\"#/api/Ext.grid.property.Property\" rel=\"Ext.grid.property.Property\" class=\"docClass\">Ext.grid.property.Property</a> format\nused by the <a href=\"#/api/Ext.data.Store\" rel=\"Ext.data.Store\" class=\"docClass\">Ext.data.Store</a> base class.</p>\n",
3821   "mixedInto": [
3822
3823   ],
3824   "linenr": 1,
3825   "xtypes": [
3826
3827   ],
3828   "html_filename": "Store.html",
3829   "extends": "Ext.data.Store"
3830 });