Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / output / Ext.data.TreeStore.js
1 Ext.data.JsonP.Ext_data_TreeStore({
2   "tagname": "class",
3   "name": "Ext.data.TreeStore",
4   "doc": "<p>The TreeStore is a store implementation that is backed by by an <a href=\"#/api/Ext.data.Tree\" rel=\"Ext.data.Tree\" class=\"docClass\">Ext.data.Tree</a>.\nIt provides convenience methods for loading nodes, as well as the ability to use\nthe hierarchical tree structure combined with a store. This class is generally used\nin conjunction with <a href=\"#/api/Ext.tree.Panel\" rel=\"Ext.tree.Panel\" class=\"docClass\">Ext.tree.Panel</a>. This class also relays many events from\nthe Tree for convenience.</p>\n\n<h2>Using Models</h2>\n\n<p>If no Model is specified, an implicit model will be created that implements <a href=\"#/api/Ext.data.NodeInterface\" rel=\"Ext.data.NodeInterface\" class=\"docClass\">Ext.data.NodeInterface</a>.\nThe standard Tree fields will also be copied onto the Model for maintaining their state.</p>\n\n<h2>Reading Nested Data</h2>\n\n<p>For the tree to read nested data, the <a href=\"#/api/Ext.data.Reader\" rel=\"Ext.data.Reader\" class=\"docClass\">Ext.data.Reader</a> must be configured with a root property,\nso the reader can find nested data for each node. If a root is not specified, it will default to\n'children'.</p>\n",
5   "extends": "Ext.data.AbstractStore",
6   "mixins": [
7
8   ],
9   "alternateClassNames": [
10
11   ],
12   "xtype": null,
13   "author": null,
14   "docauthor": null,
15   "singleton": false,
16   "private": false,
17   "cfg": [
18     {
19       "tagname": "cfg",
20       "name": "autoLoad",
21       "member": "Ext.data.AbstractStore",
22       "type": "Boolean/Object",
23       "doc": "<p>If data is not specified, and if autoLoad is true or an Object, this store's load method\nis automatically called after creation. If the value of autoLoad is an Object, this Object will be passed to the store's\nload method. Defaults to false.</p>\n",
24       "private": false,
25       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
26       "linenr": 56,
27       "html_filename": "AbstractStore.html",
28       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-autoLoad",
29       "shortDoc": "If data is not specified, and if autoLoad is true or an Object, this store's load method\nis automatically called afte..."
30     },
31     {
32       "tagname": "cfg",
33       "name": "autoSync",
34       "member": "Ext.data.AbstractStore",
35       "type": "Boolean",
36       "doc": "<p>True to automatically sync the Store with its Proxy after every edit to one of its Records.\nDefaults to false.</p>\n",
37       "private": false,
38       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
39       "linenr": 63,
40       "html_filename": "AbstractStore.html",
41       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-autoSync"
42     },
43     {
44       "tagname": "cfg",
45       "name": "clearOnLoad",
46       "member": "Ext.data.TreeStore",
47       "type": "Boolean",
48       "doc": "<p>(optional) Default to true. Remove previously existing\nchild nodes before loading.</p>\n",
49       "private": false,
50       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
51       "linenr": 25,
52       "html_filename": "TreeStore.html",
53       "href": "TreeStore.html#Ext-data-TreeStore-cfg-clearOnLoad"
54     },
55     {
56       "tagname": "cfg",
57       "name": "defaultRootId",
58       "member": "Ext.data.TreeStore",
59       "type": "String",
60       "doc": "<p>The default root id. Defaults to 'root'</p>\n",
61       "private": false,
62       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
63       "linenr": 37,
64       "html_filename": "TreeStore.html",
65       "href": "TreeStore.html#Ext-data-TreeStore-cfg-defaultRootId"
66     },
67     {
68       "tagname": "cfg",
69       "name": "defaultRootProperty",
70       "member": "Ext.data.TreeStore",
71       "type": "String",
72       "doc": "<p>The root property to specify on the reader if one is not explicitly defined.</p>\n",
73       "private": false,
74       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
75       "linenr": 43,
76       "html_filename": "TreeStore.html",
77       "href": "TreeStore.html#Ext-data-TreeStore-cfg-defaultRootProperty"
78     },
79     {
80       "tagname": "cfg",
81       "name": "fields",
82       "member": "Ext.data.AbstractStore",
83       "type": "Array",
84       "doc": "<p>This may be used in place of specifying a <a href=\"#/api/Ext.data.TreeStore--model\" rel=\"Ext.data.TreeStore--model\" class=\"docClass\">model</a> configuration. The fields should be a\nset of <a href=\"#/api/Ext.data.Field\" rel=\"Ext.data.Field\" class=\"docClass\">Ext.data.Field</a> configuration objects. The store will automatically create a <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a>\nwith these fields. In general this configuration option should be avoided, it exists for the purposes of\nbackwards compatibility. For anything more complicated, such as specifying a particular id property or\nassocations, a <a href=\"#/api/Ext.data.Model\" rel=\"Ext.data.Model\" class=\"docClass\">Ext.data.Model</a> should be defined and specified for the <a href=\"#/api/Ext.data.TreeStore--model\" rel=\"Ext.data.TreeStore--model\" class=\"docClass\">model</a> config.</p>\n",
85       "private": false,
86       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
87       "linenr": 126,
88       "html_filename": "AbstractStore.html",
89       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-fields",
90       "shortDoc": "This may be used in place of specifying a model configuration. The fields should be a\nset of Ext.data.Field configura..."
91     },
92     {
93       "tagname": "cfg",
94       "name": "folderSort",
95       "member": "Ext.data.TreeStore",
96       "type": "Boolean",
97       "doc": "<p>Set to true to automatically prepend a leaf sorter (defaults to <tt>undefined</tt>)</p>\n",
98       "private": false,
99       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
100       "linenr": 49,
101       "html_filename": "TreeStore.html",
102       "href": "TreeStore.html#Ext-data-TreeStore-cfg-folderSort"
103     },
104     {
105       "tagname": "cfg",
106       "name": "listeners",
107       "member": "Ext.util.Observable",
108       "type": "Object",
109       "doc": "<p>(optional) <p>A config object containing one or more event handlers to be added to this\nobject during initialization.  This should be a valid listeners config object as specified in the\n<a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a> example for attaching multiple handlers at once.</p></p>\n\n<br><p><b><u>DOM events from ExtJs <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a></u></b></p>\n\n\n<br><p>While <i>some</i> ExtJs Component classes export selected DOM events (e.g. \"click\", \"mouseover\" etc), this\n\n\n<p>is usually only done when extra value can be added. For example the <a href=\"#/api/Ext.view.View\" rel=\"Ext.view.View\" class=\"docClass\">DataView</a>'s\n<b><code><a href=\"#/api/Ext.view.View--click\" rel=\"Ext.view.View--click\" class=\"docClass\">click</a></code></b> event passing the node clicked on. To access DOM\nevents directly from a child element of a Component, we need to specify the <code>element</code> option to\nidentify the Component property to add a DOM listener to:</p>\n\n<pre><code>new Ext.panel.Panel({\n    width: 400,\n    height: 200,\n    dockedItems: [{\n        xtype: 'toolbar'\n    }],\n    listeners: {\n        click: {\n            element: 'el', //bind to the underlying el property on the panel\n            fn: function(){ console.log('click el'); }\n        },\n        dblclick: {\n            element: 'body', //bind to the underlying body property on the panel\n            fn: function(){ console.log('dblclick body'); }\n        }\n    }\n});\n</code></pre>\n\n\n<p></p></p>\n",
110       "private": false,
111       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
112       "linenr": 103,
113       "html_filename": "Observable.html",
114       "href": "Observable.html#Ext-util-Observable-cfg-listeners",
115       "shortDoc": "(optional) A config object containing one or more event handlers to be added to this\nobject during initialization.  T..."
116     },
117     {
118       "tagname": "cfg",
119       "name": "nodeParam",
120       "member": "Ext.data.TreeStore",
121       "type": "String",
122       "doc": "<p>The name of the parameter sent to the server which contains\nthe identifier of the node. Defaults to <tt>'node'</tt>.</p>\n",
123       "private": false,
124       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
125       "linenr": 31,
126       "html_filename": "TreeStore.html",
127       "href": "TreeStore.html#Ext-data-TreeStore-cfg-nodeParam"
128     },
129     {
130       "tagname": "cfg",
131       "name": "proxy",
132       "member": "Ext.data.AbstractStore",
133       "type": "String/Ext.data.proxy.Proxy/Object",
134       "doc": "<p>The Proxy to use for this Store. This can be either a string, a config\nobject or a Proxy instance - see <a href=\"#/api/Ext.data.TreeStore-method-setProxy\" rel=\"Ext.data.TreeStore-method-setProxy\" class=\"docClass\">setProxy</a> for details.</p>\n",
135       "private": false,
136       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
137       "linenr": 51,
138       "html_filename": "AbstractStore.html",
139       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-proxy",
140       "shortDoc": "The Proxy to use for this Store. This can be either a string, a config\nobject or a Proxy instance - see setProxy for ..."
141     },
142     {
143       "tagname": "cfg",
144       "name": "storeId",
145       "member": "Ext.data.AbstractStore",
146       "type": "String",
147       "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",
148       "private": false,
149       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
150       "linenr": 121,
151       "html_filename": "AbstractStore.html",
152       "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-storeId",
153       "shortDoc": "Optional unique identifier for this store. If present, this Store will be registered with\nthe Ext.data.StoreManager, ..."
154     }
155   ],
156   "method": [
157     {
158       "tagname": "method",
159       "name": "addEvents",
160       "member": "Ext.util.Observable",
161       "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
162       "params": [
163         {
164           "type": "Object/String",
165           "name": "o",
166           "doc": "<p>Either an object with event names as properties with a value of <code>true</code>\nor the first event name string if multiple event names are being passed as separate parameters.</p>\n",
167           "optional": false
168         },
169         {
170           "type": "String",
171           "name": "",
172           "doc": "<p>[additional] Optional additional event names if multiple event names are being passed as separate parameters.\nUsage:</p>\n\n<pre><code>this.addEvents('storeloaded', 'storecleared');\n</code></pre>\n\n",
173           "optional": false
174         }
175       ],
176       "return": {
177         "type": "void",
178         "doc": "\n"
179       },
180       "private": false,
181       "static": false,
182       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
183       "linenr": 452,
184       "html_filename": "Observable.html",
185       "href": "Observable.html#Ext-util-Observable-method-addEvents",
186       "shortDoc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n"
187     },
188     {
189       "tagname": "method",
190       "name": "addListener",
191       "member": "Ext.util.Observable",
192       "doc": "<p>Appends an event handler to this object.</p>\n",
193       "params": [
194         {
195           "type": "String",
196           "name": "eventName",
197           "doc": "<p>The name of the event to listen for. May also be an object who's property names are event names. See</p>\n",
198           "optional": false
199         },
200         {
201           "type": "Function",
202           "name": "handler",
203           "doc": "<p>The method the event invokes.</p>\n",
204           "optional": false
205         },
206         {
207           "type": "Object",
208           "name": "scope",
209           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
210           "optional": true
211         },
212         {
213           "type": "Object",
214           "name": "options",
215           "doc": "<p>(optional) An object containing handler configuration.\nproperties. This may contain any of the following properties:<ul>\n<li><b>scope</b> : Object<div class=\"sub-desc\">The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></div></li>\n<li><b>delay</b> : Number<div class=\"sub-desc\">The number of milliseconds to delay the invocation of the handler after the event fires.</div></li>\n<li><b>single</b> : Boolean<div class=\"sub-desc\">True to add a handler to handle just the next firing of the event, and then remove itself.</div></li>\n<li><b>buffer</b> : Number<div class=\"sub-desc\">Causes the handler to be scheduled to run in an <a href=\"#/api/Ext.util.DelayedTask\" rel=\"Ext.util.DelayedTask\" class=\"docClass\">Ext.util.DelayedTask</a> delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</div></li>\n<li><b>target</b> : Observable<div class=\"sub-desc\">Only call the handler if the event was fired on the target Observable, <i>not</i>\nif the event was bubbled up from a child Observable.</div></li>\n<li><b>element</b> : String<div class=\"sub-desc\"><b>This option is only valid for listeners bound to <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a>.</b>\nThe name of a Component property which references an element to add a listener to.</p>\n\n<p>This option is useful during Component construction to add DOM event listeners to elements of <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Components</a> which\nwill exist only after the Component is rendered. For example, to add a click listener to a Panel's body:\n<pre><code>new Ext.panel.Panel({\n    title: 'The title',\n    listeners: {\n        click: this.handlePanelClick,\n        element: 'body'\n    }\n});\n</code></pre></p>\n\n\n<p>When added in this way, the options available are the options applicable to <a href=\"#/api/Ext.core.Element-method-addListener\" rel=\"Ext.core.Element-method-addListener\" class=\"docClass\">Ext.core.Element.addListener</a></p>\n\n\n<p></div></li>\n</ul><br></p>\n\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA delayed, one-time listener.\n<pre><code>myPanel.on('hide', this.handleClick, this, {\nsingle: true,\ndelay: 100\n});</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple events. For example:\n<pre><code>myGridPanel.on({\n    cellClick: this.onCellClick,\n    mouseover: this.onMouseOver,\n    mouseout: this.onMouseOut,\n    scope: this // Important. Ensure \"this\" is correct during handler execution\n});\n</code></pre>.\n<p>\n\n",
216           "optional": true
217         }
218       ],
219       "return": {
220         "type": "void",
221         "doc": "\n"
222       },
223       "private": false,
224       "static": false,
225       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
226       "linenr": 271,
227       "html_filename": "Observable.html",
228       "href": "Observable.html#Ext-util-Observable-method-addListener",
229       "shortDoc": "<p>Appends an event handler to this object.</p>\n"
230     },
231     {
232       "tagname": "method",
233       "name": "addManagedListener",
234       "member": "Ext.util.Observable",
235       "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n",
236       "params": [
237         {
238           "type": "Observable/Element",
239           "name": "item",
240           "doc": "<p>The item to which to add a listener/listeners.</p>\n",
241           "optional": false
242         },
243         {
244           "type": "Object/String",
245           "name": "ename",
246           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
247           "optional": false
248         },
249         {
250           "type": "Function",
251           "name": "fn",
252           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
253           "optional": false
254         },
255         {
256           "type": "Object",
257           "name": "scope",
258           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
259           "optional": false
260         },
261         {
262           "type": "Object",
263           "name": "opt",
264           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the <a href=\"#/api/Ext.util.Observable-method-addListener\" rel=\"Ext.util.Observable-method-addListener\" class=\"docClass\">addListener</a> options.</p>\n",
265           "optional": false
266         }
267       ],
268       "return": {
269         "type": "void",
270         "doc": "\n"
271       },
272       "private": false,
273       "static": false,
274       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
275       "linenr": 155,
276       "html_filename": "Observable.html",
277       "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
278       "shortDoc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component\nis destroyed.\n\n"
279     },
280     {
281       "tagname": "method",
282       "name": "capture",
283       "member": "Ext.util.Observable",
284       "doc": "<p>Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.</p>\n",
285       "params": [
286         {
287           "type": "Observable",
288           "name": "o",
289           "doc": "<p>The Observable to capture events from.</p>\n",
290           "optional": false
291         },
292         {
293           "type": "Function",
294           "name": "fn",
295           "doc": "<p>The function to call when an event is fired.</p>\n",
296           "optional": false
297         },
298         {
299           "type": "Object",
300           "name": "scope",
301           "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to the Observable firing the event.</p>\n",
302           "optional": true
303         }
304       ],
305       "return": {
306         "type": "void",
307         "doc": "\n"
308       },
309       "private": false,
310       "static": true,
311       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
312       "linenr": 55,
313       "html_filename": "Observable.html",
314       "href": "Observable.html#Ext-util-Observable-method-capture",
315       "shortDoc": "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + ..."
316     },
317     {
318       "tagname": "method",
319       "name": "clearListeners",
320       "member": "Ext.util.Observable",
321       "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
322       "params": [
323
324       ],
325       "return": {
326         "type": "void",
327         "doc": "\n"
328       },
329       "private": false,
330       "static": false,
331       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
332       "linenr": 383,
333       "html_filename": "Observable.html",
334       "href": "Observable.html#Ext-util-Observable-method-clearListeners",
335       "shortDoc": "<p>Removes all listeners for this object including the managed listeners</p>\n"
336     },
337     {
338       "tagname": "method",
339       "name": "clearManagedListeners",
340       "member": "Ext.util.Observable",
341       "doc": "<p>Removes all managed listeners for this object.</p>\n",
342       "params": [
343
344       ],
345       "return": {
346         "type": "void",
347         "doc": "\n"
348       },
349       "private": false,
350       "static": false,
351       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
352       "linenr": 412,
353       "html_filename": "Observable.html",
354       "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
355       "shortDoc": "<p>Removes all managed listeners for this object.</p>\n"
356     },
357     {
358       "tagname": "method",
359       "name": "enableBubble",
360       "member": "Ext.util.Observable",
361       "doc": "<p>Enables events fired by this Observable to bubble up an owner hierarchy by calling\n<code>this.getBubbleTarget()</code> if present. There is no implementation in the Observable base class.</p>\n\n\n<p>This is commonly used by Ext.Components to bubble events to owner Containers. See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>. The default\nimplementation in <a href=\"#/api/Ext.Component\" rel=\"Ext.Component\" class=\"docClass\">Ext.Component</a> returns the Component's immediate owner. But if a known target is required, this can be overridden to\naccess the required target more quickly.</p>\n\n\n<p>Example:</p>\n\n\n<pre><code>Ext.override(Ext.form.field.Base, {\n//  Add functionality to Field&#39;s initComponent to enable the change event to bubble\ninitComponent : Ext.Function.createSequence(Ext.form.field.Base.prototype.initComponent, function() {\n    this.enableBubble('change');\n}),\n\n//  We know that we want Field&#39;s events to bubble directly to the FormPanel.\ngetBubbleTarget : function() {\n    if (!this.formPanel) {\n        this.formPanel = this.findParentByType('form');\n    }\n    return this.formPanel;\n}\n});\n\nvar myForm = new Ext.formPanel({\ntitle: 'User Details',\nitems: [{\n    ...\n}],\nlisteners: {\n    change: function() {\n        // Title goes red if form has been modified.\n        myForm.header.setStyle('color', 'red');\n    }\n}\n});\n</code></pre>\n\n",
362       "params": [
363         {
364           "type": "String/Array",
365           "name": "events",
366           "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
367           "optional": false
368         }
369       ],
370       "return": {
371         "type": "void",
372         "doc": "\n"
373       },
374       "private": false,
375       "static": false,
376       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
377       "linenr": 554,
378       "html_filename": "Observable.html",
379       "href": "Observable.html#Ext-util-Observable-method-enableBubble",
380       "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling\nthis.getBubbleTarget() if present...."
381     },
382     {
383       "tagname": "method",
384       "name": "fireEvent",
385       "member": "Ext.util.Observable",
386       "doc": "<p>Fires the specified event with the passed parameters (minus the event name).</p>\n\n\n<p>An event may be set to bubble up an Observable parent hierarchy (See <a href=\"#/api/Ext.Component-method-getBubbleTarget\" rel=\"Ext.Component-method-getBubbleTarget\" class=\"docClass\">Ext.Component.getBubbleTarget</a>)\nby calling <a href=\"#/api/Ext.data.TreeStore-method-enableBubble\" rel=\"Ext.data.TreeStore-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n\n",
387       "params": [
388         {
389           "type": "String",
390           "name": "eventName",
391           "doc": "<p>The name of the event to fire.</p>\n",
392           "optional": false
393         },
394         {
395           "type": "Object...",
396           "name": "args",
397           "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
398           "optional": false
399         }
400       ],
401       "return": {
402         "type": "Boolean",
403         "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
404       },
405       "private": false,
406       "static": false,
407       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
408       "linenr": 232,
409       "html_filename": "Observable.html",
410       "href": "Observable.html#Ext-util-Observable-method-fireEvent",
411       "shortDoc": "Fires the specified event with the passed parameters (minus the event name).\n\n\nAn event may be set to bubble up an Ob..."
412     },
413     {
414       "tagname": "method",
415       "name": "getNewRecords",
416       "member": "Ext.data.AbstractStore",
417       "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",
418       "params": [
419
420       ],
421       "return": {
422         "type": "Array",
423         "doc": "<p>The Model instances</p>\n"
424       },
425       "private": false,
426       "static": false,
427       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
428       "linenr": 452,
429       "html_filename": "AbstractStore.html",
430       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getNewRecords",
431       "shortDoc": "Returns all Model instances that are either currently a phantom (e.g. have no id), or have an ID but have not\nyet bee..."
432     },
433     {
434       "tagname": "method",
435       "name": "getNodeById",
436       "member": "Ext.data.TreeStore",
437       "doc": "<p>Returns the record node by id</p>\n",
438       "params": [
439         {
440           "type": "Object",
441           "name": "id",
442           "doc": "\n",
443           "optional": false
444         }
445       ],
446       "return": {
447         "type": "Ext.data.NodeInterface",
448         "doc": "\n"
449       },
450       "private": false,
451       "static": false,
452       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
453       "linenr": 389,
454       "html_filename": "TreeStore.html",
455       "href": "TreeStore.html#Ext-data-TreeStore-method-getNodeById",
456       "shortDoc": "<p>Returns the record node by id</p>\n"
457     },
458     {
459       "tagname": "method",
460       "name": "getProxy",
461       "member": "Ext.data.AbstractStore",
462       "doc": "<p>Returns the proxy currently attached to this proxy instance</p>\n",
463       "params": [
464
465       ],
466       "return": {
467         "type": "Ext.data.proxy.Proxy",
468         "doc": "<p>The Proxy instance</p>\n"
469       },
470       "private": false,
471       "static": false,
472       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
473       "linenr": 307,
474       "html_filename": "AbstractStore.html",
475       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getProxy",
476       "shortDoc": "<p>Returns the proxy currently attached to this proxy instance</p>\n"
477     },
478     {
479       "tagname": "method",
480       "name": "getRemovedRecords",
481       "member": "Ext.data.AbstractStore",
482       "doc": "<p>Returns any records that have been removed from the store but not yet destroyed on the proxy.</p>\n",
483       "params": [
484
485       ],
486       "return": {
487         "type": "Array",
488         "doc": "<p>The removed Model instances</p>\n"
489       },
490       "private": false,
491       "static": false,
492       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
493       "linenr": 478,
494       "html_filename": "AbstractStore.html",
495       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getRemovedRecords",
496       "shortDoc": "<p>Returns any records that have been removed from the store but not yet destroyed on the proxy.</p>\n"
497     },
498     {
499       "tagname": "method",
500       "name": "getRootNode",
501       "member": "Ext.data.TreeStore",
502       "doc": "<p>Returns the root node for this tree.</p>\n",
503       "params": [
504
505       ],
506       "return": {
507         "type": "Ext.data.NodeInterface",
508         "doc": "\n"
509       },
510       "private": false,
511       "static": false,
512       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
513       "linenr": 381,
514       "html_filename": "TreeStore.html",
515       "href": "TreeStore.html#Ext-data-TreeStore-method-getRootNode",
516       "shortDoc": "<p>Returns the root node for this tree.</p>\n"
517     },
518     {
519       "tagname": "method",
520       "name": "getUpdatedRecords",
521       "member": "Ext.data.AbstractStore",
522       "doc": "<p>Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy</p>\n",
523       "params": [
524
525       ],
526       "return": {
527         "type": "Array",
528         "doc": "<p>The updated Model instances</p>\n"
529       },
530       "private": false,
531       "static": false,
532       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
533       "linenr": 461,
534       "html_filename": "AbstractStore.html",
535       "href": "AbstractStore.html#Ext-data-AbstractStore-method-getUpdatedRecords",
536       "shortDoc": "<p>Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy</p>\n"
537     },
538     {
539       "tagname": "method",
540       "name": "hasListener",
541       "member": "Ext.util.Observable",
542       "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
543       "params": [
544         {
545           "type": "String",
546           "name": "eventName",
547           "doc": "<p>The name of the event to check for</p>\n",
548           "optional": false
549         }
550       ],
551       "return": {
552         "type": "Boolean",
553         "doc": "<p>True if the event is being listened for, else false</p>\n"
554       },
555       "private": false,
556       "static": false,
557       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
558       "linenr": 480,
559       "html_filename": "Observable.html",
560       "href": "Observable.html#Ext-util-Observable-method-hasListener",
561       "shortDoc": "<p>Checks to see if this object has any listeners for a specified event</p>\n"
562     },
563     {
564       "tagname": "method",
565       "name": "initSortable",
566       "member": "Ext.util.Sortable",
567       "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
568       "params": [
569
570       ],
571       "return": {
572         "type": "void",
573         "doc": "\n"
574       },
575       "private": false,
576       "static": false,
577       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
578       "linenr": 37,
579       "html_filename": "Sortable.html",
580       "href": "Sortable.html#Ext-util-Sortable-method-initSortable",
581       "shortDoc": "Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own in..."
582     },
583     {
584       "tagname": "method",
585       "name": "isLoading",
586       "member": "Ext.data.AbstractStore",
587       "doc": "<p>Returns true if the Store is currently performing a load operation</p>\n",
588       "params": [
589
590       ],
591       "return": {
592         "type": "Boolean",
593         "doc": "<p>True if the Store is currently loading</p>\n"
594       },
595       "private": false,
596       "static": false,
597       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
598       "linenr": 717,
599       "html_filename": "AbstractStore.html",
600       "href": "AbstractStore.html#Ext-data-AbstractStore-method-isLoading",
601       "shortDoc": "<p>Returns true if the Store is currently performing a load operation</p>\n"
602     },
603     {
604       "tagname": "method",
605       "name": "load",
606       "member": "Ext.data.TreeStore",
607       "doc": "<p>Loads the Store using its configured <a href=\"#/api/Ext.data.TreeStore-cfg-proxy\" rel=\"Ext.data.TreeStore-cfg-proxy\" class=\"docClass\">proxy</a>.</p>\n",
608       "params": [
609         {
610           "type": "Object",
611           "name": "options",
612           "doc": "<p>Optional config object. This is passed into the <a href=\"#/api/Ext.data.Operation\" rel=\"Ext.data.Operation\" class=\"docClass\">Operation</a>\nobject that is created and then sent to the proxy's <a href=\"#/api/Ext.data.proxy.Proxy-method-read\" rel=\"Ext.data.proxy.Proxy-method-read\" class=\"docClass\">Ext.data.proxy.Proxy.read</a> function.\nThe options can also contain a node, which indicates which node is to be loaded. If not specified, it will\ndefault to the root node.</p>\n",
613           "optional": false
614         }
615       ],
616       "return": {
617         "type": "void",
618         "doc": "\n"
619       },
620       "private": false,
621       "static": false,
622       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
623       "linenr": 397,
624       "html_filename": "TreeStore.html",
625       "href": "TreeStore.html#Ext-data-TreeStore-method-load",
626       "shortDoc": "<p>Loads the Store using its configured <a href=\"#/api/Ext.data.TreeStore-cfg-proxy\" rel=\"Ext.data.TreeStore-cfg-proxy\" class=\"docClass\">proxy</a>.</p>\n"
627     },
628     {
629       "tagname": "method",
630       "name": "observe",
631       "member": "Ext.util.Observable",
632       "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",
633       "params": [
634         {
635           "type": "Function",
636           "name": "c",
637           "doc": "<p>The class constructor to make observable.</p>\n",
638           "optional": false
639         },
640         {
641           "type": "Object",
642           "name": "listeners",
643           "doc": "<p>An object containing a series of listeners to add. See <a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a>.</p>\n",
644           "optional": false
645         }
646       ],
647       "return": {
648         "type": "void",
649         "doc": "\n"
650       },
651       "private": false,
652       "static": true,
653       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
654       "linenr": 69,
655       "html_filename": "Observable.html",
656       "href": "Observable.html#Ext-util-Observable-method-observe",
657       "shortDoc": "Sets observability on the passed class constructor.\n\nThis makes any event fired on any instance of the passed class a..."
658     },
659     {
660       "tagname": "method",
661       "name": "on",
662       "member": "Ext.util.Observable",
663       "doc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n",
664       "params": [
665         {
666           "type": "String",
667           "name": "eventName",
668           "doc": "<p>The type of event to listen for</p>\n",
669           "optional": false
670         },
671         {
672           "type": "Function",
673           "name": "handler",
674           "doc": "<p>The method the event invokes</p>\n",
675           "optional": false
676         },
677         {
678           "type": "Object",
679           "name": "scope",
680           "doc": "<p>(optional) The scope (<code><b>this</b></code> reference) in which the handler function is executed.\n<b>If omitted, defaults to the object which fired the event.</b></p>\n",
681           "optional": true
682         },
683         {
684           "type": "Object",
685           "name": "options",
686           "doc": "<p>(optional) An object containing handler configuration.</p>\n",
687           "optional": true
688         }
689       ],
690       "return": {
691         "type": "void",
692         "doc": "\n"
693       },
694       "private": false,
695       "static": false,
696       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
697       "linenr": 616,
698       "html_filename": "Observable.html",
699       "href": "Observable.html#Ext-util-Observable-method-on",
700       "shortDoc": "<p>Appends an event handler to this object (shorthand for <a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a>.)</p>\n"
701     },
702     {
703       "tagname": "method",
704       "name": "relayEvents",
705       "member": "Ext.util.Observable",
706       "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n",
707       "params": [
708         {
709           "type": "Object",
710           "name": "origin",
711           "doc": "<p>The Observable whose events this object is to relay.</p>\n",
712           "optional": false
713         },
714         {
715           "type": "Array",
716           "name": "events",
717           "doc": "<p>Array of event names to relay.</p>\n",
718           "optional": false
719         },
720         {
721           "type": "Object",
722           "name": "prefix",
723           "doc": "\n",
724           "optional": false
725         }
726       ],
727       "return": {
728         "type": "void",
729         "doc": "\n"
730       },
731       "private": false,
732       "static": false,
733       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
734       "linenr": 520,
735       "html_filename": "Observable.html",
736       "href": "Observable.html#Ext-util-Observable-method-relayEvents",
737       "shortDoc": "<p>Relays selected events from the specified Observable as if the events were fired by <code><b>this</b></code>.</p>\n"
738     },
739     {
740       "tagname": "method",
741       "name": "releaseCapture",
742       "member": "Ext.util.Observable",
743       "doc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n",
744       "params": [
745         {
746           "type": "Observable",
747           "name": "o",
748           "doc": "<p>The Observable to release</p>\n",
749           "optional": false
750         }
751       ],
752       "return": {
753         "type": "void",
754         "doc": "\n"
755       },
756       "private": false,
757       "static": true,
758       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
759       "linenr": 46,
760       "html_filename": "Observable.html",
761       "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
762       "shortDoc": "<p>Removes <b>all</b> added captures from the Observable.</p>\n"
763     },
764     {
765       "tagname": "method",
766       "name": "removeAll",
767       "member": "Ext.data.AbstractStore",
768       "doc": "<p>Removes all records from the store. This method does a \"fast remove\",\nindividual remove events are not called. The <a href=\"#/api/Ext.data.TreeStore-event-clear\" rel=\"Ext.data.TreeStore-event-clear\" class=\"docClass\">clear</a> event is\nfired upon completion.</p>\n",
769       "params": [
770
771       ],
772       "return": {
773         "type": "void",
774         "doc": "\n"
775       },
776       "private": false,
777       "static": false,
778       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
779       "linenr": 707,
780       "html_filename": "AbstractStore.html",
781       "href": "AbstractStore.html#Ext-data-AbstractStore-method-removeAll",
782       "shortDoc": "Removes all records from the store. This method does a \"fast remove\",\nindividual remove events are not called. The cl..."
783     },
784     {
785       "tagname": "method",
786       "name": "removeListener",
787       "member": "Ext.util.Observable",
788       "doc": "<p>Removes an event handler.</p>\n",
789       "params": [
790         {
791           "type": "String",
792           "name": "eventName",
793           "doc": "<p>The type of event the handler was associated with.</p>\n",
794           "optional": false
795         },
796         {
797           "type": "Function",
798           "name": "handler",
799           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
800           "optional": false
801         },
802         {
803           "type": "Object",
804           "name": "scope",
805           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
806           "optional": true
807         }
808       ],
809       "return": {
810         "type": "void",
811         "doc": "\n"
812       },
813       "private": false,
814       "static": false,
815       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
816       "linenr": 352,
817       "html_filename": "Observable.html",
818       "href": "Observable.html#Ext-util-Observable-method-removeListener",
819       "shortDoc": "<p>Removes an event handler.</p>\n"
820     },
821     {
822       "tagname": "method",
823       "name": "removeManagedListener",
824       "member": "Ext.util.Observable",
825       "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.TreeStore--mon\" rel=\"Ext.data.TreeStore--mon\" class=\"docClass\">mon</a> method.</p>\n",
826       "params": [
827         {
828           "type": "Observable|Element",
829           "name": "item",
830           "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
831           "optional": false
832         },
833         {
834           "type": "Object|String",
835           "name": "ename",
836           "doc": "<p>The event name, or an object containing event name properties.</p>\n",
837           "optional": false
838         },
839         {
840           "type": "Function",
841           "name": "fn",
842           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the handler function.</p>\n",
843           "optional": false
844         },
845         {
846           "type": "Object",
847           "name": "scope",
848           "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this\nis the scope (<code>this</code> reference) in which the handler function is executed.</p>\n",
849           "optional": false
850         }
851       ],
852       "return": {
853         "type": "void",
854         "doc": "\n"
855       },
856       "private": false,
857       "static": false,
858       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
859       "linenr": 196,
860       "html_filename": "Observable.html",
861       "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
862       "shortDoc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.TreeStore--mon\" rel=\"Ext.data.TreeStore--mon\" class=\"docClass\">mon</a> method.</p>\n"
863     },
864     {
865       "tagname": "method",
866       "name": "resumeEvents",
867       "member": "Ext.util.Observable",
868       "doc": "<p>Resume firing events. (see <a href=\"#/api/Ext.data.TreeStore-method-suspendEvents\" rel=\"Ext.data.TreeStore-method-suspendEvents\" class=\"docClass\">suspendEvents</a>)\nIf events were suspended using the <code><b>queueSuspended</b></code> parameter, then all\nevents fired during event suspension will be sent to any listeners now.</p>\n",
869       "params": [
870
871       ],
872       "return": {
873         "type": "void",
874         "doc": "\n"
875       },
876       "private": false,
877       "static": false,
878       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
879       "linenr": 502,
880       "html_filename": "Observable.html",
881       "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
882       "shortDoc": "Resume firing events. (see suspendEvents)\nIf events were suspended using the queueSuspended parameter, then all\nevent..."
883     },
884     {
885       "tagname": "method",
886       "name": "setProxy",
887       "member": "Ext.data.AbstractStore",
888       "doc": "<p>Sets the Store's Proxy by string, config object or Proxy instance</p>\n",
889       "params": [
890         {
891           "type": "String|Object|Ext.data.proxy.Proxy",
892           "name": "proxy",
893           "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",
894           "optional": false
895         }
896       ],
897       "return": {
898         "type": "Ext.data.proxy.Proxy",
899         "doc": "<p>The attached Proxy object</p>\n"
900       },
901       "private": false,
902       "static": false,
903       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
904       "linenr": 278,
905       "html_filename": "AbstractStore.html",
906       "href": "AbstractStore.html#Ext-data-AbstractStore-method-setProxy",
907       "shortDoc": "<p>Sets the Store's Proxy by string, config object or Proxy instance</p>\n"
908     },
909     {
910       "tagname": "method",
911       "name": "setRootNode",
912       "member": "Ext.data.TreeStore",
913       "doc": "<p>Sets the root node for this store</p>\n",
914       "params": [
915         {
916           "type": "Ext.data.Model/Ext.data.NodeInterface",
917           "name": "root",
918           "doc": "\n",
919           "optional": false
920         }
921       ],
922       "return": {
923         "type": "Ext.data.NodeInterface",
924         "doc": "<p>The new root</p>\n"
925       },
926       "private": false,
927       "static": false,
928       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
929       "linenr": 344,
930       "html_filename": "TreeStore.html",
931       "href": "TreeStore.html#Ext-data-TreeStore-method-setRootNode",
932       "shortDoc": "<p>Sets the root node for this store</p>\n"
933     },
934     {
935       "tagname": "method",
936       "name": "sort",
937       "member": "Ext.util.Sortable",
938       "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",
939       "params": [
940         {
941           "type": "String|Array",
942           "name": "sorters",
943           "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",
944           "optional": false
945         },
946         {
947           "type": "String",
948           "name": "direction",
949           "doc": "<p>The overall direction to sort the data by. Defaults to \"ASC\".</p>\n",
950           "optional": false
951         },
952         {
953           "type": "Object",
954           "name": "where",
955           "doc": "\n",
956           "optional": false
957         },
958         {
959           "type": "Object",
960           "name": "doSort",
961           "doc": "\n",
962           "optional": false
963         }
964       ],
965       "return": {
966         "type": "void",
967         "doc": "\n"
968       },
969       "private": false,
970       "static": false,
971       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
972       "linenr": 59,
973       "html_filename": "Sortable.html",
974       "href": "Sortable.html#Ext-util-Sortable-method-sort",
975       "shortDoc": "Sorts the data in the Store by one or more of its properties. Example usage:\n\n\n//sort by a single field\nmyStore.sort(..."
976     },
977     {
978       "tagname": "method",
979       "name": "suspendEvents",
980       "member": "Ext.util.Observable",
981       "doc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.data.TreeStore-method-resumeEvents\" rel=\"Ext.data.TreeStore-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n",
982       "params": [
983         {
984           "type": "Boolean",
985           "name": "queueSuspended",
986           "doc": "<p>Pass as true to queue up suspended events to be fired\nafter the <a href=\"#/api/Ext.data.TreeStore-method-resumeEvents\" rel=\"Ext.data.TreeStore-method-resumeEvents\" class=\"docClass\">resumeEvents</a> call instead of discarding all suspended events;</p>\n",
987           "optional": false
988         }
989       ],
990       "return": {
991         "type": "void",
992         "doc": "\n"
993       },
994       "private": false,
995       "static": false,
996       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
997       "linenr": 490,
998       "html_filename": "Observable.html",
999       "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1000       "shortDoc": "<p>Suspend the firing of all events. (see <a href=\"#/api/Ext.data.TreeStore-method-resumeEvents\" rel=\"Ext.data.TreeStore-method-resumeEvents\" class=\"docClass\">resumeEvents</a>)</p>\n"
1001     },
1002     {
1003       "tagname": "method",
1004       "name": "sync",
1005       "member": "Ext.data.AbstractStore",
1006       "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",
1007       "params": [
1008
1009       ],
1010       "return": {
1011         "type": "void",
1012         "doc": "\n"
1013       },
1014       "private": false,
1015       "static": false,
1016       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1017       "linenr": 548,
1018       "html_filename": "AbstractStore.html",
1019       "href": "AbstractStore.html#Ext-data-AbstractStore-method-sync",
1020       "shortDoc": "Synchronizes the Store with its Proxy. This asks the Proxy to batch together any new, updated\nand deleted records in ..."
1021     },
1022     {
1023       "tagname": "method",
1024       "name": "un",
1025       "member": "Ext.util.Observable",
1026       "doc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.data.TreeStore-method-removeListener\" rel=\"Ext.data.TreeStore-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n",
1027       "params": [
1028         {
1029           "type": "String",
1030           "name": "eventName",
1031           "doc": "<p>The type of event the handler was associated with.</p>\n",
1032           "optional": false
1033         },
1034         {
1035           "type": "Function",
1036           "name": "handler",
1037           "doc": "<p>The handler to remove. <b>This must be a reference to the function passed into the <a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a> call.</b></p>\n",
1038           "optional": false
1039         },
1040         {
1041           "type": "Object",
1042           "name": "scope",
1043           "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1044           "optional": true
1045         }
1046       ],
1047       "return": {
1048         "type": "void",
1049         "doc": "\n"
1050       },
1051       "private": false,
1052       "static": false,
1053       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Observable.js",
1054       "linenr": 608,
1055       "html_filename": "Observable.html",
1056       "href": "Observable.html#Ext-util-Observable-method-un",
1057       "shortDoc": "<p>Removes an event handler (shorthand for <a href=\"#/api/Ext.data.TreeStore-method-removeListener\" rel=\"Ext.data.TreeStore-method-removeListener\" class=\"docClass\">removeListener</a>.)</p>\n"
1058     }
1059   ],
1060   "property": [
1061     {
1062       "tagname": "property",
1063       "name": "batchUpdateMode",
1064       "member": "Ext.data.AbstractStore",
1065       "type": "String",
1066       "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",
1067       "private": false,
1068       "static": false,
1069       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1070       "linenr": 69,
1071       "html_filename": "AbstractStore.html",
1072       "href": "AbstractStore.html#Ext-data-AbstractStore-property-batchUpdateMode",
1073       "shortDoc": "Sets the updating behavior based on batch synchronization. 'operation' (the default) will update the Store's\ninternal..."
1074     },
1075     {
1076       "tagname": "property",
1077       "name": "defaultProxyType",
1078       "member": "Ext.data.AbstractStore",
1079       "type": "String",
1080       "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",
1081       "private": false,
1082       "static": false,
1083       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1084       "linenr": 104,
1085       "html_filename": "AbstractStore.html",
1086       "href": "AbstractStore.html#Ext-data-AbstractStore-property-defaultProxyType"
1087     },
1088     {
1089       "tagname": "property",
1090       "name": "defaultSortDirection",
1091       "member": "Ext.util.Sortable",
1092       "type": "String",
1093       "doc": "<p>The default sort direction to use if one is not specified (defaults to \"ASC\")</p>\n",
1094       "private": false,
1095       "static": false,
1096       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1097       "linenr": 20,
1098       "html_filename": "Sortable.html",
1099       "href": "Sortable.html#Ext-util-Sortable-property-defaultSortDirection"
1100     },
1101     {
1102       "tagname": "property",
1103       "name": "fields",
1104       "member": "Ext.data.TreeStore",
1105       "type": "Object",
1106       "doc": "<p>If we have no fields declare for the store, add some defaults.\nThese will be ignored if a model is explicitly specified.</p>\n",
1107       "private": false,
1108       "static": false,
1109       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1110       "linenr": 62,
1111       "html_filename": "TreeStore.html",
1112       "href": "TreeStore.html#Ext-data-TreeStore-property-fields",
1113       "shortDoc": "If we have no fields declare for the store, add some defaults.\nThese will be ignored if a model is explicitly specifi..."
1114     },
1115     {
1116       "tagname": "property",
1117       "name": "filterOnLoad",
1118       "member": "Ext.data.AbstractStore",
1119       "type": "Boolean",
1120       "doc": "<p>If true, any filters attached to this Store will be run after loading data, before the datachanged event is fired.\nDefaults to true, ignored if <a href=\"#/api/Ext.data.TreeStore--remoteFilter\" rel=\"Ext.data.TreeStore--remoteFilter\" class=\"docClass\">remoteFilter</a> is true</p>\n",
1121       "private": false,
1122       "static": false,
1123       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1124       "linenr": 79,
1125       "html_filename": "AbstractStore.html",
1126       "href": "AbstractStore.html#Ext-data-AbstractStore-property-filterOnLoad",
1127       "shortDoc": "If true, any filters attached to this Store will be run after loading data, before the datachanged event is fired.\nDe..."
1128     },
1129     {
1130       "tagname": "property",
1131       "name": "filters",
1132       "member": "Ext.data.AbstractStore",
1133       "type": "Ext.util.MixedCollection",
1134       "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",
1135       "private": false,
1136       "static": false,
1137       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1138       "linenr": 268,
1139       "html_filename": "AbstractStore.html",
1140       "href": "AbstractStore.html#Ext-data-AbstractStore-property-filters"
1141     },
1142     {
1143       "tagname": "property",
1144       "name": "isDestroyed",
1145       "member": "Ext.data.AbstractStore",
1146       "type": "Boolean",
1147       "doc": "<p>True if the Store has already been destroyed via <a href=\"#/api/Ext.data.TreeStore--destroyStore\" rel=\"Ext.data.TreeStore--destroyStore\" class=\"docClass\">destroyStore</a>. If this is true, the reference to Store should be deleted\nas it will not function correctly any more.</p>\n",
1148       "private": false,
1149       "static": false,
1150       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1151       "linenr": 111,
1152       "html_filename": "AbstractStore.html",
1153       "href": "AbstractStore.html#Ext-data-AbstractStore-property-isDestroyed",
1154       "shortDoc": "True if the Store has already been destroyed via destroyStore. If this is true, the reference to Store should be dele..."
1155     },
1156     {
1157       "tagname": "property",
1158       "name": "isSortable",
1159       "member": "Ext.util.Sortable",
1160       "type": "Boolean",
1161       "doc": "<p>Flag denoting that this object is sortable. Always true.</p>\n",
1162       "private": false,
1163       "static": false,
1164       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1165       "linenr": 13,
1166       "html_filename": "Sortable.html",
1167       "href": "Sortable.html#Ext-util-Sortable-property-isSortable"
1168     },
1169     {
1170       "tagname": "property",
1171       "name": "sortOnLoad",
1172       "member": "Ext.data.AbstractStore",
1173       "type": "Boolean",
1174       "doc": "<p>If true, any sorters attached to this Store will be run after loading data, before the datachanged event is fired.\nDefaults to true, igored if <a href=\"#/api/Ext.data.TreeStore--remoteSort\" rel=\"Ext.data.TreeStore--remoteSort\" class=\"docClass\">remoteSort</a> is true</p>\n",
1175       "private": false,
1176       "static": false,
1177       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1178       "linenr": 87,
1179       "html_filename": "AbstractStore.html",
1180       "href": "AbstractStore.html#Ext-data-AbstractStore-property-sortOnLoad",
1181       "shortDoc": "If true, any sorters attached to this Store will be run after loading data, before the datachanged event is fired.\nDe..."
1182     },
1183     {
1184       "tagname": "property",
1185       "name": "sortRoot",
1186       "member": "Ext.util.Sortable",
1187       "type": "String",
1188       "doc": "<p>The property in each item that contains the data to sort. (defaults to null)</p>\n",
1189       "private": false,
1190       "static": false,
1191       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1192       "linenr": 31,
1193       "html_filename": "Sortable.html",
1194       "href": "Sortable.html#Ext-util-Sortable-property-sortRoot"
1195     },
1196     {
1197       "tagname": "property",
1198       "name": "sorters",
1199       "member": "Ext.util.Sortable",
1200       "type": "Ext.util.MixedCollection",
1201       "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",
1202       "private": false,
1203       "static": false,
1204       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sortable.js",
1205       "linenr": 45,
1206       "html_filename": "Sortable.html",
1207       "href": "Sortable.html#Ext-util-Sortable-property-sorters"
1208     }
1209   ],
1210   "event": [
1211     {
1212       "tagname": "event",
1213       "name": "add",
1214       "member": "Ext.data.AbstractStore",
1215       "doc": "<p>Fired when a Model instance has been added to this Store</p>\n",
1216       "params": [
1217         {
1218           "type": "Ext.data.Store",
1219           "name": "store",
1220           "doc": "<p>The store</p>\n",
1221           "optional": false
1222         },
1223         {
1224           "type": "Array",
1225           "name": "records",
1226           "doc": "<p>The Model instances that were added</p>\n",
1227           "optional": false
1228         },
1229         {
1230           "type": "Number",
1231           "name": "index",
1232           "doc": "<p>The index at which the instances were inserted</p>\n",
1233           "optional": false
1234         }
1235       ],
1236       "private": false,
1237       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1238       "linenr": 143,
1239       "html_filename": "AbstractStore.html",
1240       "href": "AbstractStore.html#Ext-data-AbstractStore-event-add",
1241       "shortDoc": "<p>Fired when a Model instance has been added to this Store</p>\n"
1242     },
1243     {
1244       "tagname": "event",
1245       "name": "append",
1246       "member": "Ext.data.TreeStore",
1247       "doc": "<p>Fires when a new child node is appended to a node in this store's tree.</p>\n",
1248       "params": [
1249         {
1250           "type": "Tree",
1251           "name": "tree",
1252           "doc": "<p>The owner tree</p>\n",
1253           "optional": false
1254         },
1255         {
1256           "type": "Node",
1257           "name": "parent",
1258           "doc": "<p>The parent node</p>\n",
1259           "optional": false
1260         },
1261         {
1262           "type": "Node",
1263           "name": "node",
1264           "doc": "<p>The newly appended node</p>\n",
1265           "optional": false
1266         },
1267         {
1268           "type": "Number",
1269           "name": "index",
1270           "doc": "<p>The index of the newly appended node</p>\n",
1271           "optional": false
1272         }
1273       ],
1274       "private": false,
1275       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1276       "linenr": 94,
1277       "html_filename": "TreeStore.html",
1278       "href": "TreeStore.html#Ext-data-TreeStore-event-append",
1279       "shortDoc": "<p>Fires when a new child node is appended to a node in this store's tree.</p>\n"
1280     },
1281     {
1282       "tagname": "event",
1283       "name": "beforeappend",
1284       "member": "Ext.data.TreeStore",
1285       "doc": "<p>Fires before a new child is appended to a node in this store's tree, return false to cancel the append.</p>\n",
1286       "params": [
1287         {
1288           "type": "Tree",
1289           "name": "tree",
1290           "doc": "<p>The owner tree</p>\n",
1291           "optional": false
1292         },
1293         {
1294           "type": "Node",
1295           "name": "parent",
1296           "doc": "<p>The parent node</p>\n",
1297           "optional": false
1298         },
1299         {
1300           "type": "Node",
1301           "name": "node",
1302           "doc": "<p>The child node to be appended</p>\n",
1303           "optional": false
1304         }
1305       ],
1306       "private": false,
1307       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1308       "linenr": 134,
1309       "html_filename": "TreeStore.html",
1310       "href": "TreeStore.html#Ext-data-TreeStore-event-beforeappend",
1311       "shortDoc": "<p>Fires before a new child is appended to a node in this store's tree, return false to cancel the append.</p>\n"
1312     },
1313     {
1314       "tagname": "event",
1315       "name": "beforecollapse",
1316       "member": "Ext.data.TreeStore",
1317       "doc": "<p>Fires before this node is collapsed.</p>\n",
1318       "params": [
1319         {
1320           "type": "Node",
1321           "name": "this",
1322           "doc": "<p>The collapsing node</p>\n",
1323           "optional": false
1324         }
1325       ],
1326       "private": false,
1327       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1328       "linenr": 194,
1329       "html_filename": "TreeStore.html",
1330       "href": "TreeStore.html#Ext-data-TreeStore-event-beforecollapse",
1331       "shortDoc": "<p>Fires before this node is collapsed.</p>\n"
1332     },
1333     {
1334       "tagname": "event",
1335       "name": "beforeexpand",
1336       "member": "Ext.data.TreeStore",
1337       "doc": "<p>Fires before this node is expanded.</p>\n",
1338       "params": [
1339         {
1340           "type": "Node",
1341           "name": "this",
1342           "doc": "<p>The expanding node</p>\n",
1343           "optional": false
1344         }
1345       ],
1346       "private": false,
1347       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1348       "linenr": 187,
1349       "html_filename": "TreeStore.html",
1350       "href": "TreeStore.html#Ext-data-TreeStore-event-beforeexpand",
1351       "shortDoc": "<p>Fires before this node is expanded.</p>\n"
1352     },
1353     {
1354       "tagname": "event",
1355       "name": "beforeinsert",
1356       "member": "Ext.data.TreeStore",
1357       "doc": "<p>Fires before a new child is inserted in a node in this store's tree, return false to cancel the insert.</p>\n",
1358       "params": [
1359         {
1360           "type": "Tree",
1361           "name": "tree",
1362           "doc": "<p>The owner tree</p>\n",
1363           "optional": false
1364         },
1365         {
1366           "type": "Node",
1367           "name": "parent",
1368           "doc": "<p>The parent node</p>\n",
1369           "optional": false
1370         },
1371         {
1372           "type": "Node",
1373           "name": "node",
1374           "doc": "<p>The child node to be inserted</p>\n",
1375           "optional": false
1376         },
1377         {
1378           "type": "Node",
1379           "name": "refNode",
1380           "doc": "<p>The child node the node is being inserted before</p>\n",
1381           "optional": false
1382         }
1383       ],
1384       "private": false,
1385       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1386       "linenr": 163,
1387       "html_filename": "TreeStore.html",
1388       "href": "TreeStore.html#Ext-data-TreeStore-event-beforeinsert",
1389       "shortDoc": "<p>Fires before a new child is inserted in a node in this store's tree, return false to cancel the insert.</p>\n"
1390     },
1391     {
1392       "tagname": "event",
1393       "name": "beforeload",
1394       "member": "Ext.data.AbstractStore",
1395       "doc": "<p>Event description</p>\n",
1396       "params": [
1397         {
1398           "type": "Ext.data.Store",
1399           "name": "store",
1400           "doc": "<p>This Store</p>\n",
1401           "optional": false
1402         },
1403         {
1404           "type": "Ext.data.Operation",
1405           "name": "operation",
1406           "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",
1407           "optional": false
1408         }
1409       ],
1410       "private": false,
1411       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1412       "linenr": 183,
1413       "html_filename": "AbstractStore.html",
1414       "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforeload",
1415       "shortDoc": "<p>Event description</p>\n"
1416     },
1417     {
1418       "tagname": "event",
1419       "name": "beforemove",
1420       "member": "Ext.data.TreeStore",
1421       "doc": "<p>Fires before a node is moved to a new location in the store's tree. Return false to cancel the move.</p>\n",
1422       "params": [
1423         {
1424           "type": "Tree",
1425           "name": "tree",
1426           "doc": "<p>The owner tree</p>\n",
1427           "optional": false
1428         },
1429         {
1430           "type": "Node",
1431           "name": "node",
1432           "doc": "<p>The node being moved</p>\n",
1433           "optional": false
1434         },
1435         {
1436           "type": "Node",
1437           "name": "oldParent",
1438           "doc": "<p>The parent of the node</p>\n",
1439           "optional": false
1440         },
1441         {
1442           "type": "Node",
1443           "name": "newParent",
1444           "doc": "<p>The new parent the node is moving to</p>\n",
1445           "optional": false
1446         },
1447         {
1448           "type": "Number",
1449           "name": "index",
1450           "doc": "<p>The index it is being moved to</p>\n",
1451           "optional": false
1452         }
1453       ],
1454       "private": false,
1455       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1456       "linenr": 152,
1457       "html_filename": "TreeStore.html",
1458       "href": "TreeStore.html#Ext-data-TreeStore-event-beforemove",
1459       "shortDoc": "<p>Fires before a node is moved to a new location in the store's tree. Return false to cancel the move.</p>\n"
1460     },
1461     {
1462       "tagname": "event",
1463       "name": "beforeremove",
1464       "member": "Ext.data.TreeStore",
1465       "doc": "<p>Fires before a child is removed from a node in this store's tree, return false to cancel the remove.</p>\n",
1466       "params": [
1467         {
1468           "type": "Tree",
1469           "name": "tree",
1470           "doc": "<p>The owner tree</p>\n",
1471           "optional": false
1472         },
1473         {
1474           "type": "Node",
1475           "name": "parent",
1476           "doc": "<p>The parent node</p>\n",
1477           "optional": false
1478         },
1479         {
1480           "type": "Node",
1481           "name": "node",
1482           "doc": "<p>The child node to be removed</p>\n",
1483           "optional": false
1484         }
1485       ],
1486       "private": false,
1487       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1488       "linenr": 143,
1489       "html_filename": "TreeStore.html",
1490       "href": "TreeStore.html#Ext-data-TreeStore-event-beforeremove",
1491       "shortDoc": "<p>Fires before a child is removed from a node in this store's tree, return false to cancel the remove.</p>\n"
1492     },
1493     {
1494       "tagname": "event",
1495       "name": "beforesync",
1496       "member": "Ext.data.AbstractStore",
1497       "doc": "<p>Called before a call to <a href=\"#/api/Ext.data.TreeStore-method-sync\" rel=\"Ext.data.TreeStore-method-sync\" class=\"docClass\">sync</a> is executed. Return false from any listener to cancel the synv</p>\n",
1498       "params": [
1499         {
1500           "type": "Object",
1501           "name": "options",
1502           "doc": "<p>Hash of all records to be synchronized, broken down into create, update and destroy</p>\n",
1503           "optional": false
1504         }
1505       ],
1506       "private": false,
1507       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1508       "linenr": 200,
1509       "html_filename": "AbstractStore.html",
1510       "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforesync",
1511       "shortDoc": "<p>Called before a call to <a href=\"#/api/Ext.data.TreeStore-method-sync\" rel=\"Ext.data.TreeStore-method-sync\" class=\"docClass\">sync</a> is executed. Return false from any listener to cancel the synv</p>\n"
1512     },
1513     {
1514       "tagname": "event",
1515       "name": "clear",
1516       "member": "Ext.data.AbstractStore",
1517       "doc": "<p>Fired after the <a href=\"#/api/Ext.data.TreeStore-method-removeAll\" rel=\"Ext.data.TreeStore-method-removeAll\" class=\"docClass\">removeAll</a> method is called.</p>\n",
1518       "params": [
1519         {
1520           "type": "Ext.data.Store",
1521           "name": "this",
1522           "doc": "\n",
1523           "optional": false
1524         }
1525       ],
1526       "private": false,
1527       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1528       "linenr": 206,
1529       "html_filename": "AbstractStore.html",
1530       "href": "AbstractStore.html#Ext-data-AbstractStore-event-clear",
1531       "shortDoc": "<p>Fired after the <a href=\"#/api/Ext.data.TreeStore-method-removeAll\" rel=\"Ext.data.TreeStore-method-removeAll\" class=\"docClass\">removeAll</a> method is called.</p>\n"
1532     },
1533     {
1534       "tagname": "event",
1535       "name": "collapse",
1536       "member": "Ext.data.TreeStore",
1537       "doc": "<p>Fires when this node is collapsed.</p>\n",
1538       "params": [
1539         {
1540           "type": "Node",
1541           "name": "this",
1542           "doc": "<p>The collapsing node</p>\n",
1543           "optional": false
1544         }
1545       ],
1546       "private": false,
1547       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1548       "linenr": 180,
1549       "html_filename": "TreeStore.html",
1550       "href": "TreeStore.html#Ext-data-TreeStore-event-collapse",
1551       "shortDoc": "<p>Fires when this node is collapsed.</p>\n"
1552     },
1553     {
1554       "tagname": "event",
1555       "name": "datachanged",
1556       "member": "Ext.data.AbstractStore",
1557       "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",
1558       "params": [
1559         {
1560           "type": "Ext.data.Store",
1561           "name": "this",
1562           "doc": "<p>The data store</p>\n",
1563           "optional": false
1564         }
1565       ],
1566       "private": false,
1567       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1568       "linenr": 175,
1569       "html_filename": "AbstractStore.html",
1570       "href": "AbstractStore.html#Ext-data-AbstractStore-event-datachanged",
1571       "shortDoc": "Fires whenever the records in the Store have changed in some way - this could include adding or removing records,\nor ..."
1572     },
1573     {
1574       "tagname": "event",
1575       "name": "expand",
1576       "member": "Ext.data.TreeStore",
1577       "doc": "<p>Fires when this node is expanded.</p>\n",
1578       "params": [
1579         {
1580           "type": "Node",
1581           "name": "this",
1582           "doc": "<p>The expanding node</p>\n",
1583           "optional": false
1584         }
1585       ],
1586       "private": false,
1587       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1588       "linenr": 173,
1589       "html_filename": "TreeStore.html",
1590       "href": "TreeStore.html#Ext-data-TreeStore-event-expand",
1591       "shortDoc": "<p>Fires when this node is expanded.</p>\n"
1592     },
1593     {
1594       "tagname": "event",
1595       "name": "insert",
1596       "member": "Ext.data.TreeStore",
1597       "doc": "<p>Fires when a new child node is inserted in a node in this store's tree.</p>\n",
1598       "params": [
1599         {
1600           "type": "Tree",
1601           "name": "tree",
1602           "doc": "<p>The owner tree</p>\n",
1603           "optional": false
1604         },
1605         {
1606           "type": "Node",
1607           "name": "parent",
1608           "doc": "<p>The parent node</p>\n",
1609           "optional": false
1610         },
1611         {
1612           "type": "Node",
1613           "name": "node",
1614           "doc": "<p>The child node inserted</p>\n",
1615           "optional": false
1616         },
1617         {
1618           "type": "Node",
1619           "name": "refNode",
1620           "doc": "<p>The child node the node was inserted before</p>\n",
1621           "optional": false
1622         }
1623       ],
1624       "private": false,
1625       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1626       "linenr": 124,
1627       "html_filename": "TreeStore.html",
1628       "href": "TreeStore.html#Ext-data-TreeStore-event-insert",
1629       "shortDoc": "<p>Fires when a new child node is inserted in a node in this store's tree.</p>\n"
1630     },
1631     {
1632       "tagname": "event",
1633       "name": "load",
1634       "member": "Ext.data.AbstractStore",
1635       "doc": "<p>Fires whenever the store reads data from a remote data source.</p>\n",
1636       "params": [
1637         {
1638           "type": "Ext.data.Store",
1639           "name": "this",
1640           "doc": "\n",
1641           "optional": false
1642         },
1643         {
1644           "type": "Array",
1645           "name": "records",
1646           "doc": "<p>An array of records</p>\n",
1647           "optional": false
1648         },
1649         {
1650           "type": "Boolean",
1651           "name": "successful",
1652           "doc": "<p>True if the operation was successful.</p>\n",
1653           "optional": false
1654         }
1655       ],
1656       "private": false,
1657       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1658       "linenr": 191,
1659       "html_filename": "AbstractStore.html",
1660       "href": "AbstractStore.html#Ext-data-AbstractStore-event-load",
1661       "shortDoc": "<p>Fires whenever the store reads data from a remote data source.</p>\n"
1662     },
1663     {
1664       "tagname": "event",
1665       "name": "move",
1666       "member": "Ext.data.TreeStore",
1667       "doc": "<p>Fires when a node is moved to a new location in the store's tree</p>\n",
1668       "params": [
1669         {
1670           "type": "Tree",
1671           "name": "tree",
1672           "doc": "<p>The owner tree</p>\n",
1673           "optional": false
1674         },
1675         {
1676           "type": "Node",
1677           "name": "node",
1678           "doc": "<p>The node moved</p>\n",
1679           "optional": false
1680         },
1681         {
1682           "type": "Node",
1683           "name": "oldParent",
1684           "doc": "<p>The old parent of this node</p>\n",
1685           "optional": false
1686         },
1687         {
1688           "type": "Node",
1689           "name": "newParent",
1690           "doc": "<p>The new parent of this node</p>\n",
1691           "optional": false
1692         },
1693         {
1694           "type": "Number",
1695           "name": "index",
1696           "doc": "<p>The index it was moved to</p>\n",
1697           "optional": false
1698         }
1699       ],
1700       "private": false,
1701       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1702       "linenr": 113,
1703       "html_filename": "TreeStore.html",
1704       "href": "TreeStore.html#Ext-data-TreeStore-event-move",
1705       "shortDoc": "<p>Fires when a node is moved to a new location in the store's tree</p>\n"
1706     },
1707     {
1708       "tagname": "event",
1709       "name": "remove",
1710       "member": "Ext.data.TreeStore",
1711       "doc": "<p>Fires when a child node is removed from a node in this store's tree.</p>\n",
1712       "params": [
1713         {
1714           "type": "Tree",
1715           "name": "tree",
1716           "doc": "<p>The owner tree</p>\n",
1717           "optional": false
1718         },
1719         {
1720           "type": "Node",
1721           "name": "parent",
1722           "doc": "<p>The parent node</p>\n",
1723           "optional": false
1724         },
1725         {
1726           "type": "Node",
1727           "name": "node",
1728           "doc": "<p>The child node removed</p>\n",
1729           "optional": false
1730         }
1731       ],
1732       "private": false,
1733       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1734       "linenr": 104,
1735       "html_filename": "TreeStore.html",
1736       "href": "TreeStore.html#Ext-data-TreeStore-event-remove",
1737       "shortDoc": "<p>Fires when a child node is removed from a node in this store's tree.</p>\n"
1738     },
1739     {
1740       "tagname": "event",
1741       "name": "rootchange",
1742       "member": "Ext.data.TreeStore",
1743       "doc": "<p>Fires when the root node on this TreeStore is changed.</p>\n",
1744       "params": [
1745         {
1746           "type": "Ext.data.TreeStore",
1747           "name": "store",
1748           "doc": "<p>This TreeStore</p>\n",
1749           "optional": false
1750         },
1751         {
1752           "type": "Node",
1753           "name": "The",
1754           "doc": "<p>new root node.</p>\n",
1755           "optional": false
1756         }
1757       ],
1758       "private": false,
1759       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1760       "linenr": 217,
1761       "html_filename": "TreeStore.html",
1762       "href": "TreeStore.html#Ext-data-TreeStore-event-rootchange",
1763       "shortDoc": "<p>Fires when the root node on this TreeStore is changed.</p>\n"
1764     },
1765     {
1766       "tagname": "event",
1767       "name": "sort",
1768       "member": "Ext.data.TreeStore",
1769       "doc": "<p>Fires when this TreeStore is sorted.</p>\n",
1770       "params": [
1771         {
1772           "type": "Node",
1773           "name": "node",
1774           "doc": "<p>The node that is sorted.</p>\n",
1775           "optional": false
1776         }
1777       ],
1778       "private": false,
1779       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1780       "linenr": 201,
1781       "html_filename": "TreeStore.html",
1782       "href": "TreeStore.html#Ext-data-TreeStore-event-sort",
1783       "shortDoc": "<p>Fires when this TreeStore is sorted.</p>\n"
1784     },
1785     {
1786       "tagname": "event",
1787       "name": "update",
1788       "member": "Ext.data.AbstractStore",
1789       "doc": "<p>Fires when a Record has been updated</p>\n",
1790       "params": [
1791         {
1792           "type": "Store",
1793           "name": "this",
1794           "doc": "\n",
1795           "optional": false
1796         },
1797         {
1798           "type": "Ext.data.Model",
1799           "name": "record",
1800           "doc": "<p>The Model instance that was updated</p>\n",
1801           "optional": false
1802         },
1803         {
1804           "type": "String",
1805           "name": "operation",
1806           "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",
1807           "optional": false
1808         }
1809       ],
1810       "private": false,
1811       "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/AbstractStore.js",
1812       "linenr": 161,
1813       "html_filename": "AbstractStore.html",
1814       "href": "AbstractStore.html#Ext-data-AbstractStore-event-update",
1815       "shortDoc": "<p>Fires when a Record has been updated</p>\n"
1816     }
1817   ],
1818   "filename": "/Users/nick/Projects/sencha/SDK/platform/src/data/TreeStore.js",
1819   "linenr": 1,
1820   "html_filename": "TreeStore.html",
1821   "href": "TreeStore.html#Ext-data-TreeStore",
1822   "cssVar": [
1823
1824   ],
1825   "cssMixin": [
1826
1827   ],
1828   "component": false,
1829   "superclasses": [
1830     "Ext.data.AbstractStore"
1831   ],
1832   "subclasses": [
1833
1834   ],
1835   "mixedInto": [
1836
1837   ],
1838   "allMixins": [
1839     "Ext.util.Observable",
1840     "Ext.util.Sortable"
1841   ]
1842 });