Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / output / Ext.data.TreeStore.js
1 Ext.data.JsonP.Ext_data_TreeStore({
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": "TreeStore.html#Ext-data-TreeStore-cfg-clearOnLoad",
51         "shortDoc": "Remove previously existing child nodes before loading. ...",
52         "static": false,
53         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
54         "private": false,
55         "name": "clearOnLoad",
56         "owner": "Ext.data.TreeStore",
57         "doc": "<p>Remove previously existing child nodes before loading. Default to true.</p>\n",
58         "linenr": 42,
59         "html_filename": "TreeStore.html"
60       },
61       {
62         "type": "String",
63         "deprecated": null,
64         "alias": null,
65         "protected": false,
66         "tagname": "cfg",
67         "href": "TreeStore.html#Ext-data-TreeStore-cfg-defaultRootId",
68         "shortDoc": "The default root id. ...",
69         "static": false,
70         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
71         "private": false,
72         "name": "defaultRootId",
73         "owner": "Ext.data.TreeStore",
74         "doc": "<p>The default root id. Defaults to 'root'</p>\n",
75         "linenr": 55,
76         "html_filename": "TreeStore.html"
77       },
78       {
79         "type": "String",
80         "deprecated": null,
81         "alias": null,
82         "protected": false,
83         "tagname": "cfg",
84         "href": "TreeStore.html#Ext-data-TreeStore-cfg-defaultRootProperty",
85         "static": false,
86         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
87         "private": false,
88         "name": "defaultRootProperty",
89         "owner": "Ext.data.TreeStore",
90         "doc": "<p>The root property to specify on the reader if one is not explicitly defined.</p>\n",
91         "linenr": 61,
92         "html_filename": "TreeStore.html"
93       },
94       {
95         "type": "Array",
96         "deprecated": null,
97         "alias": null,
98         "protected": false,
99         "tagname": "cfg",
100         "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-fields",
101         "shortDoc": "This may be used in place of specifying a model configuration. ...",
102         "static": false,
103         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
104         "private": false,
105         "name": "fields",
106         "owner": "Ext.data.AbstractStore",
107         "doc": "<p>This may be used in place of specifying a model 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 model config.</p>\n",
108         "linenr": 124,
109         "html_filename": "AbstractStore.html"
110       },
111       {
112         "type": "Boolean",
113         "deprecated": null,
114         "alias": null,
115         "protected": false,
116         "tagname": "cfg",
117         "href": "TreeStore.html#Ext-data-TreeStore-cfg-folderSort",
118         "shortDoc": "Set to true to automatically prepend a leaf sorter. ...",
119         "static": false,
120         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
121         "private": false,
122         "name": "folderSort",
123         "owner": "Ext.data.TreeStore",
124         "doc": "<p>Set to true to automatically prepend a leaf sorter. Defaults to <code>undefined</code>.</p>\n",
125         "linenr": 67,
126         "html_filename": "TreeStore.html"
127       },
128       {
129         "type": "Object",
130         "deprecated": null,
131         "alias": null,
132         "protected": false,
133         "tagname": "cfg",
134         "href": "Observable.html#Ext-util-Observable-cfg-listeners",
135         "shortDoc": "A config object containing one or more event handlers to be added to this object during initialization. ...",
136         "static": false,
137         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
138         "private": false,
139         "name": "listeners",
140         "owner": "Ext.util.Observable",
141         "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.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-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",
142         "linenr": 102,
143         "html_filename": "Observable.html"
144       },
145       {
146         "type": "String",
147         "deprecated": null,
148         "alias": null,
149         "protected": false,
150         "tagname": "cfg",
151         "href": "TreeStore.html#Ext-data-TreeStore-cfg-nodeParam",
152         "shortDoc": "The name of the parameter sent to the server which contains the identifier of the node. ...",
153         "static": false,
154         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
155         "private": false,
156         "name": "nodeParam",
157         "owner": "Ext.data.TreeStore",
158         "doc": "<p>The name of the parameter sent to the server which contains the identifier of the node.\nDefaults to 'node'.</p>\n",
159         "linenr": 48,
160         "html_filename": "TreeStore.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": "AbstractStore.html#Ext-data-AbstractStore-cfg-proxy",
169         "shortDoc": "The Proxy to use for this Store. ...",
170         "static": false,
171         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
172         "private": false,
173         "name": "proxy",
174         "owner": "Ext.data.AbstractStore",
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.data.TreeStore-method-setProxy\" rel=\"Ext.data.TreeStore-method-setProxy\" class=\"docClass\">setProxy</a> for details.</p>\n",
176         "linenr": 49,
177         "html_filename": "AbstractStore.html"
178       },
179       {
180         "type": "Ext.data.Model/Ext.data.NodeInterface/Object",
181         "deprecated": null,
182         "alias": null,
183         "protected": false,
184         "tagname": "cfg",
185         "href": "TreeStore.html#Ext-data-TreeStore-cfg-root",
186         "shortDoc": "The root node for this store. ...",
187         "static": false,
188         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
189         "private": false,
190         "name": "root",
191         "owner": "Ext.data.TreeStore",
192         "doc": "<p>The root node for this store. For example:</p>\n\n<pre><code>root: {\n    expanded: true, \n    text: \"My Root\",\n    children: [\n        { text: \"Child 1\", leaf: true },\n        { text: \"Child 2\", expanded: true, children: [\n            { text: \"GrandChild\", leaf: true }\n        ] }\n    ]\n}\n</code></pre>\n\n<p>Setting the <code>root</code> config option is the same as calling <a href=\"#/api/Ext.data.TreeStore-method-setRootNode\" rel=\"Ext.data.TreeStore-method-setRootNode\" class=\"docClass\">setRootNode</a>.</p>\n",
193         "linenr": 24,
194         "html_filename": "TreeStore.html"
195       },
196       {
197         "type": "String",
198         "deprecated": null,
199         "alias": null,
200         "protected": false,
201         "tagname": "cfg",
202         "href": "AbstractStore.html#Ext-data-AbstractStore-cfg-storeId",
203         "shortDoc": "Optional unique identifier for this store. ...",
204         "static": false,
205         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
206         "private": false,
207         "name": "storeId",
208         "owner": "Ext.data.AbstractStore",
209         "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",
210         "linenr": 119,
211         "html_filename": "AbstractStore.html"
212       }
213     ],
214     "method": [
215       {
216         "deprecated": null,
217         "alias": null,
218         "protected": false,
219         "tagname": "method",
220         "href": "Observable.html#Ext-util-Observable-method-addEvents",
221         "shortDoc": "Adds the specified events to the list of events which this Observable may fire. ...",
222         "static": false,
223         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
224         "private": false,
225         "params": [
226           {
227             "type": "Object/String",
228             "optional": false,
229             "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",
230             "name": "o"
231           },
232           {
233             "type": "String...",
234             "optional": false,
235             "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",
236             "name": "more"
237           }
238         ],
239         "name": "addEvents",
240         "owner": "Ext.util.Observable",
241         "doc": "<p>Adds the specified events to the list of events which this Observable may fire.</p>\n",
242         "linenr": 494,
243         "return": {
244           "type": "void",
245           "doc": "\n"
246         },
247         "html_filename": "Observable.html"
248       },
249       {
250         "deprecated": null,
251         "alias": null,
252         "protected": false,
253         "tagname": "method",
254         "href": "Observable.html#Ext-util-Observable-method-addListener",
255         "shortDoc": "Appends an event handler to this object. ...",
256         "static": false,
257         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
258         "private": false,
259         "params": [
260           {
261             "type": "String",
262             "optional": false,
263             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
264             "name": "eventName"
265           },
266           {
267             "type": "Function",
268             "optional": false,
269             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.data.TreeStore-method-fireEvent\" rel=\"Ext.data.TreeStore-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
270             "name": "handler"
271           },
272           {
273             "type": "Object",
274             "optional": true,
275             "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",
276             "name": "scope"
277           },
278           {
279             "type": "Object",
280             "optional": true,
281             "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",
282             "name": "options"
283           }
284         ],
285         "name": "addListener",
286         "owner": "Ext.util.Observable",
287         "doc": "<p>Appends an event handler to this object.</p>\n",
288         "linenr": 278,
289         "return": {
290           "type": "void",
291           "doc": "\n"
292         },
293         "html_filename": "Observable.html"
294       },
295       {
296         "deprecated": null,
297         "alias": null,
298         "protected": false,
299         "tagname": "method",
300         "href": "Observable.html#Ext-util-Observable-method-addManagedListener",
301         "shortDoc": "Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed. ...",
302         "static": false,
303         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
304         "private": false,
305         "params": [
306           {
307             "type": "Observable/Element",
308             "optional": false,
309             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
310             "name": "item"
311           },
312           {
313             "type": "Object/String",
314             "optional": false,
315             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
316             "name": "ename"
317           },
318           {
319             "type": "Function",
320             "optional": true,
321             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
322             "name": "fn"
323           },
324           {
325             "type": "Object",
326             "optional": true,
327             "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",
328             "name": "scope"
329           },
330           {
331             "type": "Object",
332             "optional": true,
333             "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",
334             "name": "opt"
335           }
336         ],
337         "name": "addManagedListener",
338         "owner": "Ext.util.Observable",
339         "doc": "<p>Adds listeners to any Observable object (or Element) which are automatically removed when this Component is\ndestroyed.</p>\n",
340         "linenr": 156,
341         "return": {
342           "type": "void",
343           "doc": "\n"
344         },
345         "html_filename": "Observable.html"
346       },
347       {
348         "deprecated": null,
349         "alias": null,
350         "protected": false,
351         "tagname": "method",
352         "href": "Base3.html#Ext-Base-method-addStatics",
353         "shortDoc": "Add / override static properties of this class. ...",
354         "static": true,
355         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
356         "private": false,
357         "params": [
358           {
359             "type": "Object",
360             "optional": false,
361             "doc": "\n",
362             "name": "members"
363           }
364         ],
365         "name": "addStatics",
366         "owner": "Ext.Base",
367         "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",
368         "linenr": 388,
369         "return": {
370           "type": "Ext.Base",
371           "doc": "<p>this</p>\n"
372         },
373         "html_filename": "Base3.html"
374       },
375       {
376         "deprecated": null,
377         "alias": null,
378         "protected": false,
379         "tagname": "method",
380         "href": "Base3.html#Ext-Base-method-callOverridden",
381         "shortDoc": "Call the original method that was previously overridden with Ext.Base.override\n\nExt.define('My.Cat', {\n    constructo...",
382         "static": false,
383         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
384         "private": false,
385         "params": [
386           {
387             "type": "Array/Arguments",
388             "optional": false,
389             "doc": "<p>The arguments, either an array or the <code>arguments</code> object</p>\n",
390             "name": "args"
391           }
392         ],
393         "name": "callOverridden",
394         "owner": "Ext.Base",
395         "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",
396         "linenr": 269,
397         "return": {
398           "type": "Mixed",
399           "doc": "<p>Returns the result after calling the overridden method</p>\n"
400         },
401         "html_filename": "Base3.html"
402       },
403       {
404         "deprecated": null,
405         "alias": null,
406         "protected": true,
407         "tagname": "method",
408         "href": "Base3.html#Ext-Base-method-callParent",
409         "shortDoc": "Call the parent's overridden method. ...",
410         "static": false,
411         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
412         "private": false,
413         "params": [
414           {
415             "type": "Array/Arguments",
416             "optional": false,
417             "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",
418             "name": "args"
419           }
420         ],
421         "name": "callParent",
422         "owner": "Ext.Base",
423         "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",
424         "linenr": 124,
425         "return": {
426           "type": "Mixed",
427           "doc": "<p>Returns the result from the superclass' method</p>\n"
428         },
429         "html_filename": "Base3.html"
430       },
431       {
432         "deprecated": null,
433         "alias": null,
434         "protected": false,
435         "tagname": "method",
436         "href": "Observable.html#Ext-util-Observable-method-capture",
437         "shortDoc": "Starts capture on the specified Observable. ...",
438         "static": true,
439         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
440         "private": false,
441         "params": [
442           {
443             "type": "Observable",
444             "optional": false,
445             "doc": "<p>The Observable to capture events from.</p>\n",
446             "name": "o"
447           },
448           {
449             "type": "Function",
450             "optional": false,
451             "doc": "<p>The function to call when an event is fired.</p>\n",
452             "name": "fn"
453           },
454           {
455             "type": "Object",
456             "optional": true,
457             "doc": "<p>(optional) The scope (<code>this</code> reference) in which the function is executed. Defaults to\nthe Observable firing the event.</p>\n",
458             "name": "scope"
459           }
460         ],
461         "name": "capture",
462         "owner": "Ext.util.Observable",
463         "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",
464         "linenr": 54,
465         "return": {
466           "type": "void",
467           "doc": "\n"
468         },
469         "html_filename": "Observable.html"
470       },
471       {
472         "deprecated": null,
473         "alias": null,
474         "protected": false,
475         "tagname": "method",
476         "href": "Observable.html#Ext-util-Observable-method-clearListeners",
477         "shortDoc": "Removes all listeners for this object including the managed listeners ...",
478         "static": false,
479         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
480         "private": false,
481         "params": [
482
483         ],
484         "name": "clearListeners",
485         "owner": "Ext.util.Observable",
486         "doc": "<p>Removes all listeners for this object including the managed listeners</p>\n",
487         "linenr": 425,
488         "return": {
489           "type": "void",
490           "doc": "\n"
491         },
492         "html_filename": "Observable.html"
493       },
494       {
495         "deprecated": null,
496         "alias": null,
497         "protected": false,
498         "tagname": "method",
499         "href": "Observable.html#Ext-util-Observable-method-clearManagedListeners",
500         "shortDoc": "Removes all managed listeners for this object. ...",
501         "static": false,
502         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
503         "private": false,
504         "params": [
505
506         ],
507         "name": "clearManagedListeners",
508         "owner": "Ext.util.Observable",
509         "doc": "<p>Removes all managed listeners for this object.</p>\n",
510         "linenr": 454,
511         "return": {
512           "type": "void",
513           "doc": "\n"
514         },
515         "html_filename": "Observable.html"
516       },
517       {
518         "deprecated": null,
519         "alias": null,
520         "protected": false,
521         "tagname": "method",
522         "href": "Base3.html#Ext-Base-method-create",
523         "shortDoc": "Create a new instance of this Class. ...",
524         "static": true,
525         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
526         "private": false,
527         "params": [
528
529         ],
530         "name": "create",
531         "owner": "Ext.Base",
532         "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",
533         "linenr": 329,
534         "return": {
535           "type": "Object",
536           "doc": "<p>the created instance.</p>\n"
537         },
538         "html_filename": "Base3.html"
539       },
540       {
541         "deprecated": null,
542         "alias": null,
543         "protected": false,
544         "tagname": "method",
545         "href": "Base3.html#Ext-Base-method-createAlias",
546         "shortDoc": "Create aliases for existing prototype methods. ...",
547         "static": true,
548         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
549         "private": false,
550         "params": [
551           {
552             "type": "String/Object",
553             "optional": false,
554             "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",
555             "name": "alias"
556           },
557           {
558             "type": "String/Object",
559             "optional": false,
560             "doc": "<p>The original method name</p>\n",
561             "name": "origin"
562           }
563         ],
564         "name": "createAlias",
565         "owner": "Ext.Base",
566         "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",
567         "linenr": 648,
568         "return": {
569           "type": "void",
570           "doc": "\n"
571         },
572         "html_filename": "Base3.html"
573       },
574       {
575         "deprecated": null,
576         "alias": null,
577         "protected": false,
578         "tagname": "method",
579         "href": "Observable.html#Ext-util-Observable-method-enableBubble",
580         "shortDoc": "Enables events fired by this Observable to bubble up an owner hierarchy by calling this.getBubbleTarget() if\npresent. ...",
581         "static": false,
582         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
583         "private": false,
584         "params": [
585           {
586             "type": "String/[String]",
587             "optional": false,
588             "doc": "<p>The event name to bubble, or an Array of event names.</p>\n",
589             "name": "events"
590           }
591         ],
592         "name": "enableBubble",
593         "owner": "Ext.util.Observable",
594         "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",
595         "linenr": 609,
596         "return": {
597           "type": "void",
598           "doc": "\n"
599         },
600         "html_filename": "Observable.html"
601       },
602       {
603         "deprecated": null,
604         "alias": null,
605         "protected": false,
606         "tagname": "method",
607         "href": "Observable.html#Ext-util-Observable-method-fireEvent",
608         "shortDoc": "Fires the specified event with the passed parameters (minus the event name, plus the options object passed\nto addList...",
609         "static": false,
610         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
611         "private": false,
612         "params": [
613           {
614             "type": "String",
615             "optional": false,
616             "doc": "<p>The name of the event to fire.</p>\n",
617             "name": "eventName"
618           },
619           {
620             "type": "Object...",
621             "optional": false,
622             "doc": "<p>Variable number of parameters are passed to handlers.</p>\n",
623             "name": "args"
624           }
625         ],
626         "name": "fireEvent",
627         "owner": "Ext.util.Observable",
628         "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.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-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.data.TreeStore-method-enableBubble\" rel=\"Ext.data.TreeStore-method-enableBubble\" class=\"docClass\">enableBubble</a>.</p>\n",
629         "linenr": 233,
630         "return": {
631           "type": "Boolean",
632           "doc": "<p>returns false if any of the handlers return false otherwise it returns true.</p>\n"
633         },
634         "html_filename": "Observable.html"
635       },
636       {
637         "deprecated": null,
638         "alias": null,
639         "protected": false,
640         "tagname": "method",
641         "href": "Base3.html#Ext-Base-method-getName",
642         "shortDoc": "Get the current class' name in string format. ...",
643         "static": false,
644         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
645         "private": false,
646         "params": [
647
648         ],
649         "name": "getName",
650         "owner": "Ext.Base",
651         "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",
652         "linenr": 631,
653         "return": {
654           "type": "String",
655           "doc": "<p>className</p>\n"
656         },
657         "html_filename": "Base3.html"
658       },
659       {
660         "deprecated": null,
661         "alias": null,
662         "protected": false,
663         "tagname": "method",
664         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getNewRecords",
665         "shortDoc": "Returns all Model instances that are either currently a phantom (e.g. ...",
666         "static": false,
667         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
668         "private": false,
669         "params": [
670
671         ],
672         "name": "getNewRecords",
673         "owner": "Ext.data.AbstractStore",
674         "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",
675         "linenr": 450,
676         "return": {
677           "type": "Array",
678           "doc": "<p>The Model instances</p>\n"
679         },
680         "html_filename": "AbstractStore.html"
681       },
682       {
683         "deprecated": null,
684         "alias": null,
685         "protected": false,
686         "tagname": "method",
687         "href": "TreeStore.html#Ext-data-TreeStore-method-getNodeById",
688         "shortDoc": "Returns the record node by id ...",
689         "static": false,
690         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
691         "private": false,
692         "params": [
693           {
694             "type": "Object",
695             "optional": false,
696             "doc": "\n",
697             "name": "id"
698           }
699         ],
700         "name": "getNodeById",
701         "owner": "Ext.data.TreeStore",
702         "doc": "<p>Returns the record node by id</p>\n",
703         "linenr": 409,
704         "return": {
705           "type": "Ext.data.NodeInterface",
706           "doc": "\n"
707         },
708         "html_filename": "TreeStore.html"
709       },
710       {
711         "deprecated": null,
712         "alias": null,
713         "protected": false,
714         "tagname": "method",
715         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getProxy",
716         "shortDoc": "Returns the proxy currently attached to this proxy instance ...",
717         "static": false,
718         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
719         "private": false,
720         "params": [
721
722         ],
723         "name": "getProxy",
724         "owner": "Ext.data.AbstractStore",
725         "doc": "<p>Returns the proxy currently attached to this proxy instance</p>\n",
726         "linenr": 305,
727         "return": {
728           "type": "Ext.data.proxy.Proxy",
729           "doc": "<p>The Proxy instance</p>\n"
730         },
731         "html_filename": "AbstractStore.html"
732       },
733       {
734         "deprecated": null,
735         "alias": null,
736         "protected": false,
737         "tagname": "method",
738         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getRemovedRecords",
739         "shortDoc": "Returns any records that have been removed from the store but not yet destroyed on the proxy. ...",
740         "static": false,
741         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
742         "private": false,
743         "params": [
744
745         ],
746         "name": "getRemovedRecords",
747         "owner": "Ext.data.AbstractStore",
748         "doc": "<p>Returns any records that have been removed from the store but not yet destroyed on the proxy.</p>\n",
749         "linenr": 476,
750         "return": {
751           "type": "Array",
752           "doc": "<p>The removed Model instances</p>\n"
753         },
754         "html_filename": "AbstractStore.html"
755       },
756       {
757         "deprecated": null,
758         "alias": null,
759         "protected": false,
760         "tagname": "method",
761         "href": "TreeStore.html#Ext-data-TreeStore-method-getRootNode",
762         "shortDoc": "Returns the root node for this tree. ...",
763         "static": false,
764         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
765         "private": false,
766         "params": [
767
768         ],
769         "name": "getRootNode",
770         "owner": "Ext.data.TreeStore",
771         "doc": "<p>Returns the root node for this tree.</p>\n",
772         "linenr": 401,
773         "return": {
774           "type": "Ext.data.NodeInterface",
775           "doc": "\n"
776         },
777         "html_filename": "TreeStore.html"
778       },
779       {
780         "deprecated": null,
781         "alias": null,
782         "protected": false,
783         "tagname": "method",
784         "href": "AbstractStore.html#Ext-data-AbstractStore-method-getUpdatedRecords",
785         "shortDoc": "Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy ...",
786         "static": false,
787         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
788         "private": false,
789         "params": [
790
791         ],
792         "name": "getUpdatedRecords",
793         "owner": "Ext.data.AbstractStore",
794         "doc": "<p>Returns all Model instances that have been updated in the Store but not yet synchronized with the Proxy</p>\n",
795         "linenr": 459,
796         "return": {
797           "type": "Array",
798           "doc": "<p>The updated Model instances</p>\n"
799         },
800         "html_filename": "AbstractStore.html"
801       },
802       {
803         "deprecated": null,
804         "alias": null,
805         "protected": false,
806         "tagname": "method",
807         "href": "Observable.html#Ext-util-Observable-method-hasListener",
808         "shortDoc": "Checks to see if this object has any listeners for a specified event ...",
809         "static": false,
810         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
811         "private": false,
812         "params": [
813           {
814             "type": "String",
815             "optional": false,
816             "doc": "<p>The name of the event to check for</p>\n",
817             "name": "eventName"
818           }
819         ],
820         "name": "hasListener",
821         "owner": "Ext.util.Observable",
822         "doc": "<p>Checks to see if this object has any listeners for a specified event</p>\n",
823         "linenr": 530,
824         "return": {
825           "type": "Boolean",
826           "doc": "<p>True if the event is being listened for, else false</p>\n"
827         },
828         "html_filename": "Observable.html"
829       },
830       {
831         "deprecated": null,
832         "alias": null,
833         "protected": false,
834         "tagname": "method",
835         "href": "Base3.html#Ext-Base-method-implement",
836         "shortDoc": "Add methods / properties to the prototype of this class. ...",
837         "static": true,
838         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
839         "private": false,
840         "params": [
841           {
842             "type": "Object",
843             "optional": false,
844             "doc": "\n",
845             "name": "members"
846           }
847         ],
848         "name": "implement",
849         "owner": "Ext.Base",
850         "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",
851         "linenr": 415,
852         "return": {
853           "type": "void",
854           "doc": "\n"
855         },
856         "html_filename": "Base3.html"
857       },
858       {
859         "deprecated": null,
860         "alias": null,
861         "protected": true,
862         "tagname": "method",
863         "href": "Base3.html#Ext-Base-method-initConfig",
864         "shortDoc": "Initialize configuration for this class. ...",
865         "static": false,
866         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
867         "private": false,
868         "params": [
869           {
870             "type": "Object",
871             "optional": false,
872             "doc": "\n",
873             "name": "config"
874           }
875         ],
876         "name": "initConfig",
877         "owner": "Ext.Base",
878         "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",
879         "linenr": 63,
880         "return": {
881           "type": "Object",
882           "doc": "<p>mixins The mixin prototypes as key - value pairs</p>\n"
883         },
884         "html_filename": "Base3.html"
885       },
886       {
887         "deprecated": null,
888         "alias": null,
889         "protected": false,
890         "tagname": "method",
891         "href": "Sortable.html#Ext-util-Sortable-method-initSortable",
892         "shortDoc": "Performs initialization of this mixin. ...",
893         "static": false,
894         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
895         "private": false,
896         "params": [
897
898         ],
899         "name": "initSortable",
900         "owner": "Ext.util.Sortable",
901         "doc": "<p>Performs initialization of this mixin. Component classes using this mixin should call this method\nduring their own initialization.</p>\n",
902         "linenr": 36,
903         "return": {
904           "type": "void",
905           "doc": "\n"
906         },
907         "html_filename": "Sortable.html"
908       },
909       {
910         "deprecated": null,
911         "alias": null,
912         "protected": false,
913         "tagname": "method",
914         "href": "AbstractStore.html#Ext-data-AbstractStore-method-isLoading",
915         "shortDoc": "Returns true if the Store is currently performing a load operation ...",
916         "static": false,
917         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
918         "private": false,
919         "params": [
920
921         ],
922         "name": "isLoading",
923         "owner": "Ext.data.AbstractStore",
924         "doc": "<p>Returns true if the Store is currently performing a load operation</p>\n",
925         "linenr": 715,
926         "return": {
927           "type": "Boolean",
928           "doc": "<p>True if the Store is currently loading</p>\n"
929         },
930         "html_filename": "AbstractStore.html"
931       },
932       {
933         "deprecated": null,
934         "alias": null,
935         "protected": false,
936         "tagname": "method",
937         "href": "TreeStore.html#Ext-data-TreeStore-method-load",
938         "shortDoc": "Loads the Store using its configured proxy. ...",
939         "static": false,
940         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
941         "private": false,
942         "params": [
943           {
944             "type": "Object",
945             "optional": false,
946             "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",
947             "name": "options"
948           }
949         ],
950         "name": "load",
951         "owner": "Ext.data.TreeStore",
952         "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",
953         "linenr": 417,
954         "return": {
955           "type": "void",
956           "doc": "\n"
957         },
958         "html_filename": "TreeStore.html"
959       },
960       {
961         "deprecated": null,
962         "alias": {
963           "tagname": "alias",
964           "cls": "Ext.util.Observable",
965           "doc": null,
966           "owner": "addManagedListener"
967         },
968         "protected": false,
969         "tagname": "method",
970         "href": "Observable.html#Ext-util-Observable-method-mon",
971         "shortDoc": "Shorthand for addManagedListener. ...",
972         "static": false,
973         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
974         "private": false,
975         "params": [
976           {
977             "type": "Observable/Element",
978             "optional": false,
979             "doc": "<p>The item to which to add a listener/listeners.</p>\n",
980             "name": "item"
981           },
982           {
983             "type": "Object/String",
984             "optional": false,
985             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
986             "name": "ename"
987           },
988           {
989             "type": "Function",
990             "optional": true,
991             "doc": "<p>(optional) If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
992             "name": "fn"
993           },
994           {
995             "type": "Object",
996             "optional": true,
997             "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",
998             "name": "scope"
999           },
1000           {
1001             "type": "Object",
1002             "optional": true,
1003             "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",
1004             "name": "opt"
1005           }
1006         ],
1007         "name": "mon",
1008         "owner": "Ext.util.Observable",
1009         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.TreeStore-method-addManagedListener\" rel=\"Ext.data.TreeStore-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",
1010         "linenr": 681,
1011         "return": {
1012           "type": "void",
1013           "doc": "\n"
1014         },
1015         "html_filename": "Observable.html"
1016       },
1017       {
1018         "deprecated": null,
1019         "alias": {
1020           "tagname": "alias",
1021           "cls": "Ext.util.Observable",
1022           "doc": null,
1023           "owner": "removeManagedListener"
1024         },
1025         "protected": false,
1026         "tagname": "method",
1027         "href": "Observable.html#Ext-util-Observable-method-mun",
1028         "shortDoc": "Shorthand for removeManagedListener. ...",
1029         "static": false,
1030         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1031         "private": false,
1032         "params": [
1033           {
1034             "type": "Observable|Element",
1035             "optional": false,
1036             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1037             "name": "item"
1038           },
1039           {
1040             "type": "Object|String",
1041             "optional": false,
1042             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1043             "name": "ename"
1044           },
1045           {
1046             "type": "Function",
1047             "optional": false,
1048             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1049             "name": "fn"
1050           },
1051           {
1052             "type": "Object",
1053             "optional": false,
1054             "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",
1055             "name": "scope"
1056           }
1057         ],
1058         "name": "mun",
1059         "owner": "Ext.util.Observable",
1060         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.TreeStore-method-removeManagedListener\" rel=\"Ext.data.TreeStore-method-removeManagedListener\" class=\"docClass\">removeManagedListener</a>.</p>\n\n<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.TreeStore-method-mon\" rel=\"Ext.data.TreeStore-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1061         "linenr": 687,
1062         "return": {
1063           "type": "void",
1064           "doc": "\n"
1065         },
1066         "html_filename": "Observable.html"
1067       },
1068       {
1069         "deprecated": null,
1070         "alias": null,
1071         "protected": false,
1072         "tagname": "method",
1073         "href": "Observable.html#Ext-util-Observable-method-observe",
1074         "shortDoc": "Sets observability on the passed class constructor. ...",
1075         "static": true,
1076         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1077         "private": false,
1078         "params": [
1079           {
1080             "type": "Function",
1081             "optional": false,
1082             "doc": "<p>The class constructor to make observable.</p>\n",
1083             "name": "c"
1084           },
1085           {
1086             "type": "Object",
1087             "optional": false,
1088             "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",
1089             "name": "listeners"
1090           }
1091         ],
1092         "name": "observe",
1093         "owner": "Ext.util.Observable",
1094         "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",
1095         "linenr": 69,
1096         "return": {
1097           "type": "void",
1098           "doc": "\n"
1099         },
1100         "html_filename": "Observable.html"
1101       },
1102       {
1103         "deprecated": null,
1104         "alias": {
1105           "tagname": "alias",
1106           "cls": "Ext.util.Observable",
1107           "doc": null,
1108           "owner": "addListener"
1109         },
1110         "protected": false,
1111         "tagname": "method",
1112         "href": "Observable.html#Ext-util-Observable-method-on",
1113         "shortDoc": "Shorthand for addListener. ...",
1114         "static": false,
1115         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1116         "private": false,
1117         "params": [
1118           {
1119             "type": "String",
1120             "optional": false,
1121             "doc": "<p>The name of the event to listen for. May also be an object who's property names are\nevent names.</p>\n",
1122             "name": "eventName"
1123           },
1124           {
1125             "type": "Function",
1126             "optional": false,
1127             "doc": "<p>The method the event invokes.  Will be called with arguments given to\n<a href=\"#/api/Ext.data.TreeStore-method-fireEvent\" rel=\"Ext.data.TreeStore-method-fireEvent\" class=\"docClass\">fireEvent</a> plus the <code>options</code> parameter described below.</p>\n",
1128             "name": "handler"
1129           },
1130           {
1131             "type": "Object",
1132             "optional": true,
1133             "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",
1134             "name": "scope"
1135           },
1136           {
1137             "type": "Object",
1138             "optional": true,
1139             "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",
1140             "name": "options"
1141           }
1142         ],
1143         "name": "on",
1144         "owner": "Ext.util.Observable",
1145         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a>.</p>\n\n<p>Appends an event handler to this object.</p>\n",
1146         "linenr": 669,
1147         "return": {
1148           "type": "void",
1149           "doc": "\n"
1150         },
1151         "html_filename": "Observable.html"
1152       },
1153       {
1154         "deprecated": null,
1155         "alias": null,
1156         "protected": false,
1157         "tagname": "method",
1158         "href": "Base3.html#Ext-Base-method-override",
1159         "shortDoc": "Override prototype members of this class. ...",
1160         "static": true,
1161         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1162         "private": false,
1163         "params": [
1164           {
1165             "type": "Object",
1166             "optional": false,
1167             "doc": "\n",
1168             "name": "members"
1169           }
1170         ],
1171         "name": "override",
1172         "owner": "Ext.Base",
1173         "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",
1174         "linenr": 518,
1175         "return": {
1176           "type": "Ext.Base",
1177           "doc": "<p>this</p>\n"
1178         },
1179         "html_filename": "Base3.html"
1180       },
1181       {
1182         "deprecated": null,
1183         "alias": null,
1184         "protected": false,
1185         "tagname": "method",
1186         "href": "Observable.html#Ext-util-Observable-method-relayEvents",
1187         "shortDoc": "Relays selected events from the specified Observable as if the events were fired by this. ...",
1188         "static": false,
1189         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1190         "private": false,
1191         "params": [
1192           {
1193             "type": "Object",
1194             "optional": false,
1195             "doc": "<p>The Observable whose events this object is to relay.</p>\n",
1196             "name": "origin"
1197           },
1198           {
1199             "type": "[String]",
1200             "optional": false,
1201             "doc": "<p>Array of event names to relay.</p>\n",
1202             "name": "events"
1203           },
1204           {
1205             "type": "Object",
1206             "optional": false,
1207             "doc": "\n",
1208             "name": "prefix"
1209           }
1210         ],
1211         "name": "relayEvents",
1212         "owner": "Ext.util.Observable",
1213         "doc": "<p>Relays selected events from the specified Observable as if the events were fired by <code>this</code>.</p>\n",
1214         "linenr": 573,
1215         "return": {
1216           "type": "void",
1217           "doc": "\n"
1218         },
1219         "html_filename": "Observable.html"
1220       },
1221       {
1222         "deprecated": null,
1223         "alias": null,
1224         "protected": false,
1225         "tagname": "method",
1226         "href": "Observable.html#Ext-util-Observable-method-releaseCapture",
1227         "shortDoc": "Removes all added captures from the Observable. ...",
1228         "static": true,
1229         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1230         "private": false,
1231         "params": [
1232           {
1233             "type": "Observable",
1234             "optional": false,
1235             "doc": "<p>The Observable to release</p>\n",
1236             "name": "o"
1237           }
1238         ],
1239         "name": "releaseCapture",
1240         "owner": "Ext.util.Observable",
1241         "doc": "<p>Removes <strong>all</strong> added captures from the Observable.</p>\n",
1242         "linenr": 44,
1243         "return": {
1244           "type": "void",
1245           "doc": "\n"
1246         },
1247         "html_filename": "Observable.html"
1248       },
1249       {
1250         "deprecated": null,
1251         "alias": null,
1252         "protected": false,
1253         "tagname": "method",
1254         "href": "AbstractStore.html#Ext-data-AbstractStore-method-removeAll",
1255         "shortDoc": "Removes all records from the store. ...",
1256         "static": false,
1257         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1258         "private": false,
1259         "params": [
1260
1261         ],
1262         "name": "removeAll",
1263         "owner": "Ext.data.AbstractStore",
1264         "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",
1265         "linenr": 705,
1266         "return": {
1267           "type": "void",
1268           "doc": "\n"
1269         },
1270         "html_filename": "AbstractStore.html"
1271       },
1272       {
1273         "deprecated": null,
1274         "alias": null,
1275         "protected": false,
1276         "tagname": "method",
1277         "href": "Observable.html#Ext-util-Observable-method-removeListener",
1278         "shortDoc": "Removes an event handler. ...",
1279         "static": false,
1280         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1281         "private": false,
1282         "params": [
1283           {
1284             "type": "String",
1285             "optional": false,
1286             "doc": "<p>The type of event the handler was associated with.</p>\n",
1287             "name": "eventName"
1288           },
1289           {
1290             "type": "Function",
1291             "optional": false,
1292             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1293             "name": "handler"
1294           },
1295           {
1296             "type": "Object",
1297             "optional": true,
1298             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1299             "name": "scope"
1300           }
1301         ],
1302         "name": "removeListener",
1303         "owner": "Ext.util.Observable",
1304         "doc": "<p>Removes an event handler.</p>\n",
1305         "linenr": 392,
1306         "return": {
1307           "type": "void",
1308           "doc": "\n"
1309         },
1310         "html_filename": "Observable.html"
1311       },
1312       {
1313         "deprecated": null,
1314         "alias": null,
1315         "protected": false,
1316         "tagname": "method",
1317         "href": "Observable.html#Ext-util-Observable-method-removeManagedListener",
1318         "shortDoc": "Removes listeners that were added by the mon method. ...",
1319         "static": false,
1320         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1321         "private": false,
1322         "params": [
1323           {
1324             "type": "Observable|Element",
1325             "optional": false,
1326             "doc": "<p>The item from which to remove a listener/listeners.</p>\n",
1327             "name": "item"
1328           },
1329           {
1330             "type": "Object|String",
1331             "optional": false,
1332             "doc": "<p>The event name, or an object containing event name properties.</p>\n",
1333             "name": "ename"
1334           },
1335           {
1336             "type": "Function",
1337             "optional": false,
1338             "doc": "<p>Optional. If the <code>ename</code> parameter was an event name, this is the handler function.</p>\n",
1339             "name": "fn"
1340           },
1341           {
1342             "type": "Object",
1343             "optional": false,
1344             "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",
1345             "name": "scope"
1346           }
1347         ],
1348         "name": "removeManagedListener",
1349         "owner": "Ext.util.Observable",
1350         "doc": "<p>Removes listeners that were added by the <a href=\"#/api/Ext.data.TreeStore-method-mon\" rel=\"Ext.data.TreeStore-method-mon\" class=\"docClass\">mon</a> method.</p>\n",
1351         "linenr": 197,
1352         "return": {
1353           "type": "void",
1354           "doc": "\n"
1355         },
1356         "html_filename": "Observable.html"
1357       },
1358       {
1359         "deprecated": null,
1360         "alias": null,
1361         "protected": false,
1362         "tagname": "method",
1363         "href": "Observable.html#Ext-util-Observable-method-resumeEvents",
1364         "shortDoc": "Resumes firing events (see suspendEvents). ...",
1365         "static": false,
1366         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1367         "private": false,
1368         "params": [
1369
1370         ],
1371         "name": "resumeEvents",
1372         "owner": "Ext.util.Observable",
1373         "doc": "<p>Resumes firing events (see <a href=\"#/api/Ext.data.TreeStore-method-suspendEvents\" rel=\"Ext.data.TreeStore-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",
1374         "linenr": 554,
1375         "return": {
1376           "type": "void",
1377           "doc": "\n"
1378         },
1379         "html_filename": "Observable.html"
1380       },
1381       {
1382         "deprecated": null,
1383         "alias": null,
1384         "protected": false,
1385         "tagname": "method",
1386         "href": "AbstractStore.html#Ext-data-AbstractStore-method-setProxy",
1387         "shortDoc": "Sets the Store's Proxy by string, config object or Proxy instance ...",
1388         "static": false,
1389         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1390         "private": false,
1391         "params": [
1392           {
1393             "type": "String|Object|Ext.data.proxy.Proxy",
1394             "optional": false,
1395             "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",
1396             "name": "proxy"
1397           }
1398         ],
1399         "name": "setProxy",
1400         "owner": "Ext.data.AbstractStore",
1401         "doc": "<p>Sets the Store's Proxy by string, config object or Proxy instance</p>\n",
1402         "linenr": 276,
1403         "return": {
1404           "type": "Ext.data.proxy.Proxy",
1405           "doc": "<p>The attached Proxy object</p>\n"
1406         },
1407         "html_filename": "AbstractStore.html"
1408       },
1409       {
1410         "deprecated": null,
1411         "alias": null,
1412         "protected": false,
1413         "tagname": "method",
1414         "href": "TreeStore.html#Ext-data-TreeStore-method-setRootNode",
1415         "shortDoc": "Sets the root node for this store. ...",
1416         "static": false,
1417         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
1418         "private": false,
1419         "params": [
1420           {
1421             "type": "Ext.data.Model/Ext.data.NodeInterface/Object",
1422             "optional": false,
1423             "doc": "\n",
1424             "name": "root"
1425           }
1426         ],
1427         "name": "setRootNode",
1428         "owner": "Ext.data.TreeStore",
1429         "doc": "<p>Sets the root node for this store.  See also the <a href=\"#/api/Ext.data.TreeStore-cfg-root\" rel=\"Ext.data.TreeStore-cfg-root\" class=\"docClass\">root</a> config option.</p>\n",
1430         "linenr": 364,
1431         "return": {
1432           "type": "Ext.data.NodeInterface",
1433           "doc": "<p>The new root</p>\n"
1434         },
1435         "html_filename": "TreeStore.html"
1436       },
1437       {
1438         "deprecated": null,
1439         "alias": null,
1440         "protected": false,
1441         "tagname": "method",
1442         "href": "Sortable.html#Ext-util-Sortable-method-sort",
1443         "shortDoc": "Sorts the data in the Store by one or more of its properties. ...",
1444         "static": false,
1445         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1446         "private": false,
1447         "params": [
1448           {
1449             "type": "String|Array",
1450             "optional": false,
1451             "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",
1452             "name": "sorters"
1453           },
1454           {
1455             "type": "String",
1456             "optional": false,
1457             "doc": "<p>The overall direction to sort the data by. Defaults to \"ASC\".</p>\n",
1458             "name": "direction"
1459           },
1460           {
1461             "type": "Object",
1462             "optional": false,
1463             "doc": "\n",
1464             "name": "where"
1465           },
1466           {
1467             "type": "Object",
1468             "optional": false,
1469             "doc": "\n",
1470             "name": "doSort"
1471           }
1472         ],
1473         "name": "sort",
1474         "owner": "Ext.util.Sortable",
1475         "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",
1476         "linenr": 58,
1477         "return": {
1478           "type": "void",
1479           "doc": "\n"
1480         },
1481         "html_filename": "Sortable.html"
1482       },
1483       {
1484         "deprecated": null,
1485         "alias": null,
1486         "protected": true,
1487         "tagname": "method",
1488         "href": "Base3.html#Ext-Base-method-statics",
1489         "shortDoc": "Get the reference to the class from which this object was instantiated. ...",
1490         "static": false,
1491         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1492         "private": false,
1493         "params": [
1494
1495         ],
1496         "name": "statics",
1497         "owner": "Ext.Base",
1498         "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",
1499         "linenr": 199,
1500         "return": {
1501           "type": "Class",
1502           "doc": "\n"
1503         },
1504         "html_filename": "Base3.html"
1505       },
1506       {
1507         "deprecated": null,
1508         "alias": null,
1509         "protected": false,
1510         "tagname": "method",
1511         "href": "Observable.html#Ext-util-Observable-method-suspendEvents",
1512         "shortDoc": "Suspends the firing of all events. ...",
1513         "static": false,
1514         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1515         "private": false,
1516         "params": [
1517           {
1518             "type": "Boolean",
1519             "optional": false,
1520             "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",
1521             "name": "queueSuspended"
1522           }
1523         ],
1524         "name": "suspendEvents",
1525         "owner": "Ext.util.Observable",
1526         "doc": "<p>Suspends 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",
1527         "linenr": 541,
1528         "return": {
1529           "type": "void",
1530           "doc": "\n"
1531         },
1532         "html_filename": "Observable.html"
1533       },
1534       {
1535         "deprecated": null,
1536         "alias": null,
1537         "protected": false,
1538         "tagname": "method",
1539         "href": "AbstractStore.html#Ext-data-AbstractStore-method-sync",
1540         "shortDoc": "Synchronizes the Store with its Proxy. ...",
1541         "static": false,
1542         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1543         "private": false,
1544         "params": [
1545
1546         ],
1547         "name": "sync",
1548         "owner": "Ext.data.AbstractStore",
1549         "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",
1550         "linenr": 546,
1551         "return": {
1552           "type": "void",
1553           "doc": "\n"
1554         },
1555         "html_filename": "AbstractStore.html"
1556       },
1557       {
1558         "deprecated": null,
1559         "alias": {
1560           "tagname": "alias",
1561           "cls": "Ext.util.Observable",
1562           "doc": null,
1563           "owner": "removeListener"
1564         },
1565         "protected": false,
1566         "tagname": "method",
1567         "href": "Observable.html#Ext-util-Observable-method-un",
1568         "shortDoc": "Shorthand for removeListener. ...",
1569         "static": false,
1570         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Observable.js",
1571         "private": false,
1572         "params": [
1573           {
1574             "type": "String",
1575             "optional": false,
1576             "doc": "<p>The type of event the handler was associated with.</p>\n",
1577             "name": "eventName"
1578           },
1579           {
1580             "type": "Function",
1581             "optional": false,
1582             "doc": "<p>The handler to remove. <strong>This must be a reference to the function passed into the\n<a href=\"#/api/Ext.data.TreeStore-method-addListener\" rel=\"Ext.data.TreeStore-method-addListener\" class=\"docClass\">addListener</a> call.</strong></p>\n",
1583             "name": "handler"
1584           },
1585           {
1586             "type": "Object",
1587             "optional": true,
1588             "doc": "<p>(optional) The scope originally specified for the handler.</p>\n",
1589             "name": "scope"
1590           }
1591         ],
1592         "name": "un",
1593         "owner": "Ext.util.Observable",
1594         "doc": "<p>Shorthand for <a href=\"#/api/Ext.data.TreeStore-method-removeListener\" rel=\"Ext.data.TreeStore-method-removeListener\" class=\"docClass\">removeListener</a>.</p>\n\n<p>Removes an event handler.</p>\n",
1595         "linenr": 675,
1596         "return": {
1597           "type": "void",
1598           "doc": "\n"
1599         },
1600         "html_filename": "Observable.html"
1601       }
1602     ],
1603     "property": [
1604       {
1605         "type": "String",
1606         "deprecated": null,
1607         "alias": null,
1608         "protected": false,
1609         "tagname": "property",
1610         "href": "Sortable.html#Ext-util-Sortable-property-",
1611         "static": false,
1612         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1613         "private": false,
1614         "name": "",
1615         "owner": "Ext.util.Sortable",
1616         "doc": "<p>The property in each item that contains the data to sort.</p>\n",
1617         "linenr": 31,
1618         "html_filename": "Sortable.html"
1619       },
1620       {
1621         "type": "String",
1622         "deprecated": null,
1623         "alias": null,
1624         "protected": false,
1625         "tagname": "property",
1626         "href": "AbstractStore.html#Ext-data-AbstractStore-property-batchUpdateMode",
1627         "shortDoc": "Sets the updating behavior based on batch synchronization. ...",
1628         "static": false,
1629         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1630         "private": false,
1631         "name": "batchUpdateMode",
1632         "owner": "Ext.data.AbstractStore",
1633         "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",
1634         "linenr": 67,
1635         "html_filename": "AbstractStore.html"
1636       },
1637       {
1638         "type": "String",
1639         "deprecated": null,
1640         "alias": null,
1641         "protected": false,
1642         "tagname": "property",
1643         "href": "AbstractStore.html#Ext-data-AbstractStore-property-defaultProxyType",
1644         "shortDoc": "The string type of the Proxy to create if none is specified. ...",
1645         "static": false,
1646         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1647         "private": false,
1648         "name": "defaultProxyType",
1649         "owner": "Ext.data.AbstractStore",
1650         "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",
1651         "linenr": 102,
1652         "html_filename": "AbstractStore.html"
1653       },
1654       {
1655         "type": "String",
1656         "deprecated": null,
1657         "alias": null,
1658         "protected": false,
1659         "tagname": "property",
1660         "href": "Sortable.html#Ext-util-Sortable-property-defaultSortDirection",
1661         "static": false,
1662         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1663         "private": false,
1664         "name": "defaultSortDirection",
1665         "owner": "Ext.util.Sortable",
1666         "doc": "<p>The default sort direction to use if one is not specified (defaults to \"ASC\")</p>\n",
1667         "linenr": 20,
1668         "html_filename": "Sortable.html"
1669       },
1670       {
1671         "type": "Object",
1672         "deprecated": null,
1673         "alias": null,
1674         "protected": false,
1675         "tagname": "property",
1676         "href": "TreeStore.html#Ext-data-TreeStore-property-fields",
1677         "shortDoc": "If we have no fields declare for the store, add some defaults. ...",
1678         "static": false,
1679         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
1680         "private": false,
1681         "name": "fields",
1682         "owner": "Ext.data.TreeStore",
1683         "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",
1684         "linenr": 80,
1685         "html_filename": "TreeStore.html"
1686       },
1687       {
1688         "type": "Boolean",
1689         "deprecated": null,
1690         "alias": null,
1691         "protected": false,
1692         "tagname": "property",
1693         "href": "AbstractStore.html#Ext-data-AbstractStore-property-filterOnLoad",
1694         "shortDoc": "If true, any filters attached to this Store will be run after loading data, before the datachanged event is fired. ...",
1695         "static": false,
1696         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1697         "private": false,
1698         "name": "filterOnLoad",
1699         "owner": "Ext.data.AbstractStore",
1700         "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 remoteFilter is true</p>\n",
1701         "linenr": 77,
1702         "html_filename": "AbstractStore.html"
1703       },
1704       {
1705         "type": "Ext.util.MixedCollection",
1706         "deprecated": null,
1707         "alias": null,
1708         "protected": false,
1709         "tagname": "property",
1710         "href": "AbstractStore.html#Ext-data-AbstractStore-property-filters",
1711         "static": false,
1712         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1713         "private": false,
1714         "name": "filters",
1715         "owner": "Ext.data.AbstractStore",
1716         "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",
1717         "linenr": 266,
1718         "html_filename": "AbstractStore.html"
1719       },
1720       {
1721         "type": "Boolean",
1722         "deprecated": null,
1723         "alias": null,
1724         "protected": false,
1725         "tagname": "property",
1726         "href": "AbstractStore.html#Ext-data-AbstractStore-property-isDestroyed",
1727         "shortDoc": "True if the Store has already been destroyed via destroyStore. ...",
1728         "static": false,
1729         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1730         "private": false,
1731         "name": "isDestroyed",
1732         "owner": "Ext.data.AbstractStore",
1733         "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",
1734         "linenr": 109,
1735         "html_filename": "AbstractStore.html"
1736       },
1737       {
1738         "type": "Boolean",
1739         "deprecated": null,
1740         "alias": null,
1741         "protected": false,
1742         "tagname": "property",
1743         "href": "Sortable.html#Ext-util-Sortable-property-isSortable",
1744         "shortDoc": "Flag denoting that this object is sortable. ...",
1745         "static": false,
1746         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1747         "private": false,
1748         "name": "isSortable",
1749         "owner": "Ext.util.Sortable",
1750         "doc": "<p>Flag denoting that this object is sortable. Always true.</p>\n",
1751         "linenr": 13,
1752         "html_filename": "Sortable.html"
1753       },
1754       {
1755         "type": "Class",
1756         "deprecated": null,
1757         "alias": null,
1758         "protected": true,
1759         "tagname": "property",
1760         "href": "Base3.html#Ext-Base-property-self",
1761         "shortDoc": "Get the reference to the current class from which this object was instantiated. ...",
1762         "static": false,
1763         "filename": "/mnt/ebs/nightly/git/SDK/platform/core/src/class/Base.js",
1764         "private": false,
1765         "name": "self",
1766         "owner": "Ext.Base",
1767         "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",
1768         "linenr": 18,
1769         "html_filename": "Base3.html"
1770       },
1771       {
1772         "type": "Boolean",
1773         "deprecated": null,
1774         "alias": null,
1775         "protected": false,
1776         "tagname": "property",
1777         "href": "AbstractStore.html#Ext-data-AbstractStore-property-sortOnLoad",
1778         "shortDoc": "If true, any sorters attached to this Store will be run after loading data, before the datachanged event is fired. ...",
1779         "static": false,
1780         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1781         "private": false,
1782         "name": "sortOnLoad",
1783         "owner": "Ext.data.AbstractStore",
1784         "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 remoteSort is true</p>\n",
1785         "linenr": 85,
1786         "html_filename": "AbstractStore.html"
1787       },
1788       {
1789         "type": "Ext.util.MixedCollection",
1790         "deprecated": null,
1791         "alias": null,
1792         "protected": false,
1793         "tagname": "property",
1794         "href": "Sortable.html#Ext-util-Sortable-property-sorters",
1795         "static": false,
1796         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/util/Sortable.js",
1797         "private": false,
1798         "name": "sorters",
1799         "owner": "Ext.util.Sortable",
1800         "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",
1801         "linenr": 44,
1802         "html_filename": "Sortable.html"
1803       }
1804     ],
1805     "cssVar": [
1806
1807     ],
1808     "cssMixin": [
1809
1810     ],
1811     "event": [
1812       {
1813         "deprecated": null,
1814         "alias": null,
1815         "protected": false,
1816         "tagname": "event",
1817         "href": "AbstractStore.html#Ext-data-AbstractStore-event-add",
1818         "shortDoc": "Fired when a Model instance has been added to this Store ...",
1819         "static": false,
1820         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
1821         "private": false,
1822         "params": [
1823           {
1824             "type": "Ext.data.Store",
1825             "optional": false,
1826             "doc": "<p>The store</p>\n",
1827             "name": "store"
1828           },
1829           {
1830             "type": "Array",
1831             "optional": false,
1832             "doc": "<p>The Model instances that were added</p>\n",
1833             "name": "records"
1834           },
1835           {
1836             "type": "Number",
1837             "optional": false,
1838             "doc": "<p>The index at which the instances were inserted</p>\n",
1839             "name": "index"
1840           },
1841           {
1842             "type": "Object",
1843             "tagname": "param",
1844             "name": "options",
1845             "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"
1846           }
1847         ],
1848         "name": "add",
1849         "owner": "Ext.data.AbstractStore",
1850         "doc": "<p>Fired when a Model instance has been added to this Store</p>\n",
1851         "linenr": 141,
1852         "html_filename": "AbstractStore.html"
1853       },
1854       {
1855         "deprecated": null,
1856         "alias": null,
1857         "protected": false,
1858         "tagname": "event",
1859         "href": "TreeStore.html#Ext-data-TreeStore-event-append",
1860         "shortDoc": "Fires when a new child node is appended to a node in this store's tree. ...",
1861         "static": false,
1862         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
1863         "private": false,
1864         "params": [
1865           {
1866             "type": "Tree",
1867             "optional": false,
1868             "doc": "<p>The owner tree</p>\n",
1869             "name": "tree"
1870           },
1871           {
1872             "type": "Node",
1873             "optional": false,
1874             "doc": "<p>The parent node</p>\n",
1875             "name": "parent"
1876           },
1877           {
1878             "type": "Node",
1879             "optional": false,
1880             "doc": "<p>The newly appended node</p>\n",
1881             "name": "node"
1882           },
1883           {
1884             "type": "Number",
1885             "optional": false,
1886             "doc": "<p>The index of the newly appended node</p>\n",
1887             "name": "index"
1888           },
1889           {
1890             "type": "Object",
1891             "tagname": "param",
1892             "name": "options",
1893             "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"
1894           }
1895         ],
1896         "name": "append",
1897         "owner": "Ext.data.TreeStore",
1898         "doc": "<p>Fires when a new child node is appended to a node in this store's tree.</p>\n",
1899         "linenr": 95,
1900         "html_filename": "TreeStore.html"
1901       },
1902       {
1903         "deprecated": null,
1904         "alias": null,
1905         "protected": false,
1906         "tagname": "event",
1907         "href": "TreeStore.html#Ext-data-TreeStore-event-beforeappend",
1908         "shortDoc": "Fires before a new child is appended to a node in this store's tree, return false to cancel the append. ...",
1909         "static": false,
1910         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
1911         "private": false,
1912         "params": [
1913           {
1914             "type": "Tree",
1915             "optional": false,
1916             "doc": "<p>The owner tree</p>\n",
1917             "name": "tree"
1918           },
1919           {
1920             "type": "Node",
1921             "optional": false,
1922             "doc": "<p>The parent node</p>\n",
1923             "name": "parent"
1924           },
1925           {
1926             "type": "Node",
1927             "optional": false,
1928             "doc": "<p>The child node to be appended</p>\n",
1929             "name": "node"
1930           },
1931           {
1932             "type": "Object",
1933             "tagname": "param",
1934             "name": "options",
1935             "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"
1936           }
1937         ],
1938         "name": "beforeappend",
1939         "owner": "Ext.data.TreeStore",
1940         "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",
1941         "linenr": 135,
1942         "html_filename": "TreeStore.html"
1943       },
1944       {
1945         "deprecated": null,
1946         "alias": null,
1947         "protected": false,
1948         "tagname": "event",
1949         "href": "TreeStore.html#Ext-data-TreeStore-event-beforecollapse",
1950         "shortDoc": "Fires before this node is collapsed. ...",
1951         "static": false,
1952         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
1953         "private": false,
1954         "params": [
1955           {
1956             "type": "Node",
1957             "optional": false,
1958             "doc": "<p>The collapsing node</p>\n",
1959             "name": "this"
1960           },
1961           {
1962             "type": "Object",
1963             "tagname": "param",
1964             "name": "options",
1965             "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"
1966           }
1967         ],
1968         "name": "beforecollapse",
1969         "owner": "Ext.data.TreeStore",
1970         "doc": "<p>Fires before this node is collapsed.</p>\n",
1971         "linenr": 195,
1972         "html_filename": "TreeStore.html"
1973       },
1974       {
1975         "deprecated": null,
1976         "alias": null,
1977         "protected": false,
1978         "tagname": "event",
1979         "href": "TreeStore.html#Ext-data-TreeStore-event-beforeexpand",
1980         "shortDoc": "Fires before this node is expanded. ...",
1981         "static": false,
1982         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
1983         "private": false,
1984         "params": [
1985           {
1986             "type": "Node",
1987             "optional": false,
1988             "doc": "<p>The expanding node</p>\n",
1989             "name": "this"
1990           },
1991           {
1992             "type": "Object",
1993             "tagname": "param",
1994             "name": "options",
1995             "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"
1996           }
1997         ],
1998         "name": "beforeexpand",
1999         "owner": "Ext.data.TreeStore",
2000         "doc": "<p>Fires before this node is expanded.</p>\n",
2001         "linenr": 188,
2002         "html_filename": "TreeStore.html"
2003       },
2004       {
2005         "deprecated": null,
2006         "alias": null,
2007         "protected": false,
2008         "tagname": "event",
2009         "href": "TreeStore.html#Ext-data-TreeStore-event-beforeinsert",
2010         "shortDoc": "Fires before a new child is inserted in a node in this store's tree, return false to cancel the insert. ...",
2011         "static": false,
2012         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2013         "private": false,
2014         "params": [
2015           {
2016             "type": "Tree",
2017             "optional": false,
2018             "doc": "<p>The owner tree</p>\n",
2019             "name": "tree"
2020           },
2021           {
2022             "type": "Node",
2023             "optional": false,
2024             "doc": "<p>The parent node</p>\n",
2025             "name": "parent"
2026           },
2027           {
2028             "type": "Node",
2029             "optional": false,
2030             "doc": "<p>The child node to be inserted</p>\n",
2031             "name": "node"
2032           },
2033           {
2034             "type": "Node",
2035             "optional": false,
2036             "doc": "<p>The child node the node is being inserted before</p>\n",
2037             "name": "refNode"
2038           },
2039           {
2040             "type": "Object",
2041             "tagname": "param",
2042             "name": "options",
2043             "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"
2044           }
2045         ],
2046         "name": "beforeinsert",
2047         "owner": "Ext.data.TreeStore",
2048         "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",
2049         "linenr": 164,
2050         "html_filename": "TreeStore.html"
2051       },
2052       {
2053         "deprecated": null,
2054         "alias": null,
2055         "protected": false,
2056         "tagname": "event",
2057         "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforeload",
2058         "shortDoc": "Event description ...",
2059         "static": false,
2060         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2061         "private": false,
2062         "params": [
2063           {
2064             "type": "Ext.data.Store",
2065             "optional": false,
2066             "doc": "<p>This Store</p>\n",
2067             "name": "store"
2068           },
2069           {
2070             "type": "Ext.data.Operation",
2071             "optional": false,
2072             "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",
2073             "name": "operation"
2074           },
2075           {
2076             "type": "Object",
2077             "tagname": "param",
2078             "name": "options",
2079             "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"
2080           }
2081         ],
2082         "name": "beforeload",
2083         "owner": "Ext.data.AbstractStore",
2084         "doc": "<p>Event description</p>\n",
2085         "linenr": 181,
2086         "html_filename": "AbstractStore.html"
2087       },
2088       {
2089         "deprecated": null,
2090         "alias": null,
2091         "protected": false,
2092         "tagname": "event",
2093         "href": "TreeStore.html#Ext-data-TreeStore-event-beforemove",
2094         "shortDoc": "Fires before a node is moved to a new location in the store's tree. ...",
2095         "static": false,
2096         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2097         "private": false,
2098         "params": [
2099           {
2100             "type": "Tree",
2101             "optional": false,
2102             "doc": "<p>The owner tree</p>\n",
2103             "name": "tree"
2104           },
2105           {
2106             "type": "Node",
2107             "optional": false,
2108             "doc": "<p>The node being moved</p>\n",
2109             "name": "node"
2110           },
2111           {
2112             "type": "Node",
2113             "optional": false,
2114             "doc": "<p>The parent of the node</p>\n",
2115             "name": "oldParent"
2116           },
2117           {
2118             "type": "Node",
2119             "optional": false,
2120             "doc": "<p>The new parent the node is moving to</p>\n",
2121             "name": "newParent"
2122           },
2123           {
2124             "type": "Number",
2125             "optional": false,
2126             "doc": "<p>The index it is being moved to</p>\n",
2127             "name": "index"
2128           },
2129           {
2130             "type": "Object",
2131             "tagname": "param",
2132             "name": "options",
2133             "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"
2134           }
2135         ],
2136         "name": "beforemove",
2137         "owner": "Ext.data.TreeStore",
2138         "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",
2139         "linenr": 153,
2140         "html_filename": "TreeStore.html"
2141       },
2142       {
2143         "deprecated": null,
2144         "alias": null,
2145         "protected": false,
2146         "tagname": "event",
2147         "href": "TreeStore.html#Ext-data-TreeStore-event-beforeremove",
2148         "shortDoc": "Fires before a child is removed from a node in this store's tree, return false to cancel the remove. ...",
2149         "static": false,
2150         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2151         "private": false,
2152         "params": [
2153           {
2154             "type": "Tree",
2155             "optional": false,
2156             "doc": "<p>The owner tree</p>\n",
2157             "name": "tree"
2158           },
2159           {
2160             "type": "Node",
2161             "optional": false,
2162             "doc": "<p>The parent node</p>\n",
2163             "name": "parent"
2164           },
2165           {
2166             "type": "Node",
2167             "optional": false,
2168             "doc": "<p>The child node to be removed</p>\n",
2169             "name": "node"
2170           },
2171           {
2172             "type": "Object",
2173             "tagname": "param",
2174             "name": "options",
2175             "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"
2176           }
2177         ],
2178         "name": "beforeremove",
2179         "owner": "Ext.data.TreeStore",
2180         "doc": "<p>Fires before a child is removed from a node in this store's tree, return false to cancel the remove.</p>\n",
2181         "linenr": 144,
2182         "html_filename": "TreeStore.html"
2183       },
2184       {
2185         "deprecated": null,
2186         "alias": null,
2187         "protected": false,
2188         "tagname": "event",
2189         "href": "AbstractStore.html#Ext-data-AbstractStore-event-beforesync",
2190         "shortDoc": "Called before a call to sync is executed. ...",
2191         "static": false,
2192         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2193         "private": false,
2194         "params": [
2195           {
2196             "type": "Object",
2197             "optional": false,
2198             "doc": "<p>Hash of all records to be synchronized, broken down into create, update and destroy</p>\n",
2199             "name": "options"
2200           },
2201           {
2202             "type": "Object",
2203             "tagname": "param",
2204             "name": "options",
2205             "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"
2206           }
2207         ],
2208         "name": "beforesync",
2209         "owner": "Ext.data.AbstractStore",
2210         "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",
2211         "linenr": 198,
2212         "html_filename": "AbstractStore.html"
2213       },
2214       {
2215         "deprecated": null,
2216         "alias": null,
2217         "protected": false,
2218         "tagname": "event",
2219         "href": "AbstractStore.html#Ext-data-AbstractStore-event-clear",
2220         "shortDoc": "Fired after the removeAll method is called. ...",
2221         "static": false,
2222         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2223         "private": false,
2224         "params": [
2225           {
2226             "type": "Ext.data.Store",
2227             "optional": false,
2228             "doc": "\n",
2229             "name": "this"
2230           },
2231           {
2232             "type": "Object",
2233             "tagname": "param",
2234             "name": "options",
2235             "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"
2236           }
2237         ],
2238         "name": "clear",
2239         "owner": "Ext.data.AbstractStore",
2240         "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",
2241         "linenr": 204,
2242         "html_filename": "AbstractStore.html"
2243       },
2244       {
2245         "deprecated": null,
2246         "alias": null,
2247         "protected": false,
2248         "tagname": "event",
2249         "href": "TreeStore.html#Ext-data-TreeStore-event-collapse",
2250         "shortDoc": "Fires when this node is collapsed. ...",
2251         "static": false,
2252         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2253         "private": false,
2254         "params": [
2255           {
2256             "type": "Node",
2257             "optional": false,
2258             "doc": "<p>The collapsing node</p>\n",
2259             "name": "this"
2260           },
2261           {
2262             "type": "Object",
2263             "tagname": "param",
2264             "name": "options",
2265             "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"
2266           }
2267         ],
2268         "name": "collapse",
2269         "owner": "Ext.data.TreeStore",
2270         "doc": "<p>Fires when this node is collapsed.</p>\n",
2271         "linenr": 181,
2272         "html_filename": "TreeStore.html"
2273       },
2274       {
2275         "deprecated": null,
2276         "alias": null,
2277         "protected": false,
2278         "tagname": "event",
2279         "href": "AbstractStore.html#Ext-data-AbstractStore-event-datachanged",
2280         "shortDoc": "Fires whenever the records in the Store have changed in some way - this could include adding or removing records,\nor ...",
2281         "static": false,
2282         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2283         "private": false,
2284         "params": [
2285           {
2286             "type": "Ext.data.Store",
2287             "optional": false,
2288             "doc": "<p>The data store</p>\n",
2289             "name": "this"
2290           },
2291           {
2292             "type": "Object",
2293             "tagname": "param",
2294             "name": "options",
2295             "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"
2296           }
2297         ],
2298         "name": "datachanged",
2299         "owner": "Ext.data.AbstractStore",
2300         "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",
2301         "linenr": 173,
2302         "html_filename": "AbstractStore.html"
2303       },
2304       {
2305         "deprecated": null,
2306         "alias": null,
2307         "protected": false,
2308         "tagname": "event",
2309         "href": "TreeStore.html#Ext-data-TreeStore-event-expand",
2310         "shortDoc": "Fires when this node is expanded. ...",
2311         "static": false,
2312         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2313         "private": false,
2314         "params": [
2315           {
2316             "type": "Node",
2317             "optional": false,
2318             "doc": "<p>The expanding node</p>\n",
2319             "name": "this"
2320           },
2321           {
2322             "type": "Object",
2323             "tagname": "param",
2324             "name": "options",
2325             "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"
2326           }
2327         ],
2328         "name": "expand",
2329         "owner": "Ext.data.TreeStore",
2330         "doc": "<p>Fires when this node is expanded.</p>\n",
2331         "linenr": 174,
2332         "html_filename": "TreeStore.html"
2333       },
2334       {
2335         "deprecated": null,
2336         "alias": null,
2337         "protected": false,
2338         "tagname": "event",
2339         "href": "TreeStore.html#Ext-data-TreeStore-event-insert",
2340         "shortDoc": "Fires when a new child node is inserted in a node in this store's tree. ...",
2341         "static": false,
2342         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2343         "private": false,
2344         "params": [
2345           {
2346             "type": "Tree",
2347             "optional": false,
2348             "doc": "<p>The owner tree</p>\n",
2349             "name": "tree"
2350           },
2351           {
2352             "type": "Node",
2353             "optional": false,
2354             "doc": "<p>The parent node</p>\n",
2355             "name": "parent"
2356           },
2357           {
2358             "type": "Node",
2359             "optional": false,
2360             "doc": "<p>The child node inserted</p>\n",
2361             "name": "node"
2362           },
2363           {
2364             "type": "Node",
2365             "optional": false,
2366             "doc": "<p>The child node the node was inserted before</p>\n",
2367             "name": "refNode"
2368           },
2369           {
2370             "type": "Object",
2371             "tagname": "param",
2372             "name": "options",
2373             "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"
2374           }
2375         ],
2376         "name": "insert",
2377         "owner": "Ext.data.TreeStore",
2378         "doc": "<p>Fires when a new child node is inserted in a node in this store's tree.</p>\n",
2379         "linenr": 125,
2380         "html_filename": "TreeStore.html"
2381       },
2382       {
2383         "deprecated": null,
2384         "alias": null,
2385         "protected": false,
2386         "tagname": "event",
2387         "href": "AbstractStore.html#Ext-data-AbstractStore-event-load",
2388         "shortDoc": "Fires whenever the store reads data from a remote data source. ...",
2389         "static": false,
2390         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2391         "private": false,
2392         "params": [
2393           {
2394             "type": "Ext.data.Store",
2395             "optional": false,
2396             "doc": "\n",
2397             "name": "this"
2398           },
2399           {
2400             "type": "Array",
2401             "optional": false,
2402             "doc": "<p>An array of records</p>\n",
2403             "name": "records"
2404           },
2405           {
2406             "type": "Boolean",
2407             "optional": false,
2408             "doc": "<p>True if the operation was successful.</p>\n",
2409             "name": "successful"
2410           },
2411           {
2412             "type": "Object",
2413             "tagname": "param",
2414             "name": "options",
2415             "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"
2416           }
2417         ],
2418         "name": "load",
2419         "owner": "Ext.data.AbstractStore",
2420         "doc": "<p>Fires whenever the store reads data from a remote data source.</p>\n",
2421         "linenr": 189,
2422         "html_filename": "AbstractStore.html"
2423       },
2424       {
2425         "deprecated": null,
2426         "alias": null,
2427         "protected": false,
2428         "tagname": "event",
2429         "href": "TreeStore.html#Ext-data-TreeStore-event-move",
2430         "shortDoc": "Fires when a node is moved to a new location in the store's tree ...",
2431         "static": false,
2432         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2433         "private": false,
2434         "params": [
2435           {
2436             "type": "Tree",
2437             "optional": false,
2438             "doc": "<p>The owner tree</p>\n",
2439             "name": "tree"
2440           },
2441           {
2442             "type": "Node",
2443             "optional": false,
2444             "doc": "<p>The node moved</p>\n",
2445             "name": "node"
2446           },
2447           {
2448             "type": "Node",
2449             "optional": false,
2450             "doc": "<p>The old parent of this node</p>\n",
2451             "name": "oldParent"
2452           },
2453           {
2454             "type": "Node",
2455             "optional": false,
2456             "doc": "<p>The new parent of this node</p>\n",
2457             "name": "newParent"
2458           },
2459           {
2460             "type": "Number",
2461             "optional": false,
2462             "doc": "<p>The index it was moved to</p>\n",
2463             "name": "index"
2464           },
2465           {
2466             "type": "Object",
2467             "tagname": "param",
2468             "name": "options",
2469             "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"
2470           }
2471         ],
2472         "name": "move",
2473         "owner": "Ext.data.TreeStore",
2474         "doc": "<p>Fires when a node is moved to a new location in the store's tree</p>\n",
2475         "linenr": 114,
2476         "html_filename": "TreeStore.html"
2477       },
2478       {
2479         "deprecated": null,
2480         "alias": null,
2481         "protected": false,
2482         "tagname": "event",
2483         "href": "TreeStore.html#Ext-data-TreeStore-event-remove",
2484         "shortDoc": "Fires when a child node is removed from a node in this store's tree. ...",
2485         "static": false,
2486         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2487         "private": false,
2488         "params": [
2489           {
2490             "type": "Tree",
2491             "optional": false,
2492             "doc": "<p>The owner tree</p>\n",
2493             "name": "tree"
2494           },
2495           {
2496             "type": "Node",
2497             "optional": false,
2498             "doc": "<p>The parent node</p>\n",
2499             "name": "parent"
2500           },
2501           {
2502             "type": "Node",
2503             "optional": false,
2504             "doc": "<p>The child node removed</p>\n",
2505             "name": "node"
2506           },
2507           {
2508             "type": "Object",
2509             "tagname": "param",
2510             "name": "options",
2511             "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"
2512           }
2513         ],
2514         "name": "remove",
2515         "owner": "Ext.data.TreeStore",
2516         "doc": "<p>Fires when a child node is removed from a node in this store's tree.</p>\n",
2517         "linenr": 105,
2518         "html_filename": "TreeStore.html"
2519       },
2520       {
2521         "deprecated": null,
2522         "alias": null,
2523         "protected": false,
2524         "tagname": "event",
2525         "href": "TreeStore.html#Ext-data-TreeStore-event-rootchange",
2526         "shortDoc": "Fires when the root node on this TreeStore is changed. ...",
2527         "static": false,
2528         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2529         "private": false,
2530         "params": [
2531           {
2532             "type": "Ext.data.TreeStore",
2533             "optional": false,
2534             "doc": "<p>This TreeStore</p>\n",
2535             "name": "store"
2536           },
2537           {
2538             "type": "Node",
2539             "optional": false,
2540             "doc": "<p>new root node.</p>\n",
2541             "name": "The"
2542           },
2543           {
2544             "type": "Object",
2545             "tagname": "param",
2546             "name": "options",
2547             "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"
2548           }
2549         ],
2550         "name": "rootchange",
2551         "owner": "Ext.data.TreeStore",
2552         "doc": "<p>Fires when the root node on this TreeStore is changed.</p>\n",
2553         "linenr": 237,
2554         "html_filename": "TreeStore.html"
2555       },
2556       {
2557         "deprecated": null,
2558         "alias": null,
2559         "protected": false,
2560         "tagname": "event",
2561         "href": "TreeStore.html#Ext-data-TreeStore-event-sort",
2562         "shortDoc": "Fires when this TreeStore is sorted. ...",
2563         "static": false,
2564         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2565         "private": false,
2566         "params": [
2567           {
2568             "type": "Node",
2569             "optional": false,
2570             "doc": "<p>The node that is sorted.</p>\n",
2571             "name": "node"
2572           },
2573           {
2574             "type": "Object",
2575             "tagname": "param",
2576             "name": "options",
2577             "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"
2578           }
2579         ],
2580         "name": "sort",
2581         "owner": "Ext.data.TreeStore",
2582         "doc": "<p>Fires when this TreeStore is sorted.</p>\n",
2583         "linenr": 202,
2584         "html_filename": "TreeStore.html"
2585       },
2586       {
2587         "deprecated": null,
2588         "alias": null,
2589         "protected": false,
2590         "tagname": "event",
2591         "href": "AbstractStore.html#Ext-data-AbstractStore-event-update",
2592         "shortDoc": "Fires when a Record has been updated ...",
2593         "static": false,
2594         "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/AbstractStore.js",
2595         "private": false,
2596         "params": [
2597           {
2598             "type": "Store",
2599             "optional": false,
2600             "doc": "\n",
2601             "name": "this"
2602           },
2603           {
2604             "type": "Ext.data.Model",
2605             "optional": false,
2606             "doc": "<p>The Model instance that was updated</p>\n",
2607             "name": "record"
2608           },
2609           {
2610             "type": "String",
2611             "optional": false,
2612             "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",
2613             "name": "operation"
2614           },
2615           {
2616             "type": "Object",
2617             "tagname": "param",
2618             "name": "options",
2619             "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"
2620           }
2621         ],
2622         "name": "update",
2623         "owner": "Ext.data.AbstractStore",
2624         "doc": "<p>Fires when a Record has been updated</p>\n",
2625         "linenr": 159,
2626         "html_filename": "AbstractStore.html"
2627       }
2628     ]
2629   },
2630   "singleton": false,
2631   "alias": null,
2632   "superclasses": [
2633     "Ext.Base",
2634     "Ext.data.AbstractStore"
2635   ],
2636   "protected": false,
2637   "tagname": "class",
2638   "mixins": [
2639
2640   ],
2641   "href": "TreeStore.html#Ext-data-TreeStore",
2642   "subclasses": [
2643
2644   ],
2645   "static": false,
2646   "author": null,
2647   "component": false,
2648   "filename": "/mnt/ebs/nightly/git/SDK/platform/src/data/TreeStore.js",
2649   "private": false,
2650   "alternateClassNames": [
2651
2652   ],
2653   "name": "Ext.data.TreeStore",
2654   "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<h1>Using Models</h1>\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<h1>Reading Nested Data</h1>\n\n<p>For the tree to read nested data, the <a href=\"#/api/Ext.data.reader.Reader\" rel=\"Ext.data.reader.Reader\" class=\"docClass\">Ext.data.reader.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",
2655   "mixedInto": [
2656
2657   ],
2658   "linenr": 1,
2659   "xtypes": [
2660
2661   ],
2662   "html_filename": "TreeStore.html",
2663   "extends": "Ext.data.AbstractStore"
2664 });