Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.tree.AsyncTreeNode-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.tree.AsyncTreeNode-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.tree.AsyncTreeNode-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.tree.AsyncTreeNode-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.tree.AsyncTreeNode"><img src="../resources/images/default/s.gif" class="item-icon icon-fav">Direct Link</a>
8
        </div>
9
                <div class="inheritance res-block">
10
<pre class="res-block-inner"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a>
11
  <img src="resources/elbow-end.gif"/><a ext:cls="Ext.data.Node" ext:member="" href="output/Ext.data.Node.html">Node</a>
12
    <img src="resources/elbow-end.gif"/><a ext:cls="Ext.tree.TreeNode" ext:member="" href="output/Ext.tree.TreeNode.html">TreeNode</a>
13
      <img src="resources/elbow-end.gif"/>AsyncTreeNode</pre></div>
14
                <h1>Class Ext.tree.AsyncTreeNode</h1>
15
        <table cellspacing="0">
16
            <tr><td class="label">Package:</td><td class="hd-info">Ext.tree</td></tr>
17
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/tree/AsyncTreeNode.js" target="_blank">AsyncTreeNode.js</a></td></tr>
18
            <tr><td class="label">Class:</td><td class="hd-info">AsyncTreeNode</td></tr>
19
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.tree.TreeNode" ext:member="" href="output/Ext.tree.TreeNode.html">TreeNode</a></td></tr>
20
                    </table>
21
        <div class="description">
22
                    </div>
23
 
24
        <div class="hr"></div>
25
                <a id="Ext.tree.AsyncTreeNode-configs"></a>
26
        <h2>Config Options</h2>
27
        <table cellspacing="0" class="member-table">
28
            <tr>
29
                <th class="sig-header" colspan="2">Config Options</th>
30
                <th class="msource-header">Defined By</th>
31
            </tr>
32
                <tr class="config-row inherited">
33
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
34
        <td class="sig">
35
        <a id="Ext.tree.AsyncTreeNode-allowChildren"></a>
36
            <b>allowChildren</b> : Boolean            <div class="mdesc">
37
                            False to not allow this node to have child nodes (defaults to true)                        </div>
38
        </td>
39
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#allowChildren" href="output/Ext.tree.TreeNode.html#allowChildren">TreeNode</a></td>
40
    </tr>
41
        <tr class="config-row inherited alt">
42
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
43
        <td class="sig">
44
        <a id="Ext.tree.AsyncTreeNode-allowDrag"></a>
45
            <b>allowDrag</b> : Boolean            <div class="mdesc">
46
                            False to make this node undraggable if <a ext:cls="Ext.tree.TreeNode" ext:member="draggable" href="output/Ext.tree.TreeNode.html#draggable">draggable</a> = true (defaults to true)                        </div>
47
        </td>
48
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#allowDrag" href="output/Ext.tree.TreeNode.html#allowDrag">TreeNode</a></td>
49
    </tr>
50
        <tr class="config-row inherited">
51
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
52
        <td class="sig">
53
        <a id="Ext.tree.AsyncTreeNode-allowDrop"></a>
54
            <b>allowDrop</b> : Boolean            <div class="mdesc">
55
                            False if this node cannot have child nodes dropped on it (defaults to true)                        </div>
56
        </td>
57
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#allowDrop" href="output/Ext.tree.TreeNode.html#allowDrop">TreeNode</a></td>
58
    </tr>
59
        <tr class="config-row inherited alt expandable">
60
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
61
        <td class="sig">
62
        <a id="Ext.tree.AsyncTreeNode-checked"></a>
63
            <b>checked</b> : Boolean            <div class="mdesc">
64
                        <div class="short">True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no...</div>
65
            <div class="long">
66
                True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no checkbox rendered)            </div>
67
                        </div>
68
        </td>
69
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#checked" href="output/Ext.tree.TreeNode.html#checked">TreeNode</a></td>
70
    </tr>
71
        <tr class="config-row inherited">
72
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
73
        <td class="sig">
74
        <a id="Ext.tree.AsyncTreeNode-cls"></a>
75
            <b>cls</b> : String            <div class="mdesc">
76
                            A css class to be added to the node                        </div>
77
        </td>
78
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#cls" href="output/Ext.tree.TreeNode.html#cls">TreeNode</a></td>
79
    </tr>
80
        <tr class="config-row inherited alt">
81
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
82
        <td class="sig">
83
        <a id="Ext.tree.AsyncTreeNode-disabled"></a>
84
            <b>disabled</b> : Boolean            <div class="mdesc">
85
                            true to start the node disabled                        </div>
86
        </td>
87
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#disabled" href="output/Ext.tree.TreeNode.html#disabled">TreeNode</a></td>
88
    </tr>
89
        <tr class="config-row inherited">
90
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
91
        <td class="sig">
92
        <a id="Ext.tree.AsyncTreeNode-draggable"></a>
93
            <b>draggable</b> : Boolean            <div class="mdesc">
94
                            True to make this node draggable (defaults to false)                        </div>
95
        </td>
96
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#draggable" href="output/Ext.tree.TreeNode.html#draggable">TreeNode</a></td>
97
    </tr>
98
        <tr class="config-row inherited alt">
99
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
100
        <td class="sig">
101
        <a id="Ext.tree.AsyncTreeNode-expandable"></a>
102
            <b>expandable</b> : Boolean            <div class="mdesc">
103
                            If set to true, the node will always show a plus/minus icon, even when empty                        </div>
104
        </td>
105
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#expandable" href="output/Ext.tree.TreeNode.html#expandable">TreeNode</a></td>
106
    </tr>
107
        <tr class="config-row inherited">
108
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
109
        <td class="sig">
110
        <a id="Ext.tree.AsyncTreeNode-expanded"></a>
111
            <b>expanded</b> : Boolean            <div class="mdesc">
112
                            true to start the node expanded                        </div>
113
        </td>
114
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#expanded" href="output/Ext.tree.TreeNode.html#expanded">TreeNode</a></td>
115
    </tr>
116
        <tr class="config-row inherited alt">
117
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
118
        <td class="sig">
119
        <a id="Ext.tree.AsyncTreeNode-href"></a>
120
            <b>href</b> : String            <div class="mdesc">
121
                            URL of the link used for the node (defaults to #)                        </div>
122
        </td>
123
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#href" href="output/Ext.tree.TreeNode.html#href">TreeNode</a></td>
124
    </tr>
125
        <tr class="config-row inherited">
126
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
127
        <td class="sig">
128
        <a id="Ext.tree.AsyncTreeNode-hrefTarget"></a>
129
            <b>hrefTarget</b> : String            <div class="mdesc">
130
                            target frame for the link                        </div>
131
        </td>
132
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#hrefTarget" href="output/Ext.tree.TreeNode.html#hrefTarget">TreeNode</a></td>
133
    </tr>
134
        <tr class="config-row inherited alt expandable">
135
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
136
        <td class="sig">
137
        <a id="Ext.tree.AsyncTreeNode-icon"></a>
138
            <b>icon</b> : String            <div class="mdesc">
139
                        <div class="short">The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the ic...</div>
140
            <div class="long">
141
                The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the icon via a CSS background image.            </div>
142
                        </div>
143
        </td>
144
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#icon" href="output/Ext.tree.TreeNode.html#icon">TreeNode</a></td>
145
    </tr>
146
        <tr class="config-row inherited">
147
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
148
        <td class="sig">
149
        <a id="Ext.tree.AsyncTreeNode-iconCls"></a>
150
            <b>iconCls</b> : String            <div class="mdesc">
151
                            A css class to be added to the nodes icon element for applying css background images                        </div>
152
        </td>
153
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#iconCls" href="output/Ext.tree.TreeNode.html#iconCls">TreeNode</a></td>
154
    </tr>
155
        <tr class="config-row inherited alt">
156
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
157
        <td class="sig">
158
        <a id="Ext.tree.AsyncTreeNode-id"></a>
159
            <b>id</b> : String            <div class="mdesc">
160
                            The id for this node. If one is not specified, one is generated.                        </div>
161
        </td>
162
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#id" href="output/Ext.data.Node.html#id">Node</a></td>
163
    </tr>
164
        <tr class="config-row inherited">
165
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
166
        <td class="sig">
167
        <a id="Ext.tree.AsyncTreeNode-isTarget"></a>
168
            <b>isTarget</b> : Boolean            <div class="mdesc">
169
                            False to not allow this node to act as a drop target (defaults to true)                        </div>
170
        </td>
171
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#isTarget" href="output/Ext.tree.TreeNode.html#isTarget">TreeNode</a></td>
172
    </tr>
173
        <tr class="config-row inherited alt">
174
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
175
        <td class="sig">
176
        <a id="Ext.tree.AsyncTreeNode-leaf"></a>
177
            <b>leaf</b> : Boolean            <div class="mdesc">
178
                            true if this node is a leaf and does not have children                        </div>
179
        </td>
180
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#leaf" href="output/Ext.data.Node.html#leaf">Node</a></td>
181
    </tr>
182
        <tr class="config-row inherited expandable">
183
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
184
        <td class="sig">
185
        <a id="Ext.tree.AsyncTreeNode-listeners"></a>
186
            <b>listeners</b> : Object            <div class="mdesc">
187
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
188
            <div class="long">
189
                A config object containing one or more event handlers to be added to this object during initialization. This should be a valid listeners config object as specified in the <a ext:cls="Ext.util.Observable" ext:member="addListener" href="output/Ext.util.Observable.html#addListener">addListener</a> example for attaching multiple handlers at once.            </div>
190
                        </div>
191
        </td>
192
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
193
    </tr>
194
        <tr class="config-row alt">
195
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
196
        <td class="sig">
197
        <a id="Ext.tree.AsyncTreeNode-loader"></a>
198
            <b>loader</b> : TreeLoader            <div class="mdesc">
199
                            A TreeLoader to be used by this node (defaults to the loader defined on the tree)                        </div>
200
        </td>
201
        <td class="msource">AsyncTreeNode</td>
202
    </tr>
203
        <tr class="config-row inherited">
204
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
205
        <td class="sig">
206
        <a id="Ext.tree.AsyncTreeNode-qtip"></a>
207
            <b>qtip</b> : String            <div class="mdesc">
208
                            An Ext QuickTip for the node                        </div>
209
        </td>
210
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#qtip" href="output/Ext.tree.TreeNode.html#qtip">TreeNode</a></td>
211
    </tr>
212
        <tr class="config-row inherited alt">
213
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
214
        <td class="sig">
215
        <a id="Ext.tree.AsyncTreeNode-qtipCfg"></a>
216
            <b>qtipCfg</b> : String            <div class="mdesc">
217
                            An Ext QuickTip config for the node (used instead of qtip)                        </div>
218
        </td>
219
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#qtipCfg" href="output/Ext.tree.TreeNode.html#qtipCfg">TreeNode</a></td>
220
    </tr>
221
        <tr class="config-row inherited">
222
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
223
        <td class="sig">
224
        <a id="Ext.tree.AsyncTreeNode-singleClickExpand"></a>
225
            <b>singleClickExpand</b> : Boolean            <div class="mdesc">
226
                            True for single click expand on this node                        </div>
227
        </td>
228
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#singleClickExpand" href="output/Ext.tree.TreeNode.html#singleClickExpand">TreeNode</a></td>
229
    </tr>
230
        <tr class="config-row inherited alt">
231
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
232
        <td class="sig">
233
        <a id="Ext.tree.AsyncTreeNode-text"></a>
234
            <b>text</b> : String            <div class="mdesc">
235
                            The text for this node                        </div>
236
        </td>
237
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#text" href="output/Ext.tree.TreeNode.html#text">TreeNode</a></td>
238
    </tr>
239
        <tr class="config-row inherited">
240
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
241
        <td class="sig">
242
        <a id="Ext.tree.AsyncTreeNode-uiProvider"></a>
243
            <b>uiProvider</b> : Function            <div class="mdesc">
244
                            A UI <b>class</b> to use for this node (defaults to Ext.tree.TreeNodeUI)                        </div>
245
        </td>
246
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#uiProvider" href="output/Ext.tree.TreeNode.html#uiProvider">TreeNode</a></td>
247
    </tr>
248
            </table>
249
                <a id="Ext.tree.AsyncTreeNode-props"></a>
250
        <h2>Public Properties</h2>
251
                <table cellspacing="0" class="member-table">
252
            <tr>
253
                <th class="sig-header" colspan="2">Property</th>
254
                <th class="msource-header">Defined By</th>
255
            </tr>
256
                <tr class="property-row inherited">
257
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
258
        <td class="sig">
259
        <a id="Ext.tree.AsyncTreeNode-attributes"></a>
260
            <b>attributes</b> : Object            <div class="mdesc">
261
                            The attributes supplied for the node. You can use this property to access any custom attributes you supplied.                        </div>
262
        </td>
263
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#attributes" href="output/Ext.data.Node.html#attributes">Node</a></td>
264
    </tr>
265
        <tr class="property-row inherited alt">
266
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
267
        <td class="sig">
268
        <a id="Ext.tree.AsyncTreeNode-childNodes"></a>
269
            <b>childNodes</b> : Array            <div class="mdesc">
270
                            All child nodes of this node.                        </div>
271
        </td>
272
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#childNodes" href="output/Ext.data.Node.html#childNodes">Node</a></td>
273
    </tr>
274
        <tr class="property-row inherited">
275
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
276
        <td class="sig">
277
        <a id="Ext.tree.AsyncTreeNode-disabled"></a>
278
            <b>disabled</b> : Boolean            <div class="mdesc">
279
                            True if this node is disabled.                        </div>
280
        </td>
281
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#disabled" href="output/Ext.tree.TreeNode.html#disabled">TreeNode</a></td>
282
    </tr>
283
        <tr class="property-row inherited alt">
284
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
285
        <td class="sig">
286
        <a id="Ext.tree.AsyncTreeNode-firstChild"></a>
287
            <b>firstChild</b> : Node            <div class="mdesc">
288
                            The first direct child node of this node, or null if this node has no child nodes.                        </div>
289
        </td>
290
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#firstChild" href="output/Ext.data.Node.html#firstChild">Node</a></td>
291
    </tr>
292
        <tr class="property-row inherited">
293
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
294
        <td class="sig">
295
        <a id="Ext.tree.AsyncTreeNode-id"></a>
296
            <b>id</b> : String            <div class="mdesc">
297
                            The node id.                        </div>
298
        </td>
299
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#id" href="output/Ext.data.Node.html#id">Node</a></td>
300
    </tr>
301
        <tr class="property-row inherited alt">
302
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
303
        <td class="sig">
304
        <a id="Ext.tree.AsyncTreeNode-lastChild"></a>
305
            <b>lastChild</b> : Node            <div class="mdesc">
306
                            The last direct child node of this node, or null if this node has no child nodes.                        </div>
307
        </td>
308
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#lastChild" href="output/Ext.data.Node.html#lastChild">Node</a></td>
309
    </tr>
310
        <tr class="property-row">
311
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
312
        <td class="sig">
313
        <a id="Ext.tree.AsyncTreeNode-loader"></a>
314
            <b>loader</b> : TreeLoader            <div class="mdesc">
315
 
316
The loader used by this node (defaults to using the tree's defined loader)                        </div>
317
        </td>
318
        <td class="msource">AsyncTreeNode</td>
319
    </tr>
320
        <tr class="property-row inherited alt">
321
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
322
        <td class="sig">
323
        <a id="Ext.tree.AsyncTreeNode-nextSibling"></a>
324
            <b>nextSibling</b> : Node            <div class="mdesc">
325
                            The node immediately following this node in the tree, or null if there is no sibling node.                        </div>
326
        </td>
327
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#nextSibling" href="output/Ext.data.Node.html#nextSibling">Node</a></td>
328
    </tr>
329
        <tr class="property-row inherited">
330
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
331
        <td class="sig">
332
        <a id="Ext.tree.AsyncTreeNode-parentNode"></a>
333
            <b>parentNode</b> : Node            <div class="mdesc">
334
                            The parent node for this node.                        </div>
335
        </td>
336
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#parentNode" href="output/Ext.data.Node.html#parentNode">Node</a></td>
337
    </tr>
338
        <tr class="property-row inherited alt">
339
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
340
        <td class="sig">
341
        <a id="Ext.tree.AsyncTreeNode-previousSibling"></a>
342
            <b>previousSibling</b> : Node            <div class="mdesc">
343
                            The node immediately preceding this node in the tree, or null if there is no sibling node.                        </div>
344
        </td>
345
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#previousSibling" href="output/Ext.data.Node.html#previousSibling">Node</a></td>
346
    </tr>
347
        <tr class="property-row inherited">
348
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
349
        <td class="sig">
350
        <a id="Ext.tree.AsyncTreeNode-text"></a>
351
            <b>text</b> : String            <div class="mdesc">
352
                            Read-only. The text for this node. To change it use setText().                        </div>
353
        </td>
354
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#text" href="output/Ext.tree.TreeNode.html#text">TreeNode</a></td>
355
    </tr>
356
        <tr class="property-row inherited alt">
357
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
358
        <td class="sig">
359
        <a id="Ext.tree.AsyncTreeNode-ui"></a>
360
            <b>ui</b> : TreeNodeUI            <div class="mdesc">
361
                            Read-only. The UI for this node                        </div>
362
        </td>
363
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#ui" href="output/Ext.tree.TreeNode.html#ui">TreeNode</a></td>
364
    </tr>
365
            </table>
366
                <a id="Ext.tree.AsyncTreeNode-methods"></a>
367
        <h2>Public Methods</h2>
368
                <table cellspacing="0" class="member-table">
369
            <tr>
370
                <th class="sig-header" colspan="2">Method</th>
371
                <th class="msource-header">Defined By</th>
372
            </tr>
373
                <tr class="method-row expandable">
374
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
375
        <td class="sig">
376
        <a id="Ext.tree.AsyncTreeNode-AsyncTreeNode"></a>
377
            <b>AsyncTreeNode</b>(&nbsp;<code>Object/String attributes</code>&nbsp;)            <div class="mdesc">
378
                        <div class="short"></div>
379
            <div class="long">
380
                    <div class="mdetail-params">
381
        <strong>Parameters:</strong>
382
        <ul><li><code>attributes</code> : Object/String<div class="sub-desc">The attributes/config for the node or just a string with the text for the node</div></li>        </ul>
383
        <strong>Returns:</strong>
384
        <ul>
385
            <li><code></code></li>
386
        </ul>
387
    </div>
388
                </div>
389
                        </div>
390
        </td>
391
        <td class="msource">AsyncTreeNode</td>
392
    </tr>
393
        <tr class="method-row inherited alt expandable">
394
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
395
        <td class="sig">
396
        <a id="Ext.tree.AsyncTreeNode-addEvents"></a>
397
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
398
                        <div class="short">Used to define events on this Observable</div>
399
            <div class="long">
400
                Used to define events on this Observable    <div class="mdetail-params">
401
        <strong>Parameters:</strong>
402
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
403
        <strong>Returns:</strong>
404
        <ul>
405
            <li><code>void</code></li>
406
        </ul>
407
    </div>
408
                </div>
409
                        </div>
410
        </td>
411
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
412
    </tr>
413
        <tr class="method-row inherited expandable">
414
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
415
        <td class="sig">
416
        <a id="Ext.tree.AsyncTreeNode-addListener"></a>
417
            <b>addListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
418
                        <div class="short">Appends an event handler to this component</div>
419
            <div class="long">
420
                Appends an event handler to this component    <div class="mdetail-params">
421
        <strong>Parameters:</strong>
422
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
423
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
424
properties. This may contain any of the following properties:<ul>
425
<li><b>scope</b> : Object<p class="sub-desc">The scope in which to execute the handler function. The handler function's "this" context.</p></li>
426
<li><b>delay</b> : Number<p class="sub-desc">The number of milliseconds to delay the invocation of the handler after the event fires.</p></li>
427
<li><b>single</b> : Boolean<p class="sub-desc">True to add a handler to handle just the next firing of the event, and then remove itself.</p></li>
428
<li><b>buffer</b> : Number<p class="sub-desc">Causes the handler to be scheduled to run in an <a ext:cls="Ext.util.DelayedTask" href="output/Ext.util.DelayedTask.html">Ext.util.DelayedTask</a> delayed
429
by the specified number of milliseconds. If the event fires again within that time, the original
430
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
431
</ul><br>
432
<p>
433
<b>Combining Options</b><br>
434
Using the options argument, it is possible to combine different types of listeners:<br>
435
<br>
436
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
437
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
438
    single: true,
439
    delay: 100,
440
    forumId: 4
441
});</code></pre>
442
<p>
443
<b>Attaching multiple handlers in 1 call</b><br>
444
The method also allows for a single argument to be passed which is a config object containing properties
445
which specify multiple handlers.
446
<p>
447
<pre><code>foo.on({
448
    <em>'click'</em> : {
449
        fn: <b>this</b>.onClick,
450
        scope: <b>this</b>,
451
        delay: 100
452
    },
453
    <em>'mouseover'</em> : {
454
        fn: <b>this</b>.onMouseOver,
455
        scope: <b>this</b>
456
    },
457
    <em>'mouseout'</em> : {
458
        fn: <b>this</b>.onMouseOut,
459
        scope: <b>this</b>
460
    }
461
});</code></pre>
462
<p>
463
Or a shorthand syntax:<br>
464
<pre><code>foo.on({
465
    <em>'click'</em> : <b>this</b>.onClick,
466
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
467
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
468
     scope: <b>this</b>
469
});</code></pre></div></li>        </ul>
470
        <strong>Returns:</strong>
471
        <ul>
472
            <li><code>void</code></li>
473
        </ul>
474
    </div>
475
                </div>
476
                        </div>
477
        </td>
478
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
479
    </tr>
480
        <tr class="method-row inherited alt expandable">
481
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
482
        <td class="sig">
483
        <a id="Ext.tree.AsyncTreeNode-appendChild"></a>
484
            <b>appendChild</b>(&nbsp;<code>Node/Array node</code>&nbsp;) : Node            <div class="mdesc">
485
                        <div class="short">Insert node(s) as the last child node of this node.</div>
486
            <div class="long">
487
                Insert node(s) as the last child node of this node.    <div class="mdetail-params">
488
        <strong>Parameters:</strong>
489
        <ul><li><code>node</code> : Node/Array<div class="sub-desc">The node or Array of nodes to append</div></li>        </ul>
490
        <strong>Returns:</strong>
491
        <ul>
492
            <li><code>Node</code><div class="sub-desc">The appended node if single append, or null if an array was passed</div></li>
493
        </ul>
494
    </div>
495
                </div>
496
                        </div>
497
        </td>
498
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#appendChild" href="output/Ext.data.Node.html#appendChild">Node</a></td>
499
    </tr>
500
        <tr class="method-row inherited expandable">
501
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
502
        <td class="sig">
503
        <a id="Ext.tree.AsyncTreeNode-bubble"></a>
504
            <b>bubble</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">
505
                        <div class="short">Bubbles up the tree from this node, calling the specified function with each node. The scope (this) of
506
function call ...</div>
507
            <div class="long">
508
                Bubbles up the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of
509
function call will be the scope provided or the current node. The arguments to the function
510
will be the args provided or the current node. If the function returns false at any point,
511
the bubble is stopped.    <div class="mdetail-params">
512
        <strong>Parameters:</strong>
513
        <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current node)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (default to passing the current node)</div></li>        </ul>
514
        <strong>Returns:</strong>
515
        <ul>
516
            <li><code>void</code></li>
517
        </ul>
518
    </div>
519
                </div>
520
                        </div>
521
        </td>
522
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#bubble" href="output/Ext.data.Node.html#bubble">Node</a></td>
523
    </tr>
524
        <tr class="method-row inherited alt expandable">
525
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
526
        <td class="sig">
527
        <a id="Ext.tree.AsyncTreeNode-cascade"></a>
528
            <b>cascade</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">
529
                        <div class="short">Cascades down the tree from this node, calling the specified function with each node. The scope (this) of
530
function ca...</div>
531
            <div class="long">
532
                Cascades down the tree from this node, calling the specified function with each node. The scope (<i>this</i>) of
533
function call will be the scope provided or the current node. The arguments to the function
534
will be the args provided or the current node. If the function returns false at any point,
535
the cascade is stopped on that branch.    <div class="mdetail-params">
536
        <strong>Parameters:</strong>
537
        <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current node)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (default to passing the current node)</div></li>        </ul>
538
        <strong>Returns:</strong>
539
        <ul>
540
            <li><code>void</code></li>
541
        </ul>
542
    </div>
543
                </div>
544
                        </div>
545
        </td>
546
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#cascade" href="output/Ext.data.Node.html#cascade">Node</a></td>
547
    </tr>
548
        <tr class="method-row inherited expandable">
549
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
550
        <td class="sig">
551
        <a id="Ext.tree.AsyncTreeNode-collapse"></a>
552
            <b>collapse</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean deep</code>]</span>, <span class="optional" title="Optional">[<code>Boolean anim</code>]</span>&nbsp;) : void            <div class="mdesc">
553
                        <div class="short">Collapse this node.</div>
554
            <div class="long">
555
                Collapse this node.    <div class="mdetail-params">
556
        <strong>Parameters:</strong>
557
        <ul><li><code>deep</code> : Boolean<div class="sub-desc">(optional) True to collapse all children as well</div></li><li><code>anim</code> : Boolean<div class="sub-desc">(optional) false to cancel the default animation</div></li>        </ul>
558
        <strong>Returns:</strong>
559
        <ul>
560
            <li><code>void</code></li>
561
        </ul>
562
    </div>
563
                </div>
564
                        </div>
565
        </td>
566
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#collapse" href="output/Ext.tree.TreeNode.html#collapse">TreeNode</a></td>
567
    </tr>
568
        <tr class="method-row inherited alt expandable">
569
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
570
        <td class="sig">
571
        <a id="Ext.tree.AsyncTreeNode-collapseChildNodes"></a>
572
            <b>collapseChildNodes</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean deep</code>]</span>&nbsp;) : void            <div class="mdesc">
573
                        <div class="short">Collapse all child nodes</div>
574
            <div class="long">
575
                Collapse all child nodes    <div class="mdetail-params">
576
        <strong>Parameters:</strong>
577
        <ul><li><code>deep</code> : Boolean<div class="sub-desc">(optional) true if the child nodes should also collapse their child nodes</div></li>        </ul>
578
        <strong>Returns:</strong>
579
        <ul>
580
            <li><code>void</code></li>
581
        </ul>
582
    </div>
583
                </div>
584
                        </div>
585
        </td>
586
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#collapseChildNodes" href="output/Ext.tree.TreeNode.html#collapseChildNodes">TreeNode</a></td>
587
    </tr>
588
        <tr class="method-row inherited expandable">
589
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
590
        <td class="sig">
591
        <a id="Ext.tree.AsyncTreeNode-contains"></a>
592
            <b>contains</b>(&nbsp;<code>Node node</code>&nbsp;) : Boolean            <div class="mdesc">
593
                        <div class="short">Returns true if this node is an ancestor (at any point) of the passed node.</div>
594
            <div class="long">
595
                Returns true if this node is an ancestor (at any point) of the passed node.    <div class="mdetail-params">
596
        <strong>Parameters:</strong>
597
        <ul><li><code>node</code> : Node<div class="sub-desc"></div></li>        </ul>
598
        <strong>Returns:</strong>
599
        <ul>
600
            <li><code>Boolean</code></li>
601
        </ul>
602
    </div>
603
                </div>
604
                        </div>
605
        </td>
606
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#contains" href="output/Ext.data.Node.html#contains">Node</a></td>
607
    </tr>
608
        <tr class="method-row inherited alt expandable">
609
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
610
        <td class="sig">
611
        <a id="Ext.tree.AsyncTreeNode-disable"></a>
612
            <b>disable</b>() : void            <div class="mdesc">
613
                        <div class="short">Disables this node</div>
614
            <div class="long">
615
                Disables this node    <div class="mdetail-params">
616
        <strong>Parameters:</strong>
617
        <ul><li>None.</li>        </ul>
618
        <strong>Returns:</strong>
619
        <ul>
620
            <li><code>void</code></li>
621
        </ul>
622
    </div>
623
                </div>
624
                        </div>
625
        </td>
626
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#disable" href="output/Ext.tree.TreeNode.html#disable">TreeNode</a></td>
627
    </tr>
628
        <tr class="method-row inherited expandable">
629
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
630
        <td class="sig">
631
        <a id="Ext.tree.AsyncTreeNode-eachChild"></a>
632
            <b>eachChild</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Array args</code>]</span>&nbsp;) : void            <div class="mdesc">
633
                        <div class="short">Interates the child nodes of this node, calling the specified function with each node. The scope (this) of
634
function c...</div>
635
            <div class="long">
636
                Interates the child nodes of this node, calling the specified function with each node. The scope (<i>this</i>) of
637
function call will be the scope provided or the current node. The arguments to the function
638
will be the args provided or the current node. If the function returns false at any point,
639
the iteration stops.    <div class="mdetail-params">
640
        <strong>Parameters:</strong>
641
        <ul><li><code>fn</code> : Function<div class="sub-desc">The function to call</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope of the function (defaults to current node)</div></li><li><code>args</code> : Array<div class="sub-desc">(optional) The args to call the function with (default to passing the current node)</div></li>        </ul>
642
        <strong>Returns:</strong>
643
        <ul>
644
            <li><code>void</code></li>
645
        </ul>
646
    </div>
647
                </div>
648
                        </div>
649
        </td>
650
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#eachChild" href="output/Ext.data.Node.html#eachChild">Node</a></td>
651
    </tr>
652
        <tr class="method-row inherited alt expandable">
653
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
654
        <td class="sig">
655
        <a id="Ext.tree.AsyncTreeNode-enable"></a>
656
            <b>enable</b>() : void            <div class="mdesc">
657
                        <div class="short">Enables this node</div>
658
            <div class="long">
659
                Enables this node    <div class="mdetail-params">
660
        <strong>Parameters:</strong>
661
        <ul><li>None.</li>        </ul>
662
        <strong>Returns:</strong>
663
        <ul>
664
            <li><code>void</code></li>
665
        </ul>
666
    </div>
667
                </div>
668
                        </div>
669
        </td>
670
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#enable" href="output/Ext.tree.TreeNode.html#enable">TreeNode</a></td>
671
    </tr>
672
        <tr class="method-row inherited expandable">
673
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
674
        <td class="sig">
675
        <a id="Ext.tree.AsyncTreeNode-ensureVisible"></a>
676
            <b>ensureVisible</b>() : void            <div class="mdesc">
677
                        <div class="short">Ensures all parent nodes are expanded, and if necessary, scrolls
678
the node into view.</div>
679
            <div class="long">
680
                Ensures all parent nodes are expanded, and if necessary, scrolls
681
the node into view.    <div class="mdetail-params">
682
        <strong>Parameters:</strong>
683
        <ul><li>None.</li>        </ul>
684
        <strong>Returns:</strong>
685
        <ul>
686
            <li><code>void</code></li>
687
        </ul>
688
    </div>
689
                </div>
690
                        </div>
691
        </td>
692
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#ensureVisible" href="output/Ext.tree.TreeNode.html#ensureVisible">TreeNode</a></td>
693
    </tr>
694
        <tr class="method-row inherited alt expandable">
695
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
696
        <td class="sig">
697
        <a id="Ext.tree.AsyncTreeNode-expand"></a>
698
            <b>expand</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean deep</code>]</span>, <span class="optional" title="Optional">[<code>Boolean anim</code>]</span>, <span class="optional" title="Optional">[<code>Function callback</code>]</span>&nbsp;) : void            <div class="mdesc">
699
                        <div class="short">Expand this node.</div>
700
            <div class="long">
701
                Expand this node.    <div class="mdetail-params">
702
        <strong>Parameters:</strong>
703
        <ul><li><code>deep</code> : Boolean<div class="sub-desc">(optional) True to expand all children as well</div></li><li><code>anim</code> : Boolean<div class="sub-desc">(optional) false to cancel the default animation</div></li><li><code>callback</code> : Function<div class="sub-desc">(optional) A callback to be called when
704
expanding this node completes (does not wait for deep expand to complete).
705
Called with 1 parameter, this node.</div></li>        </ul>
706
        <strong>Returns:</strong>
707
        <ul>
708
            <li><code>void</code></li>
709
        </ul>
710
    </div>
711
                </div>
712
                        </div>
713
        </td>
714
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#expand" href="output/Ext.tree.TreeNode.html#expand">TreeNode</a></td>
715
    </tr>
716
        <tr class="method-row inherited expandable">
717
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
718
        <td class="sig">
719
        <a id="Ext.tree.AsyncTreeNode-expandChildNodes"></a>
720
            <b>expandChildNodes</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean deep</code>]</span>&nbsp;) : void            <div class="mdesc">
721
                        <div class="short">Expand all child nodes</div>
722
            <div class="long">
723
                Expand all child nodes    <div class="mdetail-params">
724
        <strong>Parameters:</strong>
725
        <ul><li><code>deep</code> : Boolean<div class="sub-desc">(optional) true if the child nodes should also expand their child nodes</div></li>        </ul>
726
        <strong>Returns:</strong>
727
        <ul>
728
            <li><code>void</code></li>
729
        </ul>
730
    </div>
731
                </div>
732
                        </div>
733
        </td>
734
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#expandChildNodes" href="output/Ext.tree.TreeNode.html#expandChildNodes">TreeNode</a></td>
735
    </tr>
736
        <tr class="method-row inherited alt expandable">
737
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
738
        <td class="sig">
739
        <a id="Ext.tree.AsyncTreeNode-findChild"></a>
740
            <b>findChild</b>(&nbsp;<code>String attribute</code>, <code>Mixed value</code>&nbsp;) : Node            <div class="mdesc">
741
                        <div class="short">Finds the first child that has the attribute with the specified value.</div>
742
            <div class="long">
743
                Finds the first child that has the attribute with the specified value.    <div class="mdetail-params">
744
        <strong>Parameters:</strong>
745
        <ul><li><code>attribute</code> : String<div class="sub-desc">The attribute name</div></li><li><code>value</code> : Mixed<div class="sub-desc">The value to search for</div></li>        </ul>
746
        <strong>Returns:</strong>
747
        <ul>
748
            <li><code>Node</code><div class="sub-desc">The found child or null if none was found</div></li>
749
        </ul>
750
    </div>
751
                </div>
752
                        </div>
753
        </td>
754
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#findChild" href="output/Ext.data.Node.html#findChild">Node</a></td>
755
    </tr>
756
        <tr class="method-row inherited expandable">
757
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
758
        <td class="sig">
759
        <a id="Ext.tree.AsyncTreeNode-findChildBy"></a>
760
            <b>findChildBy</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Node            <div class="mdesc">
761
                        <div class="short">Finds the first child by a custom function. The child matches if the function passed
762
returns true.</div>
763
            <div class="long">
764
                Finds the first child by a custom function. The child matches if the function passed
765
returns true.    <div class="mdetail-params">
766
        <strong>Parameters:</strong>
767
        <ul><li><code>fn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
768
        <strong>Returns:</strong>
769
        <ul>
770
            <li><code>Node</code><div class="sub-desc">The found child or null if none was found</div></li>
771
        </ul>
772
    </div>
773
                </div>
774
                        </div>
775
        </td>
776
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#findChildBy" href="output/Ext.data.Node.html#findChildBy">Node</a></td>
777
    </tr>
778
        <tr class="method-row inherited alt expandable">
779
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
780
        <td class="sig">
781
        <a id="Ext.tree.AsyncTreeNode-fireEvent"></a>
782
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
783
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
784
            <div class="long">
785
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
786
        <strong>Parameters:</strong>
787
        <ul><li><code>eventName</code> : String<div class="sub-desc"></div></li><li><code>args</code> : Object...<div class="sub-desc">Variable number of parameters are passed to handlers</div></li>        </ul>
788
        <strong>Returns:</strong>
789
        <ul>
790
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
791
        </ul>
792
    </div>
793
                </div>
794
                        </div>
795
        </td>
796
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
797
    </tr>
798
        <tr class="method-row inherited expandable">
799
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
800
        <td class="sig">
801
        <a id="Ext.tree.AsyncTreeNode-getDepth"></a>
802
            <b>getDepth</b>() : Number            <div class="mdesc">
803
                        <div class="short">Returns depth of this node (the root node has a depth of 0)</div>
804
            <div class="long">
805
                Returns depth of this node (the root node has a depth of 0)    <div class="mdetail-params">
806
        <strong>Parameters:</strong>
807
        <ul><li>None.</li>        </ul>
808
        <strong>Returns:</strong>
809
        <ul>
810
            <li><code>Number</code></li>
811
        </ul>
812
    </div>
813
                </div>
814
                        </div>
815
        </td>
816
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#getDepth" href="output/Ext.data.Node.html#getDepth">Node</a></td>
817
    </tr>
818
        <tr class="method-row inherited alt expandable">
819
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
820
        <td class="sig">
821
        <a id="Ext.tree.AsyncTreeNode-getOwnerTree"></a>
822
            <b>getOwnerTree</b>() : Tree            <div class="mdesc">
823
                        <div class="short">Returns the tree this node is in.</div>
824
            <div class="long">
825
                Returns the tree this node is in.    <div class="mdetail-params">
826
        <strong>Parameters:</strong>
827
        <ul><li>None.</li>        </ul>
828
        <strong>Returns:</strong>
829
        <ul>
830
            <li><code>Tree</code></li>
831
        </ul>
832
    </div>
833
                </div>
834
                        </div>
835
        </td>
836
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#getOwnerTree" href="output/Ext.data.Node.html#getOwnerTree">Node</a></td>
837
    </tr>
838
        <tr class="method-row inherited expandable">
839
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
840
        <td class="sig">
841
        <a id="Ext.tree.AsyncTreeNode-getPath"></a>
842
            <b>getPath</b>(&nbsp;<span class="optional" title="Optional">[<code>String attr</code>]</span>&nbsp;) : String            <div class="mdesc">
843
                        <div class="short">Returns the path for this node. The path can be used to expand or select this node programmatically.</div>
844
            <div class="long">
845
                Returns the path for this node. The path can be used to expand or select this node programmatically.    <div class="mdetail-params">
846
        <strong>Parameters:</strong>
847
        <ul><li><code>attr</code> : String<div class="sub-desc">(optional) The attr to use for the path (defaults to the node's id)</div></li>        </ul>
848
        <strong>Returns:</strong>
849
        <ul>
850
            <li><code>String</code><div class="sub-desc">The path</div></li>
851
        </ul>
852
    </div>
853
                </div>
854
                        </div>
855
        </td>
856
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#getPath" href="output/Ext.data.Node.html#getPath">Node</a></td>
857
    </tr>
858
        <tr class="method-row inherited alt expandable">
859
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
860
        <td class="sig">
861
        <a id="Ext.tree.AsyncTreeNode-getUI"></a>
862
            <b>getUI</b>() : TreeNodeUI            <div class="mdesc">
863
                        <div class="short">Returns the UI object for this node.</div>
864
            <div class="long">
865
                Returns the UI object for this node.    <div class="mdetail-params">
866
        <strong>Parameters:</strong>
867
        <ul><li>None.</li>        </ul>
868
        <strong>Returns:</strong>
869
        <ul>
870
            <li><code>TreeNodeUI</code><div class="sub-desc">The object which is providing the user interface for this tree node. Unless otherwise specified in the {@link #uiProvider}, this will be an instance of {@link Ext.tree.TreeNodeUI}</div></li>
871
        </ul>
872
    </div>
873
                </div>
874
                        </div>
875
        </td>
876
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#getUI" href="output/Ext.tree.TreeNode.html#getUI">TreeNode</a></td>
877
    </tr>
878
        <tr class="method-row inherited expandable">
879
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
880
        <td class="sig">
881
        <a id="Ext.tree.AsyncTreeNode-hasListener"></a>
882
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
883
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
884
            <div class="long">
885
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
886
        <strong>Parameters:</strong>
887
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
888
        <strong>Returns:</strong>
889
        <ul>
890
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
891
        </ul>
892
    </div>
893
                </div>
894
                        </div>
895
        </td>
896
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
897
    </tr>
898
        <tr class="method-row inherited alt expandable">
899
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
900
        <td class="sig">
901
        <a id="Ext.tree.AsyncTreeNode-indexOf"></a>
902
            <b>indexOf</b>(&nbsp;<code>Node node</code>&nbsp;) : Number            <div class="mdesc">
903
                        <div class="short">Returns the index of a child node</div>
904
            <div class="long">
905
                Returns the index of a child node    <div class="mdetail-params">
906
        <strong>Parameters:</strong>
907
        <ul><li><code>node</code> : Node<div class="sub-desc"></div></li>        </ul>
908
        <strong>Returns:</strong>
909
        <ul>
910
            <li><code>Number</code><div class="sub-desc">The index of the node or -1 if it was not found</div></li>
911
        </ul>
912
    </div>
913
                </div>
914
                        </div>
915
        </td>
916
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#indexOf" href="output/Ext.data.Node.html#indexOf">Node</a></td>
917
    </tr>
918
        <tr class="method-row inherited expandable">
919
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
920
        <td class="sig">
921
        <a id="Ext.tree.AsyncTreeNode-insertBefore"></a>
922
            <b>insertBefore</b>(&nbsp;<code>Node node</code>, <code>Node refNode</code>&nbsp;) : Node            <div class="mdesc">
923
                        <div class="short">Inserts the first node before the second node in this nodes childNodes collection.</div>
924
            <div class="long">
925
                Inserts the first node before the second node in this nodes childNodes collection.    <div class="mdetail-params">
926
        <strong>Parameters:</strong>
927
        <ul><li><code>node</code> : Node<div class="sub-desc">The node to insert</div></li><li><code>refNode</code> : Node<div class="sub-desc">The node to insert before (if null the node is appended)</div></li>        </ul>
928
        <strong>Returns:</strong>
929
        <ul>
930
            <li><code>Node</code><div class="sub-desc">The inserted node</div></li>
931
        </ul>
932
    </div>
933
                </div>
934
                        </div>
935
        </td>
936
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#insertBefore" href="output/Ext.data.Node.html#insertBefore">Node</a></td>
937
    </tr>
938
        <tr class="method-row inherited alt expandable">
939
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
940
        <td class="sig">
941
        <a id="Ext.tree.AsyncTreeNode-isAncestor"></a>
942
            <b>isAncestor</b>(&nbsp;<code>Node node</code>&nbsp;) : Boolean            <div class="mdesc">
943
                        <div class="short">Returns true if the passed node is an ancestor (at any point) of this node.</div>
944
            <div class="long">
945
                Returns true if the passed node is an ancestor (at any point) of this node.    <div class="mdetail-params">
946
        <strong>Parameters:</strong>
947
        <ul><li><code>node</code> : Node<div class="sub-desc"></div></li>        </ul>
948
        <strong>Returns:</strong>
949
        <ul>
950
            <li><code>Boolean</code></li>
951
        </ul>
952
    </div>
953
                </div>
954
                        </div>
955
        </td>
956
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#isAncestor" href="output/Ext.data.Node.html#isAncestor">Node</a></td>
957
    </tr>
958
        <tr class="method-row inherited expandable">
959
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
960
        <td class="sig">
961
        <a id="Ext.tree.AsyncTreeNode-isExpanded"></a>
962
            <b>isExpanded</b>() : Boolean            <div class="mdesc">
963
                        <div class="short">Returns true if this node is expanded</div>
964
            <div class="long">
965
                Returns true if this node is expanded    <div class="mdetail-params">
966
        <strong>Parameters:</strong>
967
        <ul><li>None.</li>        </ul>
968
        <strong>Returns:</strong>
969
        <ul>
970
            <li><code>Boolean</code></li>
971
        </ul>
972
    </div>
973
                </div>
974
                        </div>
975
        </td>
976
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#isExpanded" href="output/Ext.tree.TreeNode.html#isExpanded">TreeNode</a></td>
977
    </tr>
978
        <tr class="method-row inherited alt expandable">
979
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
980
        <td class="sig">
981
        <a id="Ext.tree.AsyncTreeNode-isFirst"></a>
982
            <b>isFirst</b>() : Boolean            <div class="mdesc">
983
                        <div class="short">Returns true if this node is the first child of its parent</div>
984
            <div class="long">
985
                Returns true if this node is the first child of its parent    <div class="mdetail-params">
986
        <strong>Parameters:</strong>
987
        <ul><li>None.</li>        </ul>
988
        <strong>Returns:</strong>
989
        <ul>
990
            <li><code>Boolean</code></li>
991
        </ul>
992
    </div>
993
                </div>
994
                        </div>
995
        </td>
996
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#isFirst" href="output/Ext.data.Node.html#isFirst">Node</a></td>
997
    </tr>
998
        <tr class="method-row inherited expandable">
999
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1000
        <td class="sig">
1001
        <a id="Ext.tree.AsyncTreeNode-isLast"></a>
1002
            <b>isLast</b>() : Boolean            <div class="mdesc">
1003
                        <div class="short">Returns true if this node is the last child of its parent</div>
1004
            <div class="long">
1005
                Returns true if this node is the last child of its parent    <div class="mdetail-params">
1006
        <strong>Parameters:</strong>
1007
        <ul><li>None.</li>        </ul>
1008
        <strong>Returns:</strong>
1009
        <ul>
1010
            <li><code>Boolean</code></li>
1011
        </ul>
1012
    </div>
1013
                </div>
1014
                        </div>
1015
        </td>
1016
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#isLast" href="output/Ext.data.Node.html#isLast">Node</a></td>
1017
    </tr>
1018
        <tr class="method-row inherited alt expandable">
1019
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1020
        <td class="sig">
1021
        <a id="Ext.tree.AsyncTreeNode-isLeaf"></a>
1022
            <b>isLeaf</b>() : Boolean            <div class="mdesc">
1023
                        <div class="short">Returns true if this node is a leaf</div>
1024
            <div class="long">
1025
                Returns true if this node is a leaf    <div class="mdetail-params">
1026
        <strong>Parameters:</strong>
1027
        <ul><li>None.</li>        </ul>
1028
        <strong>Returns:</strong>
1029
        <ul>
1030
            <li><code>Boolean</code></li>
1031
        </ul>
1032
    </div>
1033
                </div>
1034
                        </div>
1035
        </td>
1036
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#isLeaf" href="output/Ext.data.Node.html#isLeaf">Node</a></td>
1037
    </tr>
1038
        <tr class="method-row expandable">
1039
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1040
        <td class="sig">
1041
        <a id="Ext.tree.AsyncTreeNode-isLoaded"></a>
1042
            <b>isLoaded</b>() : Boolean            <div class="mdesc">
1043
                        <div class="short">Returns true if this node has been loaded</div>
1044
            <div class="long">
1045
                Returns true if this node has been loaded    <div class="mdetail-params">
1046
        <strong>Parameters:</strong>
1047
        <ul><li>None.</li>        </ul>
1048
        <strong>Returns:</strong>
1049
        <ul>
1050
            <li><code>Boolean</code></li>
1051
        </ul>
1052
    </div>
1053
                </div>
1054
                        </div>
1055
        </td>
1056
        <td class="msource">AsyncTreeNode</td>
1057
    </tr>
1058
        <tr class="method-row alt expandable">
1059
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1060
        <td class="sig">
1061
        <a id="Ext.tree.AsyncTreeNode-isLoading"></a>
1062
            <b>isLoading</b>() : Boolean            <div class="mdesc">
1063
                        <div class="short">Returns true if this node is currently loading</div>
1064
            <div class="long">
1065
                Returns true if this node is currently loading    <div class="mdetail-params">
1066
        <strong>Parameters:</strong>
1067
        <ul><li>None.</li>        </ul>
1068
        <strong>Returns:</strong>
1069
        <ul>
1070
            <li><code>Boolean</code></li>
1071
        </ul>
1072
    </div>
1073
                </div>
1074
                        </div>
1075
        </td>
1076
        <td class="msource">AsyncTreeNode</td>
1077
    </tr>
1078
        <tr class="method-row inherited expandable">
1079
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1080
        <td class="sig">
1081
        <a id="Ext.tree.AsyncTreeNode-isSelected"></a>
1082
            <b>isSelected</b>() : Boolean            <div class="mdesc">
1083
                        <div class="short">Returns true if this node is selected</div>
1084
            <div class="long">
1085
                Returns true if this node is selected    <div class="mdetail-params">
1086
        <strong>Parameters:</strong>
1087
        <ul><li>None.</li>        </ul>
1088
        <strong>Returns:</strong>
1089
        <ul>
1090
            <li><code>Boolean</code></li>
1091
        </ul>
1092
    </div>
1093
                </div>
1094
                        </div>
1095
        </td>
1096
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#isSelected" href="output/Ext.tree.TreeNode.html#isSelected">TreeNode</a></td>
1097
    </tr>
1098
        <tr class="method-row inherited alt expandable">
1099
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1100
        <td class="sig">
1101
        <a id="Ext.tree.AsyncTreeNode-item"></a>
1102
            <b>item</b>(&nbsp;<code>Number index</code>&nbsp;) : Node            <div class="mdesc">
1103
                        <div class="short">Returns the child node at the specified index.</div>
1104
            <div class="long">
1105
                Returns the child node at the specified index.    <div class="mdetail-params">
1106
        <strong>Parameters:</strong>
1107
        <ul><li><code>index</code> : Number<div class="sub-desc"></div></li>        </ul>
1108
        <strong>Returns:</strong>
1109
        <ul>
1110
            <li><code>Node</code></li>
1111
        </ul>
1112
    </div>
1113
                </div>
1114
                        </div>
1115
        </td>
1116
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#item" href="output/Ext.data.Node.html#item">Node</a></td>
1117
    </tr>
1118
        <tr class="method-row inherited expandable">
1119
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1120
        <td class="sig">
1121
        <a id="Ext.tree.AsyncTreeNode-on"></a>
1122
            <b>on</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>, <span class="optional" title="Optional">[<code>Object options</code>]</span>&nbsp;) : void            <div class="mdesc">
1123
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1124
            <div class="long">
1125
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1126
        <strong>Parameters:</strong>
1127
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The method the event invokes</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope in which to execute the handler
1128
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1129
        <strong>Returns:</strong>
1130
        <ul>
1131
            <li><code>void</code></li>
1132
        </ul>
1133
    </div>
1134
                </div>
1135
                        </div>
1136
        </td>
1137
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1138
    </tr>
1139
        <tr class="method-row inherited alt expandable">
1140
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1141
        <td class="sig">
1142
        <a id="Ext.tree.AsyncTreeNode-purgeListeners"></a>
1143
            <b>purgeListeners</b>() : void            <div class="mdesc">
1144
                        <div class="short">Removes all listeners for this object</div>
1145
            <div class="long">
1146
                Removes all listeners for this object    <div class="mdetail-params">
1147
        <strong>Parameters:</strong>
1148
        <ul><li>None.</li>        </ul>
1149
        <strong>Returns:</strong>
1150
        <ul>
1151
            <li><code>void</code></li>
1152
        </ul>
1153
    </div>
1154
                </div>
1155
                        </div>
1156
        </td>
1157
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1158
    </tr>
1159
        <tr class="method-row expandable">
1160
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1161
        <td class="sig">
1162
        <a id="Ext.tree.AsyncTreeNode-reload"></a>
1163
            <b>reload</b>(&nbsp;<code>Function callback</code>&nbsp;) : void            <div class="mdesc">
1164
                        <div class="short">Trigger a reload for this node</div>
1165
            <div class="long">
1166
                Trigger a reload for this node    <div class="mdetail-params">
1167
        <strong>Parameters:</strong>
1168
        <ul><li><code>callback</code> : Function<div class="sub-desc"></div></li>        </ul>
1169
        <strong>Returns:</strong>
1170
        <ul>
1171
            <li><code>void</code></li>
1172
        </ul>
1173
    </div>
1174
                </div>
1175
                        </div>
1176
        </td>
1177
        <td class="msource">AsyncTreeNode</td>
1178
    </tr>
1179
        <tr class="method-row inherited alt expandable">
1180
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1181
        <td class="sig">
1182
        <a id="Ext.tree.AsyncTreeNode-remove"></a>
1183
            <b>remove</b>() : Node            <div class="mdesc">
1184
                        <div class="short">Removes this node from it's parent</div>
1185
            <div class="long">
1186
                Removes this node from it's parent    <div class="mdetail-params">
1187
        <strong>Parameters:</strong>
1188
        <ul><li>None.</li>        </ul>
1189
        <strong>Returns:</strong>
1190
        <ul>
1191
            <li><code>Node</code><div class="sub-desc">this</div></li>
1192
        </ul>
1193
    </div>
1194
                </div>
1195
                        </div>
1196
        </td>
1197
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#remove" href="output/Ext.data.Node.html#remove">Node</a></td>
1198
    </tr>
1199
        <tr class="method-row inherited expandable">
1200
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1201
        <td class="sig">
1202
        <a id="Ext.tree.AsyncTreeNode-removeChild"></a>
1203
            <b>removeChild</b>(&nbsp;<code>Node node</code>&nbsp;) : Node            <div class="mdesc">
1204
                        <div class="short">Removes a child node from this node.</div>
1205
            <div class="long">
1206
                Removes a child node from this node.    <div class="mdetail-params">
1207
        <strong>Parameters:</strong>
1208
        <ul><li><code>node</code> : Node<div class="sub-desc">The node to remove</div></li>        </ul>
1209
        <strong>Returns:</strong>
1210
        <ul>
1211
            <li><code>Node</code><div class="sub-desc">The removed node</div></li>
1212
        </ul>
1213
    </div>
1214
                </div>
1215
                        </div>
1216
        </td>
1217
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#removeChild" href="output/Ext.data.Node.html#removeChild">Node</a></td>
1218
    </tr>
1219
        <tr class="method-row inherited alt expandable">
1220
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1221
        <td class="sig">
1222
        <a id="Ext.tree.AsyncTreeNode-removeListener"></a>
1223
            <b>removeListener</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
1224
                        <div class="short">Removes a listener</div>
1225
            <div class="long">
1226
                Removes a listener    <div class="mdetail-params">
1227
        <strong>Parameters:</strong>
1228
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
1229
        <strong>Returns:</strong>
1230
        <ul>
1231
            <li><code>void</code></li>
1232
        </ul>
1233
    </div>
1234
                </div>
1235
                        </div>
1236
        </td>
1237
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1238
    </tr>
1239
        <tr class="method-row inherited expandable">
1240
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1241
        <td class="sig">
1242
        <a id="Ext.tree.AsyncTreeNode-replaceChild"></a>
1243
            <b>replaceChild</b>(&nbsp;<code>Node newChild</code>, <code>Node oldChild</code>&nbsp;) : Node            <div class="mdesc">
1244
                        <div class="short">Replaces one child node in this node with another.</div>
1245
            <div class="long">
1246
                Replaces one child node in this node with another.    <div class="mdetail-params">
1247
        <strong>Parameters:</strong>
1248
        <ul><li><code>newChild</code> : Node<div class="sub-desc">The replacement node</div></li><li><code>oldChild</code> : Node<div class="sub-desc">The node to replace</div></li>        </ul>
1249
        <strong>Returns:</strong>
1250
        <ul>
1251
            <li><code>Node</code><div class="sub-desc">The replaced node</div></li>
1252
        </ul>
1253
    </div>
1254
                </div>
1255
                        </div>
1256
        </td>
1257
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#replaceChild" href="output/Ext.data.Node.html#replaceChild">Node</a></td>
1258
    </tr>
1259
        <tr class="method-row inherited alt expandable">
1260
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1261
        <td class="sig">
1262
        <a id="Ext.tree.AsyncTreeNode-resumeEvents"></a>
1263
            <b>resumeEvents</b>() : void            <div class="mdesc">
1264
                        <div class="short">Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)</div>
1265
            <div class="long">
1266
                Resume firing events. (see <a ext:cls="Ext.util.Observable" ext:member="suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">suspendEvents</a>)    <div class="mdetail-params">
1267
        <strong>Parameters:</strong>
1268
        <ul><li>None.</li>        </ul>
1269
        <strong>Returns:</strong>
1270
        <ul>
1271
            <li><code>void</code></li>
1272
        </ul>
1273
    </div>
1274
                </div>
1275
                        </div>
1276
        </td>
1277
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1278
    </tr>
1279
        <tr class="method-row inherited expandable">
1280
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1281
        <td class="sig">
1282
        <a id="Ext.tree.AsyncTreeNode-select"></a>
1283
            <b>select</b>() : void            <div class="mdesc">
1284
                        <div class="short">Triggers selection of this node</div>
1285
            <div class="long">
1286
                Triggers selection of this node    <div class="mdetail-params">
1287
        <strong>Parameters:</strong>
1288
        <ul><li>None.</li>        </ul>
1289
        <strong>Returns:</strong>
1290
        <ul>
1291
            <li><code>void</code></li>
1292
        </ul>
1293
    </div>
1294
                </div>
1295
                        </div>
1296
        </td>
1297
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#select" href="output/Ext.tree.TreeNode.html#select">TreeNode</a></td>
1298
    </tr>
1299
        <tr class="method-row inherited alt expandable">
1300
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1301
        <td class="sig">
1302
        <a id="Ext.tree.AsyncTreeNode-setText"></a>
1303
            <b>setText</b>(&nbsp;<code>String text</code>&nbsp;) : void            <div class="mdesc">
1304
                        <div class="short">Sets the text for this node</div>
1305
            <div class="long">
1306
                Sets the text for this node    <div class="mdetail-params">
1307
        <strong>Parameters:</strong>
1308
        <ul><li><code>text</code> : String<div class="sub-desc"></div></li>        </ul>
1309
        <strong>Returns:</strong>
1310
        <ul>
1311
            <li><code>void</code></li>
1312
        </ul>
1313
    </div>
1314
                </div>
1315
                        </div>
1316
        </td>
1317
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#setText" href="output/Ext.tree.TreeNode.html#setText">TreeNode</a></td>
1318
    </tr>
1319
        <tr class="method-row inherited expandable">
1320
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1321
        <td class="sig">
1322
        <a id="Ext.tree.AsyncTreeNode-sort"></a>
1323
            <b>sort</b>(&nbsp;<code>Function fn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
1324
                        <div class="short">Sorts this nodes children using the supplied sort function</div>
1325
            <div class="long">
1326
                Sorts this nodes children using the supplied sort function    <div class="mdetail-params">
1327
        <strong>Parameters:</strong>
1328
        <ul><li><code>fn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1329
        <strong>Returns:</strong>
1330
        <ul>
1331
            <li><code>void</code></li>
1332
        </ul>
1333
    </div>
1334
                </div>
1335
                        </div>
1336
        </td>
1337
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#sort" href="output/Ext.data.Node.html#sort">Node</a></td>
1338
    </tr>
1339
        <tr class="method-row inherited alt expandable">
1340
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1341
        <td class="sig">
1342
        <a id="Ext.tree.AsyncTreeNode-suspendEvents"></a>
1343
            <b>suspendEvents</b>() : void            <div class="mdesc">
1344
                        <div class="short">Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)</div>
1345
            <div class="long">
1346
                Suspend the firing of all events. (see <a ext:cls="Ext.util.Observable" ext:member="resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">resumeEvents</a>)    <div class="mdetail-params">
1347
        <strong>Parameters:</strong>
1348
        <ul><li>None.</li>        </ul>
1349
        <strong>Returns:</strong>
1350
        <ul>
1351
            <li><code>void</code></li>
1352
        </ul>
1353
    </div>
1354
                </div>
1355
                        </div>
1356
        </td>
1357
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1358
    </tr>
1359
        <tr class="method-row inherited expandable">
1360
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1361
        <td class="sig">
1362
        <a id="Ext.tree.AsyncTreeNode-toggle"></a>
1363
            <b>toggle</b>() : void            <div class="mdesc">
1364
                        <div class="short">Toggles expanded/collapsed state of the node</div>
1365
            <div class="long">
1366
                Toggles expanded/collapsed state of the node    <div class="mdetail-params">
1367
        <strong>Parameters:</strong>
1368
        <ul><li>None.</li>        </ul>
1369
        <strong>Returns:</strong>
1370
        <ul>
1371
            <li><code>void</code></li>
1372
        </ul>
1373
    </div>
1374
                </div>
1375
                        </div>
1376
        </td>
1377
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#toggle" href="output/Ext.tree.TreeNode.html#toggle">TreeNode</a></td>
1378
    </tr>
1379
        <tr class="method-row inherited alt expandable">
1380
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1381
        <td class="sig">
1382
        <a id="Ext.tree.AsyncTreeNode-un"></a>
1383
            <b>un</b>(&nbsp;<code>String eventName</code>, <code>Function handler</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : void            <div class="mdesc">
1384
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1385
            <div class="long">
1386
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1387
        <strong>Parameters:</strong>
1388
        <ul><li><code>eventName</code> : String<div class="sub-desc">The type of event to listen for</div></li><li><code>handler</code> : Function<div class="sub-desc">The handler to remove</div></li><li><code>scope</code> : Object<div class="sub-desc">(optional) The scope (this object) for the handler</div></li>        </ul>
1389
        <strong>Returns:</strong>
1390
        <ul>
1391
            <li><code>void</code></li>
1392
        </ul>
1393
    </div>
1394
                </div>
1395
                        </div>
1396
        </td>
1397
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1398
    </tr>
1399
        <tr class="method-row inherited expandable">
1400
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1401
        <td class="sig">
1402
        <a id="Ext.tree.AsyncTreeNode-unselect"></a>
1403
            <b>unselect</b>() : void            <div class="mdesc">
1404
                        <div class="short">Triggers deselection of this node</div>
1405
            <div class="long">
1406
                Triggers deselection of this node    <div class="mdetail-params">
1407
        <strong>Parameters:</strong>
1408
        <ul><li>None.</li>        </ul>
1409
        <strong>Returns:</strong>
1410
        <ul>
1411
            <li><code>void</code></li>
1412
        </ul>
1413
    </div>
1414
                </div>
1415
                        </div>
1416
        </td>
1417
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#unselect" href="output/Ext.tree.TreeNode.html#unselect">TreeNode</a></td>
1418
    </tr>
1419
            </table>
1420
                <a id="Ext.tree.AsyncTreeNode-events"></a>
1421
        <h2>Public Events</h2>
1422
                <table cellspacing="0" class="member-table">
1423
            <tr>
1424
                <th class="sig-header" colspan="2">Event</th>
1425
                <th class="msource-header">Defined By</th>
1426
            </tr>
1427
                <tr class="event-row inherited expandable">
1428
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1429
        <td class="sig">
1430
        <a id="Ext.tree.AsyncTreeNode-append"></a>
1431
            <b>append</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node node</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
1432
                        <div class="short">Fires when a new child node is appended</div>
1433
            <div class="long">
1434
                Fires when a new child node is appended    <div class="mdetail-params">
1435
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1436
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>node</code> : Node<div class="sub-desc">The newly appended node</div></li><li><code>index</code> : Number<div class="sub-desc">The index of the newly appended node</div></li>        </ul>
1437
    </div>
1438
                </div>
1439
                        </div>
1440
        </td>
1441
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-append" href="output/Ext.data.Node.html#event-append">Node</a></td>
1442
    </tr>
1443
        <tr class="event-row inherited alt expandable">
1444
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1445
        <td class="sig">
1446
        <a id="Ext.tree.AsyncTreeNode-beforeappend"></a>
1447
            <b>beforeappend</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">
1448
                        <div class="short">Fires before a new child is appended, return false to cancel the append.</div>
1449
            <div class="long">
1450
                Fires before a new child is appended, return false to cancel the append.    <div class="mdetail-params">
1451
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1452
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be appended</div></li>        </ul>
1453
    </div>
1454
                </div>
1455
                        </div>
1456
        </td>
1457
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-beforeappend" href="output/Ext.data.Node.html#event-beforeappend">Node</a></td>
1458
    </tr>
1459
        <tr class="event-row inherited expandable">
1460
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1461
        <td class="sig">
1462
        <a id="Ext.tree.AsyncTreeNode-beforechildrenrendered"></a>
1463
            <b>beforechildrenrendered</b> : (&nbsp;<code>Node this</code>&nbsp;)            <div class="mdesc">
1464
                        <div class="short">Fires right before the child nodes for this node are rendered</div>
1465
            <div class="long">
1466
                Fires right before the child nodes for this node are rendered    <div class="mdetail-params">
1467
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1468
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li>        </ul>
1469
    </div>
1470
                </div>
1471
                        </div>
1472
        </td>
1473
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-beforechildrenrendered" href="output/Ext.tree.TreeNode.html#event-beforechildrenrendered">TreeNode</a></td>
1474
    </tr>
1475
        <tr class="event-row inherited alt expandable">
1476
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1477
        <td class="sig">
1478
        <a id="Ext.tree.AsyncTreeNode-beforeclick"></a>
1479
            <b>beforeclick</b> : (&nbsp;<code>Node this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1480
                        <div class="short">Fires before click processing. Return false to cancel the default action.</div>
1481
            <div class="long">
1482
                Fires before click processing. Return false to cancel the default action.    <div class="mdetail-params">
1483
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1484
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
1485
    </div>
1486
                </div>
1487
                        </div>
1488
        </td>
1489
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-beforeclick" href="output/Ext.tree.TreeNode.html#event-beforeclick">TreeNode</a></td>
1490
    </tr>
1491
        <tr class="event-row inherited expandable">
1492
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1493
        <td class="sig">
1494
        <a id="Ext.tree.AsyncTreeNode-beforecollapse"></a>
1495
            <b>beforecollapse</b> : (&nbsp;<code>Node this</code>, <code>Boolean deep</code>, <code>Boolean anim</code>&nbsp;)            <div class="mdesc">
1496
                        <div class="short">Fires before this node is collapsed, return false to cancel.</div>
1497
            <div class="long">
1498
                Fires before this node is collapsed, return false to cancel.    <div class="mdetail-params">
1499
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1500
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>deep</code> : Boolean<div class="sub-desc"></div></li><li><code>anim</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1501
    </div>
1502
                </div>
1503
                        </div>
1504
        </td>
1505
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-beforecollapse" href="output/Ext.tree.TreeNode.html#event-beforecollapse">TreeNode</a></td>
1506
    </tr>
1507
        <tr class="event-row inherited alt expandable">
1508
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1509
        <td class="sig">
1510
        <a id="Ext.tree.AsyncTreeNode-beforeexpand"></a>
1511
            <b>beforeexpand</b> : (&nbsp;<code>Node this</code>, <code>Boolean deep</code>, <code>Boolean anim</code>&nbsp;)            <div class="mdesc">
1512
                        <div class="short">Fires before this node is expanded, return false to cancel.</div>
1513
            <div class="long">
1514
                Fires before this node is expanded, return false to cancel.    <div class="mdetail-params">
1515
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1516
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>deep</code> : Boolean<div class="sub-desc"></div></li><li><code>anim</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1517
    </div>
1518
                </div>
1519
                        </div>
1520
        </td>
1521
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-beforeexpand" href="output/Ext.tree.TreeNode.html#event-beforeexpand">TreeNode</a></td>
1522
    </tr>
1523
        <tr class="event-row inherited expandable">
1524
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1525
        <td class="sig">
1526
        <a id="Ext.tree.AsyncTreeNode-beforeinsert"></a>
1527
            <b>beforeinsert</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node node</code>, <code>Node refNode</code>&nbsp;)            <div class="mdesc">
1528
                        <div class="short">Fires before a new child is inserted, return false to cancel the insert.</div>
1529
            <div class="long">
1530
                Fires before a new child is inserted, return false to cancel the insert.    <div class="mdetail-params">
1531
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1532
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be inserted</div></li><li><code>refNode</code> : Node<div class="sub-desc">The child node the node is being inserted before</div></li>        </ul>
1533
    </div>
1534
                </div>
1535
                        </div>
1536
        </td>
1537
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-beforeinsert" href="output/Ext.data.Node.html#event-beforeinsert">Node</a></td>
1538
    </tr>
1539
        <tr class="event-row alt expandable">
1540
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1541
        <td class="sig">
1542
        <a id="Ext.tree.AsyncTreeNode-beforeload"></a>
1543
            <b>beforeload</b> : (&nbsp;<code>Node this</code>&nbsp;)            <div class="mdesc">
1544
                        <div class="short">Fires before this node is loaded, return false to cancel</div>
1545
            <div class="long">
1546
                Fires before this node is loaded, return false to cancel    <div class="mdetail-params">
1547
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1548
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li>        </ul>
1549
    </div>
1550
                </div>
1551
                        </div>
1552
        </td>
1553
        <td class="msource">AsyncTreeNode</td>
1554
    </tr>
1555
        <tr class="event-row inherited expandable">
1556
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1557
        <td class="sig">
1558
        <a id="Ext.tree.AsyncTreeNode-beforemove"></a>
1559
            <b>beforemove</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node oldParent</code>, <code>Node newParent</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
1560
                        <div class="short">Fires before this node is moved to a new location in the tree. Return false to cancel the move.</div>
1561
            <div class="long">
1562
                Fires before this node is moved to a new location in the tree. Return false to cancel the move.    <div class="mdetail-params">
1563
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1564
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>oldParent</code> : Node<div class="sub-desc">The parent of this node</div></li><li><code>newParent</code> : Node<div class="sub-desc">The new parent this node is moving to</div></li><li><code>index</code> : Number<div class="sub-desc">The index it is being moved to</div></li>        </ul>
1565
    </div>
1566
                </div>
1567
                        </div>
1568
        </td>
1569
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-beforemove" href="output/Ext.data.Node.html#event-beforemove">Node</a></td>
1570
    </tr>
1571
        <tr class="event-row inherited alt expandable">
1572
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1573
        <td class="sig">
1574
        <a id="Ext.tree.AsyncTreeNode-beforeremove"></a>
1575
            <b>beforeremove</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">
1576
                        <div class="short">Fires before a child is removed, return false to cancel the remove.</div>
1577
            <div class="long">
1578
                Fires before a child is removed, return false to cancel the remove.    <div class="mdetail-params">
1579
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1580
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be removed</div></li>        </ul>
1581
    </div>
1582
                </div>
1583
                        </div>
1584
        </td>
1585
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-beforeremove" href="output/Ext.data.Node.html#event-beforeremove">Node</a></td>
1586
    </tr>
1587
        <tr class="event-row inherited expandable">
1588
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1589
        <td class="sig">
1590
        <a id="Ext.tree.AsyncTreeNode-checkchange"></a>
1591
            <b>checkchange</b> : (&nbsp;<code>Node this</code>, <code>Boolean checked</code>&nbsp;)            <div class="mdesc">
1592
                        <div class="short">Fires when a node with a checkbox's checked property changes</div>
1593
            <div class="long">
1594
                Fires when a node with a checkbox's checked property changes    <div class="mdetail-params">
1595
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1596
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>checked</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1597
    </div>
1598
                </div>
1599
                        </div>
1600
        </td>
1601
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-checkchange" href="output/Ext.tree.TreeNode.html#event-checkchange">TreeNode</a></td>
1602
    </tr>
1603
        <tr class="event-row inherited alt expandable">
1604
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1605
        <td class="sig">
1606
        <a id="Ext.tree.AsyncTreeNode-click"></a>
1607
            <b>click</b> : (&nbsp;<code>Node this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1608
                        <div class="short">Fires when this node is clicked</div>
1609
            <div class="long">
1610
                Fires when this node is clicked    <div class="mdetail-params">
1611
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1612
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
1613
    </div>
1614
                </div>
1615
                        </div>
1616
        </td>
1617
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-click" href="output/Ext.tree.TreeNode.html#event-click">TreeNode</a></td>
1618
    </tr>
1619
        <tr class="event-row inherited expandable">
1620
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1621
        <td class="sig">
1622
        <a id="Ext.tree.AsyncTreeNode-collapse"></a>
1623
            <b>collapse</b> : (&nbsp;<code>Node this</code>&nbsp;)            <div class="mdesc">
1624
                        <div class="short">Fires when this node is collapsed</div>
1625
            <div class="long">
1626
                Fires when this node is collapsed    <div class="mdetail-params">
1627
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1628
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li>        </ul>
1629
    </div>
1630
                </div>
1631
                        </div>
1632
        </td>
1633
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-collapse" href="output/Ext.tree.TreeNode.html#event-collapse">TreeNode</a></td>
1634
    </tr>
1635
        <tr class="event-row inherited alt expandable">
1636
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1637
        <td class="sig">
1638
        <a id="Ext.tree.AsyncTreeNode-contextmenu"></a>
1639
            <b>contextmenu</b> : (&nbsp;<code>Node this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1640
                        <div class="short">Fires when this node is right clicked</div>
1641
            <div class="long">
1642
                Fires when this node is right clicked    <div class="mdetail-params">
1643
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1644
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
1645
    </div>
1646
                </div>
1647
                        </div>
1648
        </td>
1649
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-contextmenu" href="output/Ext.tree.TreeNode.html#event-contextmenu">TreeNode</a></td>
1650
    </tr>
1651
        <tr class="event-row inherited expandable">
1652
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1653
        <td class="sig">
1654
        <a id="Ext.tree.AsyncTreeNode-dblclick"></a>
1655
            <b>dblclick</b> : (&nbsp;<code>Node this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1656
                        <div class="short">Fires when this node is double clicked</div>
1657
            <div class="long">
1658
                Fires when this node is double clicked    <div class="mdetail-params">
1659
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1660
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
1661
    </div>
1662
                </div>
1663
                        </div>
1664
        </td>
1665
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-dblclick" href="output/Ext.tree.TreeNode.html#event-dblclick">TreeNode</a></td>
1666
    </tr>
1667
        <tr class="event-row inherited alt expandable">
1668
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1669
        <td class="sig">
1670
        <a id="Ext.tree.AsyncTreeNode-disabledchange"></a>
1671
            <b>disabledchange</b> : (&nbsp;<code>Node this</code>, <code>Boolean disabled</code>&nbsp;)            <div class="mdesc">
1672
                        <div class="short">Fires when the disabled status of this node changes</div>
1673
            <div class="long">
1674
                Fires when the disabled status of this node changes    <div class="mdetail-params">
1675
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1676
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1677
    </div>
1678
                </div>
1679
                        </div>
1680
        </td>
1681
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-disabledchange" href="output/Ext.tree.TreeNode.html#event-disabledchange">TreeNode</a></td>
1682
    </tr>
1683
        <tr class="event-row inherited expandable">
1684
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1685
        <td class="sig">
1686
        <a id="Ext.tree.AsyncTreeNode-expand"></a>
1687
            <b>expand</b> : (&nbsp;<code>Node this</code>&nbsp;)            <div class="mdesc">
1688
                        <div class="short">Fires when this node is expanded</div>
1689
            <div class="long">
1690
                Fires when this node is expanded    <div class="mdetail-params">
1691
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1692
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li>        </ul>
1693
    </div>
1694
                </div>
1695
                        </div>
1696
        </td>
1697
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-expand" href="output/Ext.tree.TreeNode.html#event-expand">TreeNode</a></td>
1698
    </tr>
1699
        <tr class="event-row inherited alt expandable">
1700
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1701
        <td class="sig">
1702
        <a id="Ext.tree.AsyncTreeNode-insert"></a>
1703
            <b>insert</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node node</code>, <code>Node refNode</code>&nbsp;)            <div class="mdesc">
1704
                        <div class="short">Fires when a new child node is inserted.</div>
1705
            <div class="long">
1706
                Fires when a new child node is inserted.    <div class="mdetail-params">
1707
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1708
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node inserted</div></li><li><code>refNode</code> : Node<div class="sub-desc">The child node the node was inserted before</div></li>        </ul>
1709
    </div>
1710
                </div>
1711
                        </div>
1712
        </td>
1713
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-insert" href="output/Ext.data.Node.html#event-insert">Node</a></td>
1714
    </tr>
1715
        <tr class="event-row expandable">
1716
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1717
        <td class="sig">
1718
        <a id="Ext.tree.AsyncTreeNode-load"></a>
1719
            <b>load</b> : (&nbsp;<code>Node this</code>&nbsp;)            <div class="mdesc">
1720
                        <div class="short">Fires when this node is loaded</div>
1721
            <div class="long">
1722
                Fires when this node is loaded    <div class="mdetail-params">
1723
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1724
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li>        </ul>
1725
    </div>
1726
                </div>
1727
                        </div>
1728
        </td>
1729
        <td class="msource">AsyncTreeNode</td>
1730
    </tr>
1731
        <tr class="event-row inherited alt expandable">
1732
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1733
        <td class="sig">
1734
        <a id="Ext.tree.AsyncTreeNode-move"></a>
1735
            <b>move</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node oldParent</code>, <code>Node newParent</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
1736
                        <div class="short">Fires when this node is moved to a new location in the tree</div>
1737
            <div class="long">
1738
                Fires when this node is moved to a new location in the tree    <div class="mdetail-params">
1739
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1740
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>oldParent</code> : Node<div class="sub-desc">The old parent of this node</div></li><li><code>newParent</code> : Node<div class="sub-desc">The new parent of this node</div></li><li><code>index</code> : Number<div class="sub-desc">The index it was moved to</div></li>        </ul>
1741
    </div>
1742
                </div>
1743
                        </div>
1744
        </td>
1745
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-move" href="output/Ext.data.Node.html#event-move">Node</a></td>
1746
    </tr>
1747
        <tr class="event-row inherited expandable">
1748
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1749
        <td class="sig">
1750
        <a id="Ext.tree.AsyncTreeNode-remove"></a>
1751
            <b>remove</b> : (&nbsp;<code>Tree tree</code>, <code>Node this</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">
1752
                        <div class="short">Fires when a child node is removed</div>
1753
            <div class="long">
1754
                Fires when a child node is removed    <div class="mdetail-params">
1755
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1756
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>node</code> : Node<div class="sub-desc">The removed node</div></li>        </ul>
1757
    </div>
1758
                </div>
1759
                        </div>
1760
        </td>
1761
        <td class="msource"><a ext:cls="Ext.data.Node" ext:member="#event-remove" href="output/Ext.data.Node.html#event-remove">Node</a></td>
1762
    </tr>
1763
        <tr class="event-row inherited alt expandable">
1764
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1765
        <td class="sig">
1766
        <a id="Ext.tree.AsyncTreeNode-textchange"></a>
1767
            <b>textchange</b> : (&nbsp;<code>Node this</code>, <code>String text</code>, <code>String oldText</code>&nbsp;)            <div class="mdesc">
1768
                        <div class="short">Fires when the text for this node is changed</div>
1769
            <div class="long">
1770
                Fires when the text for this node is changed    <div class="mdetail-params">
1771
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1772
        <ul><li><code>this</code> : Node<div class="sub-desc">This node</div></li><li><code>text</code> : String<div class="sub-desc">The new text</div></li><li><code>oldText</code> : String<div class="sub-desc">The old text</div></li>        </ul>
1773
    </div>
1774
                </div>
1775
                        </div>
1776
        </td>
1777
        <td class="msource"><a ext:cls="Ext.tree.TreeNode" ext:member="#event-textchange" href="output/Ext.tree.TreeNode.html#event-textchange">TreeNode</a></td>
1778
    </tr>
1779
            </table>
1780
 
1781
        </div>