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