Subversion Repositories eFlore/Applications.cel

Rev

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.TreePanel-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.tree.TreePanel-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.tree.TreePanel-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.tree.TreePanel-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.TreePanel"><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.Component" ext:member="" href="output/Ext.Component.html">Component</a>
12
    <img src="resources/elbow-end.gif"/><a ext:cls="Ext.BoxComponent" ext:member="" href="output/Ext.BoxComponent.html">BoxComponent</a>
13
      <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Container" ext:member="" href="output/Ext.Container.html">Container</a>
14
        <img src="resources/elbow-end.gif"/><a ext:cls="Ext.Panel" ext:member="" href="output/Ext.Panel.html">Panel</a>
15
          <img src="resources/elbow-end.gif"/>TreePanel</pre></div>
16
                <h1>Class Ext.tree.TreePanel</h1>
17
        <table cellspacing="0">
18
            <tr><td class="label">Package:</td><td class="hd-info">Ext.tree</td></tr>
19
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/tree/TreePanel.js" target="_blank">TreePanel.js</a></td></tr>
20
            <tr><td class="label">Class:</td><td class="hd-info">TreePanel</td></tr>
21
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.Panel" ext:member="" href="output/Ext.Panel.html">Panel</a></td></tr>
22
                    </table>
23
        <div class="description">
24
            <p>The TreePanel provides tree-structured UI representation of tree-structured data.</p>
25
<p><a ext:cls="Ext.tree.TreeNode" href="output/Ext.tree.TreeNode.html">TreeNode</a>s added to the TreePanel may each contain metadata
26
used by your application in their <a ext:cls="Ext.tree.TreeNode" ext:member="attributes" href="output/Ext.tree.TreeNode.html#attributes">attributes</a> property.</p>
27
<p><b>A TreePanel must have a <a ext:cls="Ext.tree.TreePanel" ext:member="root" href="output/Ext.tree.TreePanel.html#root">root</a> node before it is rendered.</b> This may either be
28
specified using the <a ext:cls="Ext.tree.TreePanel" ext:member="root" href="output/Ext.tree.TreePanel.html#root">root</a> config option, or using the <a ext:cls="Ext.tree.TreePanel" ext:member="setRootNode" href="output/Ext.tree.TreePanel.html#setRootNode">setRootNode</a> method.        </div>
29
 
30
        <div class="hr"></div>
31
                <a id="Ext.tree.TreePanel-configs"></a>
32
        <h2>Config Options</h2>
33
        <table cellspacing="0" class="member-table">
34
            <tr>
35
                <th class="sig-header" colspan="2">Config Options</th>
36
                <th class="msource-header">Defined By</th>
37
            </tr>
38
                <tr class="config-row inherited expandable">
39
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
40
        <td class="sig">
41
        <a id="Ext.tree.TreePanel-animCollapse"></a>
42
            <b>animCollapse</b> : Boolean            <div class="mdesc">
43
                        <div class="short">True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext....</div>
44
            <div class="long">
45
                True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the <a ext:cls="Ext.Fx" href="output/Ext.Fx.html">Ext.Fx</a> class is available, otherwise false).            </div>
46
                        </div>
47
        </td>
48
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#animCollapse" href="output/Ext.Panel.html#animCollapse">Panel</a></td>
49
    </tr>
50
        <tr class="config-row alt">
51
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
52
        <td class="sig">
53
        <a id="Ext.tree.TreePanel-animate"></a>
54
            <b>animate</b> : Boolean            <div class="mdesc">
55
                            true to enable animated expand/collapse (defaults to the value of Ext.enableFx)                        </div>
56
        </td>
57
        <td class="msource">TreePanel</td>
58
    </tr>
59
        <tr class="config-row inherited expandable">
60
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
61
        <td class="sig">
62
        <a id="Ext.tree.TreePanel-autoHeight"></a>
63
            <b>autoHeight</b> : Boolean            <div class="mdesc">
64
                        <div class="short">True to use height:'auto', false to use fixed height. Note: although many components inherit this config option, not ...</div>
65
            <div class="long">
66
                True to use height:'auto', false to use fixed height. Note: although many components inherit this config option, not all will function as expected with a height of 'auto'. (defaults to false).            </div>
67
                        </div>
68
        </td>
69
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#autoHeight" href="output/Ext.BoxComponent.html#autoHeight">BoxComponent</a></td>
70
    </tr>
71
        <tr class="config-row inherited alt expandable">
72
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
73
        <td class="sig">
74
        <a id="Ext.tree.TreePanel-autoScroll"></a>
75
            <b>autoScroll</b> : Boolean            <div class="mdesc">
76
                        <div class="short">True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to c...</div>
77
            <div class="long">
78
                True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).            </div>
79
                        </div>
80
        </td>
81
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#autoScroll" href="output/Ext.Panel.html#autoScroll">Panel</a></td>
82
    </tr>
83
        <tr class="config-row inherited expandable">
84
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
85
        <td class="sig">
86
        <a id="Ext.tree.TreePanel-autoShow"></a>
87
            <b>autoShow</b> : Boolean            <div class="mdesc">
88
                        <div class="short">True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render...</div>
89
            <div class="long">
90
                True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).            </div>
91
                        </div>
92
        </td>
93
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
94
    </tr>
95
        <tr class="config-row inherited alt">
96
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
97
        <td class="sig">
98
        <a id="Ext.tree.TreePanel-baseCls"></a>
99
            <b>baseCls</b> : String            <div class="mdesc">
100
                            The base CSS class to apply to this panel's element (defaults to 'x-panel').                        </div>
101
        </td>
102
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#baseCls" href="output/Ext.Panel.html#baseCls">Panel</a></td>
103
    </tr>
104
        <tr class="config-row inherited expandable">
105
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
106
        <td class="sig">
107
        <a id="Ext.tree.TreePanel-bbar"></a>
108
            <b>bbar</b> : Object/Array            <div class="mdesc">
109
                        <div class="short">The bottom toolbar of the panel. This can be a Ext.Toolbar object, a toolbar config, or an array of buttons/button co...</div>
110
            <div class="long">
111
                The bottom toolbar of the panel. This can be a <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object, a toolbar config, or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the bottom toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">getBottomToolbar</a>.            </div>
112
                        </div>
113
        </td>
114
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bbar" href="output/Ext.Panel.html#bbar">Panel</a></td>
115
    </tr>
116
        <tr class="config-row inherited alt expandable">
117
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
118
        <td class="sig">
119
        <a id="Ext.tree.TreePanel-bodyBorder"></a>
120
            <b>bodyBorder</b> : Boolean            <div class="mdesc">
121
                        <div class="short">True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only a...</div>
122
            <div class="long">
123
                True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when <a ext:cls="Ext.Panel" ext:member="border" href="output/Ext.Panel.html#border">border</a> == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.            </div>
124
                        </div>
125
        </td>
126
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyBorder" href="output/Ext.Panel.html#bodyBorder">Panel</a></td>
127
    </tr>
128
        <tr class="config-row inherited expandable">
129
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
130
        <td class="sig">
131
        <a id="Ext.tree.TreePanel-bodyStyle"></a>
132
            <b>bodyStyle</b> : String/Object/Function            <div class="mdesc">
133
                        <div class="short">Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to nu...</div>
134
            <div class="long">
135
                Custom CSS styles to be applied to the body element in the format expected by <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a> (defaults to null).            </div>
136
                        </div>
137
        </td>
138
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#bodyStyle" href="output/Ext.Panel.html#bodyStyle">Panel</a></td>
139
    </tr>
140
        <tr class="config-row inherited alt expandable">
141
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
142
        <td class="sig">
143
        <a id="Ext.tree.TreePanel-border"></a>
144
            <b>border</b> : Boolean            <div class="mdesc">
145
                        <div class="short">True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the borde...</div>
146
            <div class="long">
147
                True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting <a ext:cls="Ext.Panel" ext:member="bodyBorder" href="output/Ext.Panel.html#bodyBorder">bodyBorder</a> to false.            </div>
148
                        </div>
149
        </td>
150
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#border" href="output/Ext.Panel.html#border">Panel</a></td>
151
    </tr>
152
        <tr class="config-row inherited">
153
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
154
        <td class="sig">
155
        <a id="Ext.tree.TreePanel-buttonAlign"></a>
156
            <b>buttonAlign</b> : String            <div class="mdesc">
157
                            The alignment of any buttons added to this panel. Valid values are 'right,' 'left' and 'center' (defaults to 'right').                        </div>
158
        </td>
159
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttonAlign" href="output/Ext.Panel.html#buttonAlign">Panel</a></td>
160
    </tr>
161
        <tr class="config-row inherited alt">
162
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
163
        <td class="sig">
164
        <a id="Ext.tree.TreePanel-buttons"></a>
165
            <b>buttons</b> : Array            <div class="mdesc">
166
                            An array of <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> <b>configs</b> used to add buttons to the footer of this panel.                        </div>
167
        </td>
168
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>
169
    </tr>
170
        <tr class="config-row inherited expandable">
171
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
172
        <td class="sig">
173
        <a id="Ext.tree.TreePanel-cls"></a>
174
            <b>cls</b> : String            <div class="mdesc">
175
                        <div class="short">An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for a...</div>
176
            <div class="long">
177
                An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.            </div>
178
                        </div>
179
        </td>
180
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
181
    </tr>
182
        <tr class="config-row inherited alt expandable">
183
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
184
        <td class="sig">
185
        <a id="Ext.tree.TreePanel-collapseFirst"></a>
186
            <b>collapseFirst</b> : Boolean            <div class="mdesc">
187
                        <div class="short">True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the pane...</div>
188
            <div class="long">
189
                True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).            </div>
190
                        </div>
191
        </td>
192
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapseFirst" href="output/Ext.Panel.html#collapseFirst">Panel</a></td>
193
    </tr>
194
        <tr class="config-row inherited">
195
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
196
        <td class="sig">
197
        <a id="Ext.tree.TreePanel-collapsed"></a>
198
            <b>collapsed</b> : Boolean            <div class="mdesc">
199
                            True to render the panel collapsed, false to render it expanded (defaults to false).                        </div>
200
        </td>
201
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsed" href="output/Ext.Panel.html#collapsed">Panel</a></td>
202
    </tr>
203
        <tr class="config-row inherited alt">
204
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
205
        <td class="sig">
206
        <a id="Ext.tree.TreePanel-collapsedCls"></a>
207
            <b>collapsedCls</b> : String            <div class="mdesc">
208
                            A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').                        </div>
209
        </td>
210
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsedCls" href="output/Ext.Panel.html#collapsedCls">Panel</a></td>
211
    </tr>
212
        <tr class="config-row inherited expandable">
213
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
214
        <td class="sig">
215
        <a id="Ext.tree.TreePanel-collapsible"></a>
216
            <b>collapsible</b> : Boolean            <div class="mdesc">
217
                        <div class="short">True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header ...</div>
218
            <div class="long">
219
                True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).            </div>
220
                        </div>
221
        </td>
222
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapsible" href="output/Ext.Panel.html#collapsible">Panel</a></td>
223
    </tr>
224
        <tr class="config-row alt">
225
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
226
        <td class="sig">
227
        <a id="Ext.tree.TreePanel-containerScroll"></a>
228
            <b>containerScroll</b> : Boolean            <div class="mdesc">
229
                            true to register this container with ScrollManager                        </div>
230
        </td>
231
        <td class="msource">TreePanel</td>
232
    </tr>
233
        <tr class="config-row inherited expandable">
234
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
235
        <td class="sig">
236
        <a id="Ext.tree.TreePanel-ctCls"></a>
237
            <b>ctCls</b> : String            <div class="mdesc">
238
                        <div class="short">An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for...</div>
239
            <div class="long">
240
                An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.            </div>
241
                        </div>
242
        </td>
243
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
244
    </tr>
245
        <tr class="config-row alt">
246
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
247
        <td class="sig">
248
        <a id="Ext.tree.TreePanel-ddAppendOnly"></a>
249
            <b>ddAppendOnly</b> : String            <div class="mdesc">
250
                            True if the tree should only allow append drops (use for trees which are sorted)                        </div>
251
        </td>
252
        <td class="msource">TreePanel</td>
253
    </tr>
254
        <tr class="config-row">
255
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
256
        <td class="sig">
257
        <a id="Ext.tree.TreePanel-ddGroup"></a>
258
            <b>ddGroup</b> : String            <div class="mdesc">
259
                            The DD group this TreePanel belongs to                        </div>
260
        </td>
261
        <td class="msource">TreePanel</td>
262
    </tr>
263
        <tr class="config-row alt">
264
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
265
        <td class="sig">
266
        <a id="Ext.tree.TreePanel-ddScroll"></a>
267
            <b>ddScroll</b> : Boolean            <div class="mdesc">
268
                            true to enable body scrolling                        </div>
269
        </td>
270
        <td class="msource">TreePanel</td>
271
    </tr>
272
        <tr class="config-row">
273
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
274
        <td class="sig">
275
        <a id="Ext.tree.TreePanel-dragConfig"></a>
276
            <b>dragConfig</b> : Object            <div class="mdesc">
277
                            Custom config to pass to the <a ext:cls="Ext.tree.TreeDragZone" href="output/Ext.tree.TreeDragZone.html">Ext.tree.TreeDragZone</a> instance                        </div>
278
        </td>
279
        <td class="msource">TreePanel</td>
280
    </tr>
281
        <tr class="config-row inherited alt expandable">
282
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
283
        <td class="sig">
284
        <a id="Ext.tree.TreePanel-draggable"></a>
285
            <b>draggable</b> : Boolean            <div class="mdesc">
286
                        <div class="short">True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD conf...</div>
287
            <div class="long">
288
                True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true, although Ext.Panel.DD is an internal, undocumented class.            </div>
289
                        </div>
290
        </td>
291
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#draggable" href="output/Ext.Panel.html#draggable">Panel</a></td>
292
    </tr>
293
        <tr class="config-row">
294
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
295
        <td class="sig">
296
        <a id="Ext.tree.TreePanel-dropConfig"></a>
297
            <b>dropConfig</b> : Object            <div class="mdesc">
298
                            Custom config to pass to the <a ext:cls="Ext.tree.TreeDropZone" href="output/Ext.tree.TreeDropZone.html">Ext.tree.TreeDropZone</a> instance                        </div>
299
        </td>
300
        <td class="msource">TreePanel</td>
301
    </tr>
302
        <tr class="config-row alt">
303
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
304
        <td class="sig">
305
        <a id="Ext.tree.TreePanel-enableDD"></a>
306
            <b>enableDD</b> : Boolean            <div class="mdesc">
307
                            true to enable drag and drop                        </div>
308
        </td>
309
        <td class="msource">TreePanel</td>
310
    </tr>
311
        <tr class="config-row">
312
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
313
        <td class="sig">
314
        <a id="Ext.tree.TreePanel-enableDrag"></a>
315
            <b>enableDrag</b> : Boolean            <div class="mdesc">
316
                            true to enable just drag                        </div>
317
        </td>
318
        <td class="msource">TreePanel</td>
319
    </tr>
320
        <tr class="config-row alt">
321
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
322
        <td class="sig">
323
        <a id="Ext.tree.TreePanel-enableDrop"></a>
324
            <b>enableDrop</b> : Boolean            <div class="mdesc">
325
                            true to enable just drop                        </div>
326
        </td>
327
        <td class="msource">TreePanel</td>
328
    </tr>
329
        <tr class="config-row inherited expandable">
330
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
331
        <td class="sig">
332
        <a id="Ext.tree.TreePanel-floating"></a>
333
            <b>floating</b> : Boolean            <div class="mdesc">
334
                        <div class="short">True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where i...</div>
335
            <div class="long">
336
                True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.            </div>
337
                        </div>
338
        </td>
339
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#floating" href="output/Ext.Panel.html#floating">Panel</a></td>
340
    </tr>
341
        <tr class="config-row inherited alt expandable">
342
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
343
        <td class="sig">
344
        <a id="Ext.tree.TreePanel-footer"></a>
345
            <b>footer</b> : Boolean            <div class="mdesc">
346
                        <div class="short">True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if...</div>
347
            <div class="long">
348
                True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.            </div>
349
                        </div>
350
        </td>
351
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>
352
    </tr>
353
        <tr class="config-row inherited">
354
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
355
        <td class="sig">
356
        <a id="Ext.tree.TreePanel-frame"></a>
357
            <b>frame</b> : Boolean            <div class="mdesc">
358
                            True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).                        </div>
359
        </td>
360
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#frame" href="output/Ext.Panel.html#frame">Panel</a></td>
361
    </tr>
362
        <tr class="config-row inherited alt expandable">
363
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
364
        <td class="sig">
365
        <a id="Ext.tree.TreePanel-header"></a>
366
            <b>header</b> : Boolean            <div class="mdesc">
367
                        <div class="short">True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if...</div>
368
            <div class="long">
369
                True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.            </div>
370
                        </div>
371
        </td>
372
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>
373
    </tr>
374
        <tr class="config-row inherited">
375
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
376
        <td class="sig">
377
        <a id="Ext.tree.TreePanel-headerAsText"></a>
378
            <b>headerAsText</b> : Boolean            <div class="mdesc">
379
                            True to display the panel title in the header, false to hide it (defaults to true).                        </div>
380
        </td>
381
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#headerAsText" href="output/Ext.Panel.html#headerAsText">Panel</a></td>
382
    </tr>
383
        <tr class="config-row inherited alt">
384
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
385
        <td class="sig">
386
        <a id="Ext.tree.TreePanel-height"></a>
387
            <b>height</b> : Number            <div class="mdesc">
388
                            The height of this component in pixels (defaults to auto).                        </div>
389
        </td>
390
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#height" href="output/Ext.BoxComponent.html#height">BoxComponent</a></td>
391
    </tr>
392
        <tr class="config-row inherited">
393
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
394
        <td class="sig">
395
        <a id="Ext.tree.TreePanel-hideCollapseTool"></a>
396
            <b>hideCollapseTool</b> : Boolean            <div class="mdesc">
397
                            True to hide the expand/collapse toggle button when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true, false to display it (defaults to false).                        </div>
398
        </td>
399
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#hideCollapseTool" href="output/Ext.Panel.html#hideCollapseTool">Panel</a></td>
400
    </tr>
401
        <tr class="config-row inherited alt expandable">
402
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
403
        <td class="sig">
404
        <a id="Ext.tree.TreePanel-hideMode"></a>
405
            <b>hideMode</b> : String            <div class="mdesc">
406
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
407
            <div class="long">
408
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
409
                        </div>
410
        </td>
411
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
412
    </tr>
413
        <tr class="config-row inherited expandable">
414
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
415
        <td class="sig">
416
        <a id="Ext.tree.TreePanel-hideParent"></a>
417
            <b>hideParent</b> : Boolean            <div class="mdesc">
418
                        <div class="short">True to hide and show the component's container when hide/show is called on the component, false to hide and show the...</div>
419
            <div class="long">
420
                True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.            </div>
421
                        </div>
422
        </td>
423
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
424
    </tr>
425
        <tr class="config-row alt">
426
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
427
        <td class="sig">
428
        <a id="Ext.tree.TreePanel-hlColor"></a>
429
            <b>hlColor</b> : String            <div class="mdesc">
430
                            The color of the node highlight (defaults to C3DAF9)                        </div>
431
        </td>
432
        <td class="msource">TreePanel</td>
433
    </tr>
434
        <tr class="config-row">
435
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
436
        <td class="sig">
437
        <a id="Ext.tree.TreePanel-hlDrop"></a>
438
            <b>hlDrop</b> : Boolean            <div class="mdesc">
439
                            false to disable node highlight on drop (defaults to the value of Ext.enableFx)                        </div>
440
        </td>
441
        <td class="msource">TreePanel</td>
442
    </tr>
443
        <tr class="config-row inherited alt">
444
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
445
        <td class="sig">
446
        <a id="Ext.tree.TreePanel-iconCls"></a>
447
            <b>iconCls</b> : String            <div class="mdesc">
448
                            A CSS class that will provide a background image to be used as the panel header icon (defaults to '').                        </div>
449
        </td>
450
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#iconCls" href="output/Ext.Panel.html#iconCls">Panel</a></td>
451
    </tr>
452
        <tr class="config-row inherited">
453
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
454
        <td class="sig">
455
        <a id="Ext.tree.TreePanel-id"></a>
456
            <b>id</b> : String            <div class="mdesc">
457
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
458
        </td>
459
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
460
    </tr>
461
        <tr class="config-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.TreePanel-keys"></a>
465
            <b>keys</b> : Object/Array            <div class="mdesc">
466
                        <div class="short">A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this pa...</div>
467
            <div class="long">
468
                A KeyMap config object (in the format expected by <a ext:cls="Ext.KeyMap" ext:member="addBinding" href="output/Ext.KeyMap.html#addBinding">Ext.KeyMap.addBinding</a> used to assign custom key handling to this panel (defaults to null).            </div>
469
                        </div>
470
        </td>
471
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#keys" href="output/Ext.Panel.html#keys">Panel</a></td>
472
    </tr>
473
        <tr class="config-row">
474
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
475
        <td class="sig">
476
        <a id="Ext.tree.TreePanel-lines"></a>
477
            <b>lines</b> : Boolean            <div class="mdesc">
478
                            false to disable tree lines (defaults to true)                        </div>
479
        </td>
480
        <td class="msource">TreePanel</td>
481
    </tr>
482
        <tr class="config-row inherited alt expandable">
483
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
484
        <td class="sig">
485
        <a id="Ext.tree.TreePanel-listeners"></a>
486
            <b>listeners</b> : Object            <div class="mdesc">
487
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
488
            <div class="long">
489
                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>
490
                        </div>
491
        </td>
492
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
493
    </tr>
494
        <tr class="config-row">
495
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
496
        <td class="sig">
497
        <a id="Ext.tree.TreePanel-loader"></a>
498
            <b>loader</b> : Ext.tree.TreeLoader            <div class="mdesc">
499
                            A <a ext:cls="Ext.tree.TreeLoader" href="output/Ext.tree.TreeLoader.html">Ext.tree.TreeLoader</a> for use with this TreePanel                        </div>
500
        </td>
501
        <td class="msource">TreePanel</td>
502
    </tr>
503
        <tr class="config-row inherited alt expandable">
504
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
505
        <td class="sig">
506
        <a id="Ext.tree.TreePanel-maskDisabled"></a>
507
            <b>maskDisabled</b> : Boolean            <div class="mdesc">
508
                        <div class="short">True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will alway...</div>
509
            <div class="long">
510
                True to mask the panel when it is disabled, false to not mask it (defaults to true). Either way, the panel will always tell its contained elements to disable themselves when it is disabled, but masking the panel can provide an additional visual cue that the panel is disabled.            </div>
511
                        </div>
512
        </td>
513
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#maskDisabled" href="output/Ext.Panel.html#maskDisabled">Panel</a></td>
514
    </tr>
515
        <tr class="config-row inherited">
516
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
517
        <td class="sig">
518
        <a id="Ext.tree.TreePanel-minButtonWidth"></a>
519
            <b>minButtonWidth</b> : Number            <div class="mdesc">
520
                            Minimum width in pixels of all buttons in this panel (defaults to 75)                        </div>
521
        </td>
522
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#minButtonWidth" href="output/Ext.Panel.html#minButtonWidth">Panel</a></td>
523
    </tr>
524
        <tr class="config-row inherited alt">
525
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
526
        <td class="sig">
527
        <a id="Ext.tree.TreePanel-pageX"></a>
528
            <b>pageX</b> : Number            <div class="mdesc">
529
                            The page level x coordinate for this component if contained within a positioning container.                        </div>
530
        </td>
531
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageX" href="output/Ext.BoxComponent.html#pageX">BoxComponent</a></td>
532
    </tr>
533
        <tr class="config-row inherited">
534
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
535
        <td class="sig">
536
        <a id="Ext.tree.TreePanel-pageY"></a>
537
            <b>pageY</b> : Number            <div class="mdesc">
538
                            The page level y coordinate for this component if contained within a positioning container.                        </div>
539
        </td>
540
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#pageY" href="output/Ext.BoxComponent.html#pageY">BoxComponent</a></td>
541
    </tr>
542
        <tr class="config-row alt">
543
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
544
        <td class="sig">
545
        <a id="Ext.tree.TreePanel-pathSeparator"></a>
546
            <b>pathSeparator</b> : String            <div class="mdesc">
547
                            The token used to separate sub-paths in path strings (defaults to '/')                        </div>
548
        </td>
549
        <td class="msource">TreePanel</td>
550
    </tr>
551
        <tr class="config-row inherited expandable">
552
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
553
        <td class="sig">
554
        <a id="Ext.tree.TreePanel-plugins"></a>
555
            <b>plugins</b> : Object/Array            <div class="mdesc">
556
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
557
            <div class="long">
558
                An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.            </div>
559
                        </div>
560
        </td>
561
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
562
    </tr>
563
        <tr class="config-row inherited alt expandable">
564
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
565
        <td class="sig">
566
        <a id="Ext.tree.TreePanel-renderTo"></a>
567
            <b>renderTo</b> : Mixed            <div class="mdesc">
568
                        <div class="short">The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using...</div>
569
            <div class="long">
570
                The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.            </div>
571
                        </div>
572
        </td>
573
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
574
    </tr>
575
        <tr class="config-row">
576
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
577
        <td class="sig">
578
        <a id="Ext.tree.TreePanel-root"></a>
579
            <b>root</b> : Ext.tree.TreeNode            <div class="mdesc">
580
                            The root node for the tree.                        </div>
581
        </td>
582
        <td class="msource">TreePanel</td>
583
    </tr>
584
        <tr class="config-row alt">
585
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
586
        <td class="sig">
587
        <a id="Ext.tree.TreePanel-rootVisible"></a>
588
            <b>rootVisible</b> : Boolean            <div class="mdesc">
589
                            false to hide the root node (defaults to true)                        </div>
590
        </td>
591
        <td class="msource">TreePanel</td>
592
    </tr>
593
        <tr class="config-row">
594
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
595
        <td class="sig">
596
        <a id="Ext.tree.TreePanel-selModel"></a>
597
            <b>selModel</b> : Boolean            <div class="mdesc">
598
                            A tree selection model to use with this TreePanel (defaults to a <a ext:cls="Ext.tree.DefaultSelectionModel" href="output/Ext.tree.DefaultSelectionModel.html">Ext.tree.DefaultSelectionModel</a>)                        </div>
599
        </td>
600
        <td class="msource">TreePanel</td>
601
    </tr>
602
        <tr class="config-row inherited alt expandable">
603
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
604
        <td class="sig">
605
        <a id="Ext.tree.TreePanel-shadow"></a>
606
            <b>shadow</b> : Boolean/String            <div class="mdesc">
607
                        <div class="short">True (or a valid Ext.Shadow Ext.Shadow.mode value) to display a shadow behind the panel, false to display no shadow (...</div>
608
            <div class="long">
609
                True (or a valid Ext.Shadow <a ext:cls="Ext.Shadow" ext:member="mode" href="output/Ext.Shadow.html#mode">Ext.Shadow.mode</a> value) to display a shadow behind the panel, false to display no shadow (defaults to 'sides'). Note that this option only applies when floating = true.            </div>
610
                        </div>
611
        </td>
612
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadow" href="output/Ext.Panel.html#shadow">Panel</a></td>
613
    </tr>
614
        <tr class="config-row inherited expandable">
615
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
616
        <td class="sig">
617
        <a id="Ext.tree.TreePanel-shadowOffset"></a>
618
            <b>shadowOffset</b> : Number            <div class="mdesc">
619
                        <div class="short">The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when float...</div>
620
            <div class="long">
621
                The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.            </div>
622
                        </div>
623
        </td>
624
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shadowOffset" href="output/Ext.Panel.html#shadowOffset">Panel</a></td>
625
    </tr>
626
        <tr class="config-row inherited alt expandable">
627
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
628
        <td class="sig">
629
        <a id="Ext.tree.TreePanel-shim"></a>
630
            <b>shim</b> : Boolean            <div class="mdesc">
631
                        <div class="short">False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies wh...</div>
632
            <div class="long">
633
                False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.            </div>
634
                        </div>
635
        </td>
636
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#shim" href="output/Ext.Panel.html#shim">Panel</a></td>
637
    </tr>
638
        <tr class="config-row">
639
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
640
        <td class="sig">
641
        <a id="Ext.tree.TreePanel-singleExpand"></a>
642
            <b>singleExpand</b> : Boolean            <div class="mdesc">
643
                            true if only 1 node per branch may be expanded                        </div>
644
        </td>
645
        <td class="msource">TreePanel</td>
646
    </tr>
647
        <tr class="config-row inherited alt expandable">
648
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
649
        <td class="sig">
650
        <a id="Ext.tree.TreePanel-stateEvents"></a>
651
            <b>stateEvents</b> : Array            <div class="mdesc">
652
                        <div class="short">An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be...</div>
653
            <div class="long">
654
                An array of events that, when fired, should trigger this component to save its state (defaults to none). These can be any types of events supported by this component, including browser or custom events (e.g., ['click', 'customerchange']). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>
655
                        </div>
656
        </td>
657
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
658
    </tr>
659
        <tr class="config-row inherited expandable">
660
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
661
        <td class="sig">
662
        <a id="Ext.tree.TreePanel-stateId"></a>
663
            <b>stateId</b> : String            <div class="mdesc">
664
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
665
            <div class="long">
666
                The unique id for this component to use for state management purposes (defaults to the component id). <p>See <a ext:cls="Ext.Component" ext:member="stateful" href="output/Ext.Component.html#stateful">stateful</a> for an explanation of saving and restoring Component state.</p>            </div>
667
                        </div>
668
        </td>
669
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
670
    </tr>
671
        <tr class="config-row inherited alt expandable">
672
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
673
        <td class="sig">
674
        <a id="Ext.tree.TreePanel-stateful"></a>
675
            <b>stateful</b> : Boolean            <div class="mdesc">
676
                        <div class="short">A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startu...</div>
677
            <div class="long">
678
                A flag which causes the Component to attempt to restore the state of internal properties from a saved state on startup.<p> For state saving to work, the state manager's provider must have been set to an implementation of <a ext:cls="Ext.state.Provider" href="output/Ext.state.Provider.html">Ext.state.Provider</a> which overrides the <a ext:cls="Ext.state.Provider" ext:member="set" href="output/Ext.state.Provider.html#set">set</a> and <a ext:cls="Ext.state.Provider" ext:member="get" href="output/Ext.state.Provider.html#get">get</a> methods to save and recall name/value pairs. A built-in implementation, <a ext:cls="Ext.state.CookieProvider" href="output/Ext.state.CookieProvider.html">Ext.state.CookieProvider</a> is available.</p> <p>To set the state provider for the current page:</p> <pre><code>Ext.state.Manager.setProvider(<b>new</b> Ext.state.CookieProvider());</code></pre> <p>Components attempt to save state when one of the events listed in the <a ext:cls="Ext.Component" ext:member="stateEvents" href="output/Ext.Component.html#stateEvents">stateEvents</a> configuration fires.</p> <p>You can perform extra processing on state save and restore by attaching handlers to the <a ext:cls="Ext.Component" ext:member="beforestaterestore" href="output/Ext.Component.html#beforestaterestore">beforestaterestore</a>, <a ext:cls="staterestore" href="output/staterestore.html">staterestore</a>, <a ext:cls="beforestatesave" href="output/beforestatesave.html">beforestatesave</a> and <a ext:cls="statesave" href="output/statesave.html">statesave</a> events</p>            </div>
679
                        </div>
680
        </td>
681
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
682
    </tr>
683
        <tr class="config-row inherited expandable">
684
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
685
        <td class="sig">
686
        <a id="Ext.tree.TreePanel-style"></a>
687
            <b>style</b> : String            <div class="mdesc">
688
                        <div class="short">A custom style specification to be applied to this component's Element. Should be a valid argument to Ext.Element.app...</div>
689
            <div class="long">
690
                A custom style specification to be applied to this component's Element. Should be a valid argument to <a ext:cls="Ext.Element" ext:member="applyStyles" href="output/Ext.Element.html#applyStyles">Ext.Element.applyStyles</a>.            </div>
691
                        </div>
692
        </td>
693
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
694
    </tr>
695
        <tr class="config-row inherited alt expandable">
696
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
697
        <td class="sig">
698
        <a id="Ext.tree.TreePanel-tabTip"></a>
699
            <b>tabTip</b> : String            <div class="mdesc">
700
                        <div class="short">Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must...</div>
701
            <div class="long">
702
                Adds a tooltip when mousing over the tab of a Ext.Panel which is an item of a Ext.TabPanel. Ext.QuickTips.init() must be called in order for the tips to render.            </div>
703
                        </div>
704
        </td>
705
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tabTip" href="output/Ext.Panel.html#tabTip">Panel</a></td>
706
    </tr>
707
        <tr class="config-row inherited expandable">
708
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
709
        <td class="sig">
710
        <a id="Ext.tree.TreePanel-tbar"></a>
711
            <b>tbar</b> : Object/Array            <div class="mdesc">
712
                        <div class="short">The top toolbar of the panel. This can be either an Ext.Toolbar object or an array of buttons/button configs to be ad...</div>
713
            <div class="long">
714
                The top toolbar of the panel. This can be either an <a ext:cls="Ext.Toolbar" href="output/Ext.Toolbar.html">Ext.Toolbar</a> object or an array of buttons/button configs to be added to the toolbar. Note that this is not available as a property after render. To access the top toolbar after render, use <a ext:cls="Ext.Panel" ext:member="getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">getTopToolbar</a>.            </div>
715
                        </div>
716
        </td>
717
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tbar" href="output/Ext.Panel.html#tbar">Panel</a></td>
718
    </tr>
719
        <tr class="config-row inherited alt expandable">
720
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
721
        <td class="sig">
722
        <a id="Ext.tree.TreePanel-title"></a>
723
            <b>title</b> : String            <div class="mdesc">
724
                        <div class="short">The title text to display in the panel header (defaults to ''). When a title is specified the header element will aut...</div>
725
            <div class="long">
726
                The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless <a ext:cls="Ext.Panel" ext:member="header" href="output/Ext.Panel.html#header">header</a> is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.            </div>
727
                        </div>
728
        </td>
729
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#title" href="output/Ext.Panel.html#title">Panel</a></td>
730
    </tr>
731
        <tr class="config-row inherited expandable">
732
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
733
        <td class="sig">
734
        <a id="Ext.tree.TreePanel-titleCollapse"></a>
735
            <b>titleCollapse</b> : Boolean            <div class="mdesc">
736
                        <div class="short">True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, fa...</div>
737
            <div class="long">
738
                True to allow expanding and collapsing the panel (when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).            </div>
739
                        </div>
740
        </td>
741
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#titleCollapse" href="output/Ext.Panel.html#titleCollapse">Panel</a></td>
742
    </tr>
743
        <tr class="config-row inherited alt expandable">
744
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
745
        <td class="sig">
746
        <a id="Ext.tree.TreePanel-tools"></a>
747
            <b>tools</b> : Array            <div class="mdesc">
748
                        <div class="short">An array of tool button configs to be added to the header tool area. Each tool config may contain the following prope...</div>
749
            <div class="long">
750
                An array of tool button configs to be added to the header tool area. Each tool config may contain the following properties: <div class="mdetail-params"><ul> <li><b>id</b> : String<p class="sub-desc"><b>Required.</b> The type of tool to create. Values may be<ul> <li><tt>toggle</tt> (Created by default when <a ext:cls="Ext.Panel" ext:member="collapsible" href="output/Ext.Panel.html#collapsible">collapsible</a> is <tt>true</tt>)</li> <li><tt>close</tt></li> <li><tt>minimize</tt></li> <li><tt>maximize</tt></li> <li><tt>restore</tt></li> <li><tt>gear</tt></li> <li><tt>pin</tt></li> <li><tt>unpin</tt></li> <li><tt>right</tt></li> <li><tt>left</tt></li> <li><tt>up</tt></li> <li><tt>down</tt></li> <li><tt>refresh</tt></li> <li><tt>minus</tt></li> <li><tt>plus</tt></li> <li><tt>help</tt></li> <li><tt>search</tt></li> <li><tt>save</tt></li> <li><tt>print</tt></li> </ul></div></p></li> <li><b>handler</b> : Function<p class="sub-desc"><b>Required.</b> The function to call when clicked. Arguments passed are:<ul> <li><b>event</b> : Ext.EventObject<p class="sub-desc">The click event.</p></li> <li><b>toolEl</b> : Ext.Element<p class="sub-desc">The tool Element.</p></li> <li><b>Panel</b> : Ext.Panel<p class="sub-desc">The host Panel</p></li> </ul></p></li> <li><b>scope</b> : Object<p class="sub-desc">The scope in which to call the handler.</p></li> <li><b>qtip</b> : String/Object<p class="sub-desc">A tip string, or a config argument to <a ext:cls="Ext.QuickTip" ext:member="register" href="output/Ext.QuickTip.html#register">Ext.QuickTip.register</a></p></li> <li><b>hidden</b> : Boolean<p class="sub-desc">True to initially render hidden.</p></li> <li><b>on</b> : Object<p class="sub-desc">A listener config object specifiying event listeners in the format of an argument to <a ext:cls="Ext.Panel" ext:member="addListener" href="output/Ext.Panel.html#addListener">addListener</a></p></li> </ul> Example usage: <pre><code>tools:[{
751
    id:<em>'refresh'</em>,
752
    <i>// hidden:true,</i>
753
    handler: <b>function</b>(event, toolEl, panel){
754
        <i>// refresh logic</i>
755
    }
756
}]</code></pre> Note that apart from the toggle tool which is provided when a panel is collapsible, these tools only provide the visual button. Any required functionality must be provided by adding handlers that implement the necessary behavior.            </div>
757
                        </div>
758
        </td>
759
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#tools" href="output/Ext.Panel.html#tools">Panel</a></td>
760
    </tr>
761
        <tr class="config-row">
762
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
763
        <td class="sig">
764
        <a id="Ext.tree.TreePanel-trackMouseOver"></a>
765
            <b>trackMouseOver</b> : Boolean            <div class="mdesc">
766
                            False to disable mouse over highlighting                        </div>
767
        </td>
768
        <td class="msource">TreePanel</td>
769
    </tr>
770
        <tr class="config-row alt">
771
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
772
        <td class="sig">
773
        <a id="Ext.tree.TreePanel-useArrows"></a>
774
            <b>useArrows</b> : Boolean            <div class="mdesc">
775
                            True to use Vista-style arrows in the tree (defaults to false)                        </div>
776
        </td>
777
        <td class="msource">TreePanel</td>
778
    </tr>
779
        <tr class="config-row inherited">
780
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
781
        <td class="sig">
782
        <a id="Ext.tree.TreePanel-width"></a>
783
            <b>width</b> : Number            <div class="mdesc">
784
                            The width of this component in pixels (defaults to auto).                        </div>
785
        </td>
786
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#width" href="output/Ext.BoxComponent.html#width">BoxComponent</a></td>
787
    </tr>
788
        <tr class="config-row inherited alt">
789
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
790
        <td class="sig">
791
        <a id="Ext.tree.TreePanel-x"></a>
792
            <b>x</b> : Number            <div class="mdesc">
793
                            The local x (left) coordinate for this component if contained within a positioning container.                        </div>
794
        </td>
795
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#x" href="output/Ext.BoxComponent.html#x">BoxComponent</a></td>
796
    </tr>
797
        <tr class="config-row inherited expandable">
798
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
799
        <td class="sig">
800
        <a id="Ext.tree.TreePanel-xtype"></a>
801
            <b>xtype</b> : String            <div class="mdesc">
802
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
803
            <div class="long">
804
                The registered xtype to create. This config option is not used when passing a config object into a constructor. This config option is used only when lazy instantiation is being used, and a child item of a Container is being specified not as a fully instantiated Component, but as a <i>Component config object</i>. The xtype will be looked up at render time up to determine what type of child Component to create.<br><br> The predefined xtypes are listed <a ext:cls="Ext.Component" href="output/Ext.Component.html">here</a>. <br><br> If you subclass Components to create your own Components, you may register them using <a ext:cls="Ext.ComponentMgr" ext:member="registerType" href="output/Ext.ComponentMgr.html#registerType">Ext.ComponentMgr.registerType</a> in order to be able to take advantage of lazy instantiation and rendering.            </div>
805
                        </div>
806
        </td>
807
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
808
    </tr>
809
        <tr class="config-row inherited alt">
810
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
811
        <td class="sig">
812
        <a id="Ext.tree.TreePanel-y"></a>
813
            <b>y</b> : Number            <div class="mdesc">
814
                            The local y (top) coordinate for this component if contained within a positioning container.                        </div>
815
        </td>
816
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#y" href="output/Ext.BoxComponent.html#y">BoxComponent</a></td>
817
    </tr>
818
            </table>
819
                <a id="Ext.tree.TreePanel-props"></a>
820
        <h2>Public Properties</h2>
821
                <table cellspacing="0" class="member-table">
822
            <tr>
823
                <th class="sig-header" colspan="2">Property</th>
824
                <th class="msource-header">Defined By</th>
825
            </tr>
826
                <tr class="property-row inherited expandable">
827
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
828
        <td class="sig">
829
        <a id="Ext.tree.TreePanel-body"></a>
830
            <b>body</b> : Ext.Element            <div class="mdesc">
831
                        <div class="short">
832
The Panel's body Element which may be used to contain HTML content.
833
The content may be specified in the html config,...</div>
834
            <div class="long">
835
 
836
The Panel's body <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a> which may be used to contain HTML content.
837
The content may be specified in the <a ext:cls="Ext.Panel" ext:member="html" href="output/Ext.Panel.html#html">html</a> config, or it may be loaded using the
838
<a ext:cls="autoLoad" href="output/autoLoad.html">autoLoad</a> config, or through the Panel's <a ext:cls="Ext.Panel" ext:member="getUpdater" href="output/Ext.Panel.html#getUpdater">Updater</a>. Read-only.
839
<p>If this is used to load visible HTML elements in either way, then
840
the Panel may not be used as a Layout for hosting nested Panels.</p>
841
<p>If this Panel is intended to be used as the host of a Layout (See <a ext:cls="Ext.Panel" ext:member="layout" href="output/Ext.Panel.html#layout">layout</a>
842
then the body Element must not be loaded or changed - it is under the control
843
of the Panel's Layout.            </div>
844
                        </div>
845
        </td>
846
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#body" href="output/Ext.Panel.html#body">Panel</a></td>
847
    </tr>
848
        <tr class="property-row inherited alt">
849
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
850
        <td class="sig">
851
        <a id="Ext.tree.TreePanel-buttons"></a>
852
            <b>buttons</b> : Array            <div class="mdesc">
853
                            This Panel's Array of buttons as created from the <tt>buttons</tt>
854
config property. Read only.                        </div>
855
        </td>
856
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#buttons" href="output/Ext.Panel.html#buttons">Panel</a></td>
857
    </tr>
858
        <tr class="property-row">
859
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
860
        <td class="sig">
861
        <a id="Ext.tree.TreePanel-dragZone"></a>
862
            <b>dragZone</b> : Ext.tree.TreeDragZone            <div class="mdesc">
863
                            The dragZone used by this tree if drag is enabled                        </div>
864
        </td>
865
        <td class="msource">TreePanel</td>
866
    </tr>
867
        <tr class="property-row alt">
868
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
869
        <td class="sig">
870
        <a id="Ext.tree.TreePanel-dropZone"></a>
871
            <b>dropZone</b> : Ext.tree.TreeDropZone            <div class="mdesc">
872
                            The dropZone used by this tree if drop is enabled                        </div>
873
        </td>
874
        <td class="msource">TreePanel</td>
875
    </tr>
876
        <tr class="property-row inherited">
877
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
878
        <td class="sig">
879
        <a id="Ext.tree.TreePanel-footer"></a>
880
            <b>footer</b> : Ext.Element            <div class="mdesc">
881
 
882
The Panel's footer <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
883
<p>This Element is used to house the Panel's <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a>.</p>                        </div>
884
        </td>
885
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#footer" href="output/Ext.Panel.html#footer">Panel</a></td>
886
    </tr>
887
        <tr class="property-row inherited alt">
888
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
889
        <td class="sig">
890
        <a id="Ext.tree.TreePanel-header"></a>
891
            <b>header</b> : Ext.Element            <div class="mdesc">
892
                            The Panel's header <a ext:cls="Ext.Element" href="output/Ext.Element.html">Element</a>. Read-only.
893
<p>This Element is used to house the <a ext:cls="Ext.Panel" ext:member="title" href="output/Ext.Panel.html#title">title</a> and <a ext:cls="Ext.Panel" ext:member="tools" href="output/Ext.Panel.html#tools">tools</a></p>                        </div>
894
        </td>
895
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#header" href="output/Ext.Panel.html#header">Panel</a></td>
896
    </tr>
897
        <tr class="property-row inherited">
898
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
899
        <td class="sig">
900
        <a id="Ext.tree.TreePanel-hidden"></a>
901
            <b>hidden</b> : Boolean            <div class="mdesc">
902
 
903
True if this component is hidden. Read-only.                        </div>
904
        </td>
905
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
906
    </tr>
907
        <tr class="property-row inherited alt">
908
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
909
        <td class="sig">
910
        <a id="Ext.tree.TreePanel-initialConfig"></a>
911
            <b>initialConfig</b> : Object            <div class="mdesc">
912
                            This Component's initial configuration specification. Read-only.                        </div>
913
        </td>
914
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
915
    </tr>
916
        <tr class="property-row inherited expandable">
917
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
918
        <td class="sig">
919
        <a id="Ext.tree.TreePanel-ownerCt"></a>
920
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
921
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
922
the component is added to a...</div>
923
            <div class="long">
924
                The component's owner <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (defaults to undefined, and is set automatically when
925
the component is added to a container).  Read-only.            </div>
926
                        </div>
927
        </td>
928
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
929
    </tr>
930
        <tr class="property-row inherited alt">
931
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
932
        <td class="sig">
933
        <a id="Ext.tree.TreePanel-rendered"></a>
934
            <b>rendered</b> : Boolean            <div class="mdesc">
935
                            True if this component has been rendered. Read-only.                        </div>
936
        </td>
937
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
938
    </tr>
939
        <tr class="property-row">
940
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
941
        <td class="sig">
942
        <a id="Ext.tree.TreePanel-root"></a>
943
            <b>root</b> : Ext.tree.TreeNode            <div class="mdesc">
944
                            The root node of this tree.                        </div>
945
        </td>
946
        <td class="msource">TreePanel</td>
947
    </tr>
948
            </table>
949
                <a id="Ext.tree.TreePanel-methods"></a>
950
        <h2>Public Methods</h2>
951
                <table cellspacing="0" class="member-table">
952
            <tr>
953
                <th class="sig-header" colspan="2">Method</th>
954
                <th class="msource-header">Defined By</th>
955
            </tr>
956
                <tr class="method-row expandable">
957
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
958
        <td class="sig">
959
        <a id="Ext.tree.TreePanel-TreePanel"></a>
960
            <b>TreePanel</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
961
                        <div class="short"></div>
962
            <div class="long">
963
                    <div class="mdetail-params">
964
        <strong>Parameters:</strong>
965
        <ul><li><code>config</code> : Object<div class="sub-desc"></div></li>        </ul>
966
        <strong>Returns:</strong>
967
        <ul>
968
            <li><code></code></li>
969
        </ul>
970
    </div>
971
                </div>
972
                        </div>
973
        </td>
974
        <td class="msource">TreePanel</td>
975
    </tr>
976
        <tr class="method-row inherited alt expandable">
977
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
978
        <td class="sig">
979
        <a id="Ext.tree.TreePanel-addButton"></a>
980
            <b>addButton</b>(&nbsp;<code>String/Object config</code>, <code>Function handler</code>, <code>Object scope</code>&nbsp;) : Ext.Button            <div class="mdesc">
981
                        <div class="short">Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
982
approach is to ...</div>
983
            <div class="long">
984
                Adds a button to this panel.  Note that this method must be called prior to rendering.  The preferred
985
approach is to add buttons via the <a ext:cls="Ext.Panel" ext:member="buttons" href="output/Ext.Panel.html#buttons">buttons</a> config.    <div class="mdetail-params">
986
        <strong>Parameters:</strong>
987
        <ul><li><code>config</code> : String/Object<div class="sub-desc">A valid <a ext:cls="Ext.Button" href="output/Ext.Button.html">Ext.Button</a> config. A string will become the text for a default
988
button config, an object will be treated as a button config object.</div></li><li><code>handler</code> : Function<div class="sub-desc">The function to be called on button <a ext:cls="Ext.Button" ext:member="click" href="output/Ext.Button.html#click">Ext.Button.click</a></div></li><li><code>scope</code> : Object<div class="sub-desc">The scope to use for the button handler function</div></li>        </ul>
989
        <strong>Returns:</strong>
990
        <ul>
991
            <li><code>Ext.Button</code><div class="sub-desc">The button that was added</div></li>
992
        </ul>
993
    </div>
994
                </div>
995
                        </div>
996
        </td>
997
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#addButton" href="output/Ext.Panel.html#addButton">Panel</a></td>
998
    </tr>
999
        <tr class="method-row inherited expandable">
1000
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1001
        <td class="sig">
1002
        <a id="Ext.tree.TreePanel-addClass"></a>
1003
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1004
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
1005
            <div class="long">
1006
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
1007
        <strong>Parameters:</strong>
1008
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
1009
        <strong>Returns:</strong>
1010
        <ul>
1011
            <li><code>void</code></li>
1012
        </ul>
1013
    </div>
1014
                </div>
1015
                        </div>
1016
        </td>
1017
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
1018
    </tr>
1019
        <tr class="method-row inherited alt expandable">
1020
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1021
        <td class="sig">
1022
        <a id="Ext.tree.TreePanel-addEvents"></a>
1023
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
1024
                        <div class="short">Used to define events on this Observable</div>
1025
            <div class="long">
1026
                Used to define events on this Observable    <div class="mdetail-params">
1027
        <strong>Parameters:</strong>
1028
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
1029
        <strong>Returns:</strong>
1030
        <ul>
1031
            <li><code>void</code></li>
1032
        </ul>
1033
    </div>
1034
                </div>
1035
                        </div>
1036
        </td>
1037
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
1038
    </tr>
1039
        <tr class="method-row inherited expandable">
1040
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1041
        <td class="sig">
1042
        <a id="Ext.tree.TreePanel-addListener"></a>
1043
            <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">
1044
                        <div class="short">Appends an event handler to this component</div>
1045
            <div class="long">
1046
                Appends an event handler to this component    <div class="mdetail-params">
1047
        <strong>Parameters:</strong>
1048
        <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
1049
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
1050
properties. This may contain any of the following properties:<ul>
1051
<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>
1052
<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>
1053
<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>
1054
<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
1055
by the specified number of milliseconds. If the event fires again within that time, the original
1056
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
1057
</ul><br>
1058
<p>
1059
<b>Combining Options</b><br>
1060
Using the options argument, it is possible to combine different types of listeners:<br>
1061
<br>
1062
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
1063
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
1064
    single: true,
1065
    delay: 100,
1066
    forumId: 4
1067
});</code></pre>
1068
<p>
1069
<b>Attaching multiple handlers in 1 call</b><br>
1070
The method also allows for a single argument to be passed which is a config object containing properties
1071
which specify multiple handlers.
1072
<p>
1073
<pre><code>foo.on({
1074
    <em>'click'</em> : {
1075
        fn: <b>this</b>.onClick,
1076
        scope: <b>this</b>,
1077
        delay: 100
1078
    },
1079
    <em>'mouseover'</em> : {
1080
        fn: <b>this</b>.onMouseOver,
1081
        scope: <b>this</b>
1082
    },
1083
    <em>'mouseout'</em> : {
1084
        fn: <b>this</b>.onMouseOut,
1085
        scope: <b>this</b>
1086
    }
1087
});</code></pre>
1088
<p>
1089
Or a shorthand syntax:<br>
1090
<pre><code>foo.on({
1091
    <em>'click'</em> : <b>this</b>.onClick,
1092
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
1093
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
1094
     scope: <b>this</b>
1095
});</code></pre></div></li>        </ul>
1096
        <strong>Returns:</strong>
1097
        <ul>
1098
            <li><code>void</code></li>
1099
        </ul>
1100
    </div>
1101
                </div>
1102
                        </div>
1103
        </td>
1104
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
1105
    </tr>
1106
        <tr class="method-row inherited alt expandable">
1107
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1108
        <td class="sig">
1109
        <a id="Ext.tree.TreePanel-bubble"></a>
1110
            <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">
1111
                        <div class="short">Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (this) of...</div>
1112
            <div class="long">
1113
                Bubbles up the component/container heirarchy, calling the specified function with each component. The scope (<i>this</i>) of
1114
function call will be the scope provided or the current component. The arguments to the function
1115
will be the args provided or the current component. If the function returns false at any point,
1116
the bubble is stopped.    <div class="mdetail-params">
1117
        <strong>Parameters:</strong>
1118
        <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 component)</div></li>        </ul>
1119
        <strong>Returns:</strong>
1120
        <ul>
1121
            <li><code>void</code></li>
1122
        </ul>
1123
    </div>
1124
                </div>
1125
                        </div>
1126
        </td>
1127
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#bubble" href="output/Ext.Container.html#bubble">Container</a></td>
1128
    </tr>
1129
        <tr class="method-row inherited expandable">
1130
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1131
        <td class="sig">
1132
        <a id="Ext.tree.TreePanel-cloneConfig"></a>
1133
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
1134
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
1135
            <div class="long">
1136
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
1137
        <strong>Parameters:</strong>
1138
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
1139
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
1140
        <strong>Returns:</strong>
1141
        <ul>
1142
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
1143
        </ul>
1144
    </div>
1145
                </div>
1146
                        </div>
1147
        </td>
1148
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
1149
    </tr>
1150
        <tr class="method-row inherited alt expandable">
1151
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1152
        <td class="sig">
1153
        <a id="Ext.tree.TreePanel-collapse"></a>
1154
            <b>collapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
1155
                        <div class="short">Collapses the panel body so that it becomes hidden.  Fires the beforecollapse event which will
1156
cancel the collapse ac...</div>
1157
            <div class="long">
1158
                Collapses the panel body so that it becomes hidden.  Fires the <a ext:cls="Ext.Panel" ext:member="beforecollapse" href="output/Ext.Panel.html#beforecollapse">beforecollapse</a> event which will
1159
cancel the collapse action if it returns false.    <div class="mdetail-params">
1160
        <strong>Parameters:</strong>
1161
        <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1162
<a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>
1163
        <strong>Returns:</strong>
1164
        <ul>
1165
            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
1166
        </ul>
1167
    </div>
1168
                </div>
1169
                        </div>
1170
        </td>
1171
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#collapse" href="output/Ext.Panel.html#collapse">Panel</a></td>
1172
    </tr>
1173
        <tr class="method-row expandable">
1174
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1175
        <td class="sig">
1176
        <a id="Ext.tree.TreePanel-collapseAll"></a>
1177
            <b>collapseAll</b>() : void            <div class="mdesc">
1178
                        <div class="short">Collapse all nodes</div>
1179
            <div class="long">
1180
                Collapse all nodes    <div class="mdetail-params">
1181
        <strong>Parameters:</strong>
1182
        <ul><li>None.</li>        </ul>
1183
        <strong>Returns:</strong>
1184
        <ul>
1185
            <li><code>void</code></li>
1186
        </ul>
1187
    </div>
1188
                </div>
1189
                        </div>
1190
        </td>
1191
        <td class="msource">TreePanel</td>
1192
    </tr>
1193
        <tr class="method-row inherited alt expandable">
1194
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1195
        <td class="sig">
1196
        <a id="Ext.tree.TreePanel-destroy"></a>
1197
            <b>destroy</b>() : void            <div class="mdesc">
1198
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
1199
removing the c...</div>
1200
            <div class="long">
1201
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
1202
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
1203
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
1204
should usually not need to be called directly.    <div class="mdetail-params">
1205
        <strong>Parameters:</strong>
1206
        <ul><li>None.</li>        </ul>
1207
        <strong>Returns:</strong>
1208
        <ul>
1209
            <li><code>void</code></li>
1210
        </ul>
1211
    </div>
1212
                </div>
1213
                        </div>
1214
        </td>
1215
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
1216
    </tr>
1217
        <tr class="method-row inherited expandable">
1218
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1219
        <td class="sig">
1220
        <a id="Ext.tree.TreePanel-expand"></a>
1221
            <b>expand</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
1222
                        <div class="short">Expands the panel body so that it becomes visible.  Fires the beforeexpand event which will
1223
cancel the expand action ...</div>
1224
            <div class="long">
1225
                Expands the panel body so that it becomes visible.  Fires the <a ext:cls="Ext.Panel" ext:member="beforeexpand" href="output/Ext.Panel.html#beforeexpand">beforeexpand</a> event which will
1226
cancel the expand action if it returns false.    <div class="mdetail-params">
1227
        <strong>Parameters:</strong>
1228
        <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
1229
<a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>
1230
        <strong>Returns:</strong>
1231
        <ul>
1232
            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
1233
        </ul>
1234
    </div>
1235
                </div>
1236
                        </div>
1237
        </td>
1238
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#expand" href="output/Ext.Panel.html#expand">Panel</a></td>
1239
    </tr>
1240
        <tr class="method-row alt expandable">
1241
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1242
        <td class="sig">
1243
        <a id="Ext.tree.TreePanel-expandAll"></a>
1244
            <b>expandAll</b>() : void            <div class="mdesc">
1245
                        <div class="short">Expand all nodes</div>
1246
            <div class="long">
1247
                Expand all nodes    <div class="mdetail-params">
1248
        <strong>Parameters:</strong>
1249
        <ul><li>None.</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">TreePanel</td>
1259
    </tr>
1260
        <tr class="method-row expandable">
1261
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1262
        <td class="sig">
1263
        <a id="Ext.tree.TreePanel-expandPath"></a>
1264
            <b>expandPath</b>(&nbsp;<code>String path</code>, <span class="optional" title="Optional">[<code>String attr</code>]</span>, <span class="optional" title="Optional">[<code>Function callback</code>]</span>&nbsp;) : void            <div class="mdesc">
1265
                        <div class="short">Expands a specified path in this TreePanel. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a></div>
1266
            <div class="long">
1267
                Expands a specified path in this TreePanel. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a>    <div class="mdetail-params">
1268
        <strong>Parameters:</strong>
1269
        <ul><li><code>path</code> : String<div class="sub-desc"></div></li><li><code>attr</code> : String<div class="sub-desc">(optional) The attribute used in the path (see <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a> for more info)</div></li><li><code>callback</code> : Function<div class="sub-desc">(optional) The callback to call when the expand is complete. The callback will be called with
1270
(bSuccess, oLastNode) where bSuccess is if the expand was successful and oLastNode is the last node that was expanded.</div></li>        </ul>
1271
        <strong>Returns:</strong>
1272
        <ul>
1273
            <li><code>void</code></li>
1274
        </ul>
1275
    </div>
1276
                </div>
1277
                        </div>
1278
        </td>
1279
        <td class="msource">TreePanel</td>
1280
    </tr>
1281
        <tr class="method-row inherited alt expandable">
1282
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1283
        <td class="sig">
1284
        <a id="Ext.tree.TreePanel-findParentBy"></a>
1285
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
1286
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
1287
true, the con...</div>
1288
            <div class="long">
1289
                Find a container above this component at any level by a custom function. If the passed function returns
1290
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
1291
        <strong>Parameters:</strong>
1292
        <ul><li><code>fcn</code> : Function<div class="sub-desc"></div></li><li><code>scope</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1293
        <strong>Returns:</strong>
1294
        <ul>
1295
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
1296
        </ul>
1297
    </div>
1298
                </div>
1299
                        </div>
1300
        </td>
1301
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
1302
    </tr>
1303
        <tr class="method-row inherited expandable">
1304
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1305
        <td class="sig">
1306
        <a id="Ext.tree.TreePanel-findParentByType"></a>
1307
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
1308
                        <div class="short">Find a container above this component at any level by xtype or class</div>
1309
            <div class="long">
1310
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
1311
        <strong>Parameters:</strong>
1312
        <ul><li><code>xtype</code> : String/Class<div class="sub-desc">The xtype string for a component, or the class of the component directly</div></li>        </ul>
1313
        <strong>Returns:</strong>
1314
        <ul>
1315
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
1316
        </ul>
1317
    </div>
1318
                </div>
1319
                        </div>
1320
        </td>
1321
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
1322
    </tr>
1323
        <tr class="method-row inherited alt expandable">
1324
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1325
        <td class="sig">
1326
        <a id="Ext.tree.TreePanel-fireEvent"></a>
1327
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
1328
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
1329
            <div class="long">
1330
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
1331
        <strong>Parameters:</strong>
1332
        <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>
1333
        <strong>Returns:</strong>
1334
        <ul>
1335
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
1336
        </ul>
1337
    </div>
1338
                </div>
1339
                        </div>
1340
        </td>
1341
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
1342
    </tr>
1343
        <tr class="method-row inherited expandable">
1344
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1345
        <td class="sig">
1346
        <a id="Ext.tree.TreePanel-focus"></a>
1347
            <b>focus</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean selectText</code>]</span>, <span class="optional" title="Optional">[<code>Boolean/Number delay</code>]</span>&nbsp;) : Ext.Component            <div class="mdesc">
1348
                        <div class="short">Try to focus this component.</div>
1349
            <div class="long">
1350
                Try to focus this component.    <div class="mdetail-params">
1351
        <strong>Parameters:</strong>
1352
        <ul><li><code>selectText</code> : Boolean<div class="sub-desc">(optional) If applicable, true to also select the text in this component</div></li><li><code>delay</code> : Boolean/Number<div class="sub-desc">(optional) Delay the focus this number of milliseconds (true for 10 milliseconds)</div></li>        </ul>
1353
        <strong>Returns:</strong>
1354
        <ul>
1355
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1356
        </ul>
1357
    </div>
1358
                </div>
1359
                        </div>
1360
        </td>
1361
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
1362
    </tr>
1363
        <tr class="method-row inherited alt expandable">
1364
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1365
        <td class="sig">
1366
        <a id="Ext.tree.TreePanel-getBottomToolbar"></a>
1367
            <b>getBottomToolbar</b>() : Ext.Toolbar            <div class="mdesc">
1368
                        <div class="short">Returns the toolbar from the bottom (bbar) section of the panel.</div>
1369
            <div class="long">
1370
                Returns the toolbar from the bottom (bbar) section of the panel.    <div class="mdetail-params">
1371
        <strong>Parameters:</strong>
1372
        <ul><li>None.</li>        </ul>
1373
        <strong>Returns:</strong>
1374
        <ul>
1375
            <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>
1376
        </ul>
1377
    </div>
1378
                </div>
1379
                        </div>
1380
        </td>
1381
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getBottomToolbar" href="output/Ext.Panel.html#getBottomToolbar">Panel</a></td>
1382
    </tr>
1383
        <tr class="method-row inherited expandable">
1384
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1385
        <td class="sig">
1386
        <a id="Ext.tree.TreePanel-getBox"></a>
1387
            <b>getBox</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Object            <div class="mdesc">
1388
                        <div class="short">Gets the current box measurements of the component's underlying element.</div>
1389
            <div class="long">
1390
                Gets the current box measurements of the component's underlying element.    <div class="mdetail-params">
1391
        <strong>Parameters:</strong>
1392
        <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>
1393
        <strong>Returns:</strong>
1394
        <ul>
1395
            <li><code>Object</code><div class="sub-desc">box An object in the format {x, y, width, height}</div></li>
1396
        </ul>
1397
    </div>
1398
                </div>
1399
                        </div>
1400
        </td>
1401
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getBox" href="output/Ext.BoxComponent.html#getBox">BoxComponent</a></td>
1402
    </tr>
1403
        <tr class="method-row alt expandable">
1404
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1405
        <td class="sig">
1406
        <a id="Ext.tree.TreePanel-getChecked"></a>
1407
            <b>getChecked</b>(&nbsp;<span class="optional" title="Optional">[<code>String attribute</code>]</span>, <span class="optional" title="Optional">[<code>TreeNode startNode</code>]</span>&nbsp;) : Array            <div class="mdesc">
1408
                        <div class="short">Retrieve an array of checked nodes, or an array of a specific attribute of checked nodes (e.g. "id")</div>
1409
            <div class="long">
1410
                Retrieve an array of checked nodes, or an array of a specific attribute of checked nodes (e.g. "id")    <div class="mdetail-params">
1411
        <strong>Parameters:</strong>
1412
        <ul><li><code>attribute</code> : String<div class="sub-desc">(optional) Defaults to null (return the actual nodes)</div></li><li><code>startNode</code> : TreeNode<div class="sub-desc">(optional) The node to start from, defaults to the root</div></li>        </ul>
1413
        <strong>Returns:</strong>
1414
        <ul>
1415
            <li><code>Array</code></li>
1416
        </ul>
1417
    </div>
1418
                </div>
1419
                        </div>
1420
        </td>
1421
        <td class="msource">TreePanel</td>
1422
    </tr>
1423
        <tr class="method-row expandable">
1424
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1425
        <td class="sig">
1426
        <a id="Ext.tree.TreePanel-getEl"></a>
1427
            <b>getEl</b>() : Element            <div class="mdesc">
1428
                        <div class="short">Returns the container element for this TreePanel.</div>
1429
            <div class="long">
1430
                Returns the container element for this TreePanel.    <div class="mdetail-params">
1431
        <strong>Parameters:</strong>
1432
        <ul><li>None.</li>        </ul>
1433
        <strong>Returns:</strong>
1434
        <ul>
1435
            <li><code>Element</code><div class="sub-desc">The container element for this TreePanel.</div></li>
1436
        </ul>
1437
    </div>
1438
                </div>
1439
                        </div>
1440
        </td>
1441
        <td class="msource">TreePanel</td>
1442
    </tr>
1443
        <tr class="method-row inherited alt expandable">
1444
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1445
        <td class="sig">
1446
        <a id="Ext.tree.TreePanel-getFrameHeight"></a>
1447
            <b>getFrameHeight</b>() : Number            <div class="mdesc">
1448
                        <div class="short">Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1449
header and ...</div>
1450
            <div class="long">
1451
                Returns the height in pixels of the framing elements of this panel (including any top and bottom bars and
1452
header and footer elements, but not including the body height).  To retrieve the body height see <a ext:cls="Ext.Panel" ext:member="getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">getInnerHeight</a>.    <div class="mdetail-params">
1453
        <strong>Parameters:</strong>
1454
        <ul><li>None.</li>        </ul>
1455
        <strong>Returns:</strong>
1456
        <ul>
1457
            <li><code>Number</code><div class="sub-desc">The frame height</div></li>
1458
        </ul>
1459
    </div>
1460
                </div>
1461
                        </div>
1462
        </td>
1463
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">Panel</a></td>
1464
    </tr>
1465
        <tr class="method-row inherited expandable">
1466
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1467
        <td class="sig">
1468
        <a id="Ext.tree.TreePanel-getFrameWidth"></a>
1469
            <b>getFrameWidth</b>() : Number            <div class="mdesc">
1470
                        <div class="short">Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1471
retrieve the bo...</div>
1472
            <div class="long">
1473
                Returns the width in pixels of the framing elements of this panel (not including the body width).  To
1474
retrieve the body width see <a ext:cls="Ext.Panel" ext:member="getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">getInnerWidth</a>.    <div class="mdetail-params">
1475
        <strong>Parameters:</strong>
1476
        <ul><li>None.</li>        </ul>
1477
        <strong>Returns:</strong>
1478
        <ul>
1479
            <li><code>Number</code><div class="sub-desc">The frame width</div></li>
1480
        </ul>
1481
    </div>
1482
                </div>
1483
                        </div>
1484
        </td>
1485
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">Panel</a></td>
1486
    </tr>
1487
        <tr class="method-row inherited alt expandable">
1488
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1489
        <td class="sig">
1490
        <a id="Ext.tree.TreePanel-getId"></a>
1491
            <b>getId</b>() : String            <div class="mdesc">
1492
                        <div class="short">Returns the id of this component.</div>
1493
            <div class="long">
1494
                Returns the id of this component.    <div class="mdetail-params">
1495
        <strong>Parameters:</strong>
1496
        <ul><li>None.</li>        </ul>
1497
        <strong>Returns:</strong>
1498
        <ul>
1499
            <li><code>String</code></li>
1500
        </ul>
1501
    </div>
1502
                </div>
1503
                        </div>
1504
        </td>
1505
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
1506
    </tr>
1507
        <tr class="method-row inherited expandable">
1508
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1509
        <td class="sig">
1510
        <a id="Ext.tree.TreePanel-getInnerHeight"></a>
1511
            <b>getInnerHeight</b>() : Number            <div class="mdesc">
1512
                        <div class="short">Returns the height in pixels of the body element (not including the height of any framing elements).
1513
For the frame he...</div>
1514
            <div class="long">
1515
                Returns the height in pixels of the body element (not including the height of any framing elements).
1516
For the frame height see <a ext:cls="Ext.Panel" ext:member="getFrameHeight" href="output/Ext.Panel.html#getFrameHeight">getFrameHeight</a>.    <div class="mdetail-params">
1517
        <strong>Parameters:</strong>
1518
        <ul><li>None.</li>        </ul>
1519
        <strong>Returns:</strong>
1520
        <ul>
1521
            <li><code>Number</code><div class="sub-desc">The body height</div></li>
1522
        </ul>
1523
    </div>
1524
                </div>
1525
                        </div>
1526
        </td>
1527
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerHeight" href="output/Ext.Panel.html#getInnerHeight">Panel</a></td>
1528
    </tr>
1529
        <tr class="method-row inherited alt expandable">
1530
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1531
        <td class="sig">
1532
        <a id="Ext.tree.TreePanel-getInnerWidth"></a>
1533
            <b>getInnerWidth</b>() : Number            <div class="mdesc">
1534
                        <div class="short">Returns the width in pixels of the body element (not including the width of any framing elements).
1535
For the frame widt...</div>
1536
            <div class="long">
1537
                Returns the width in pixels of the body element (not including the width of any framing elements).
1538
For the frame width see <a ext:cls="Ext.Panel" ext:member="getFrameWidth" href="output/Ext.Panel.html#getFrameWidth">getFrameWidth</a>.    <div class="mdetail-params">
1539
        <strong>Parameters:</strong>
1540
        <ul><li>None.</li>        </ul>
1541
        <strong>Returns:</strong>
1542
        <ul>
1543
            <li><code>Number</code><div class="sub-desc">The body width</div></li>
1544
        </ul>
1545
    </div>
1546
                </div>
1547
                        </div>
1548
        </td>
1549
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getInnerWidth" href="output/Ext.Panel.html#getInnerWidth">Panel</a></td>
1550
    </tr>
1551
        <tr class="method-row inherited expandable">
1552
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1553
        <td class="sig">
1554
        <a id="Ext.tree.TreePanel-getItemId"></a>
1555
            <b>getItemId</b>() : String            <div class="mdesc">
1556
                        <div class="short">Returns the item id of this component.</div>
1557
            <div class="long">
1558
                Returns the item id of this component.    <div class="mdetail-params">
1559
        <strong>Parameters:</strong>
1560
        <ul><li>None.</li>        </ul>
1561
        <strong>Returns:</strong>
1562
        <ul>
1563
            <li><code>String</code></li>
1564
        </ul>
1565
    </div>
1566
                </div>
1567
                        </div>
1568
        </td>
1569
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
1570
    </tr>
1571
        <tr class="method-row alt expandable">
1572
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1573
        <td class="sig">
1574
        <a id="Ext.tree.TreePanel-getLoader"></a>
1575
            <b>getLoader</b>() : Ext.tree.TreeLoader            <div class="mdesc">
1576
                        <div class="short">Returns the default <a ext:cls="Ext.tree.TreeLoader" href="output/Ext.tree.TreeLoader.html">Ext.tree.TreeLoader</a> for this TreePanel.</div>
1577
            <div class="long">
1578
                Returns the default <a ext:cls="Ext.tree.TreeLoader" href="output/Ext.tree.TreeLoader.html">Ext.tree.TreeLoader</a> for this TreePanel.    <div class="mdetail-params">
1579
        <strong>Parameters:</strong>
1580
        <ul><li>None.</li>        </ul>
1581
        <strong>Returns:</strong>
1582
        <ul>
1583
            <li><code>Ext.tree.TreeLoader</code><div class="sub-desc">The TreeLoader for this TreePanel.</div></li>
1584
        </ul>
1585
    </div>
1586
                </div>
1587
                        </div>
1588
        </td>
1589
        <td class="msource">TreePanel</td>
1590
    </tr>
1591
        <tr class="method-row expandable">
1592
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1593
        <td class="sig">
1594
        <a id="Ext.tree.TreePanel-getNodeById"></a>
1595
            <b>getNodeById</b>(&nbsp;<code>String id</code>&nbsp;) : Node            <div class="mdesc">
1596
                        <div class="short">Gets a node in this tree by its id</div>
1597
            <div class="long">
1598
                Gets a node in this tree by its id    <div class="mdetail-params">
1599
        <strong>Parameters:</strong>
1600
        <ul><li><code>id</code> : String<div class="sub-desc"></div></li>        </ul>
1601
        <strong>Returns:</strong>
1602
        <ul>
1603
            <li><code>Node</code></li>
1604
        </ul>
1605
    </div>
1606
                </div>
1607
                        </div>
1608
        </td>
1609
        <td class="msource">TreePanel</td>
1610
    </tr>
1611
        <tr class="method-row inherited alt expandable">
1612
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1613
        <td class="sig">
1614
        <a id="Ext.tree.TreePanel-getPosition"></a>
1615
            <b>getPosition</b>(&nbsp;<span class="optional" title="Optional">[<code>Boolean local</code>]</span>&nbsp;) : Array            <div class="mdesc">
1616
                        <div class="short">Gets the current XY position of the component's underlying element.</div>
1617
            <div class="long">
1618
                Gets the current XY position of the component's underlying element.    <div class="mdetail-params">
1619
        <strong>Parameters:</strong>
1620
        <ul><li><code>local</code> : Boolean<div class="sub-desc">(optional) If true the element's left and top are returned instead of page XY (defaults to false)</div></li>        </ul>
1621
        <strong>Returns:</strong>
1622
        <ul>
1623
            <li><code>Array</code><div class="sub-desc">The XY position of the element (e.g., [100, 200])</div></li>
1624
        </ul>
1625
    </div>
1626
                </div>
1627
                        </div>
1628
        </td>
1629
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getPosition" href="output/Ext.BoxComponent.html#getPosition">BoxComponent</a></td>
1630
    </tr>
1631
        <tr class="method-row expandable">
1632
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1633
        <td class="sig">
1634
        <a id="Ext.tree.TreePanel-getRootNode"></a>
1635
            <b>getRootNode</b>() : Node            <div class="mdesc">
1636
                        <div class="short">Returns this root node for this tree</div>
1637
            <div class="long">
1638
                Returns this root node for this tree    <div class="mdetail-params">
1639
        <strong>Parameters:</strong>
1640
        <ul><li>None.</li>        </ul>
1641
        <strong>Returns:</strong>
1642
        <ul>
1643
            <li><code>Node</code></li>
1644
        </ul>
1645
    </div>
1646
                </div>
1647
                        </div>
1648
        </td>
1649
        <td class="msource">TreePanel</td>
1650
    </tr>
1651
        <tr class="method-row alt expandable">
1652
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1653
        <td class="sig">
1654
        <a id="Ext.tree.TreePanel-getSelectionModel"></a>
1655
            <b>getSelectionModel</b>() : TreeSelectionModel            <div class="mdesc">
1656
                        <div class="short">Returns the selection model used by this TreePanel.</div>
1657
            <div class="long">
1658
                Returns the selection model used by this TreePanel.    <div class="mdetail-params">
1659
        <strong>Parameters:</strong>
1660
        <ul><li>None.</li>        </ul>
1661
        <strong>Returns:</strong>
1662
        <ul>
1663
            <li><code>TreeSelectionModel</code><div class="sub-desc">The selection model used by this TreePanel</div></li>
1664
        </ul>
1665
    </div>
1666
                </div>
1667
                        </div>
1668
        </td>
1669
        <td class="msource">TreePanel</td>
1670
    </tr>
1671
        <tr class="method-row inherited expandable">
1672
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1673
        <td class="sig">
1674
        <a id="Ext.tree.TreePanel-getSize"></a>
1675
            <b>getSize</b>() : Object            <div class="mdesc">
1676
                        <div class="short">Gets the current size of the component's underlying element.</div>
1677
            <div class="long">
1678
                Gets the current size of the component's underlying element.    <div class="mdetail-params">
1679
        <strong>Parameters:</strong>
1680
        <ul><li>None.</li>        </ul>
1681
        <strong>Returns:</strong>
1682
        <ul>
1683
            <li><code>Object</code><div class="sub-desc">An object containing the element's size {width: (element width), height: (element height)}</div></li>
1684
        </ul>
1685
    </div>
1686
                </div>
1687
                        </div>
1688
        </td>
1689
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#getSize" href="output/Ext.BoxComponent.html#getSize">BoxComponent</a></td>
1690
    </tr>
1691
        <tr class="method-row inherited alt expandable">
1692
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1693
        <td class="sig">
1694
        <a id="Ext.tree.TreePanel-getTopToolbar"></a>
1695
            <b>getTopToolbar</b>() : Ext.Toolbar            <div class="mdesc">
1696
                        <div class="short">Returns the toolbar from the top (tbar) section of the panel.</div>
1697
            <div class="long">
1698
                Returns the toolbar from the top (tbar) section of the panel.    <div class="mdetail-params">
1699
        <strong>Parameters:</strong>
1700
        <ul><li>None.</li>        </ul>
1701
        <strong>Returns:</strong>
1702
        <ul>
1703
            <li><code>Ext.Toolbar</code><div class="sub-desc">The toolbar</div></li>
1704
        </ul>
1705
    </div>
1706
                </div>
1707
                        </div>
1708
        </td>
1709
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#getTopToolbar" href="output/Ext.Panel.html#getTopToolbar">Panel</a></td>
1710
    </tr>
1711
        <tr class="method-row expandable">
1712
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1713
        <td class="sig">
1714
        <a id="Ext.tree.TreePanel-getTreeEl"></a>
1715
            <b>getTreeEl</b>() : Ext.Element            <div class="mdesc">
1716
                        <div class="short">Returns the underlying Element for this tree</div>
1717
            <div class="long">
1718
                Returns the underlying Element for this tree    <div class="mdetail-params">
1719
        <strong>Parameters:</strong>
1720
        <ul><li>None.</li>        </ul>
1721
        <strong>Returns:</strong>
1722
        <ul>
1723
            <li><code>Ext.Element</code><div class="sub-desc">The Element</div></li>
1724
        </ul>
1725
    </div>
1726
                </div>
1727
                        </div>
1728
        </td>
1729
        <td class="msource">TreePanel</td>
1730
    </tr>
1731
        <tr class="method-row inherited alt expandable">
1732
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1733
        <td class="sig">
1734
        <a id="Ext.tree.TreePanel-getXType"></a>
1735
            <b>getXType</b>() : String            <div class="mdesc">
1736
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
1737
available xtypes, see the Ex...</div>
1738
            <div class="long">
1739
                Gets the xtype for this component as registered with <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>. For a list of all
1740
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1741
<pre><code>var t = <b>new</b> Ext.form.TextField();
1742
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
1743
        <strong>Parameters:</strong>
1744
        <ul><li>None.</li>        </ul>
1745
        <strong>Returns:</strong>
1746
        <ul>
1747
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
1748
        </ul>
1749
    </div>
1750
                </div>
1751
                        </div>
1752
        </td>
1753
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
1754
    </tr>
1755
        <tr class="method-row inherited expandable">
1756
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1757
        <td class="sig">
1758
        <a id="Ext.tree.TreePanel-getXTypes"></a>
1759
            <b>getXTypes</b>() : String            <div class="mdesc">
1760
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1761
available xtypes, see the Ext...</div>
1762
            <div class="long">
1763
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
1764
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1765
<pre><code>
1766
var t = new Ext.form.TextField();
1767
alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
1768
        <strong>Parameters:</strong>
1769
        <ul><li>None.</li>        </ul>
1770
        <strong>Returns:</strong>
1771
        <ul>
1772
            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
1773
        </ul>
1774
    </div>
1775
                </div>
1776
                        </div>
1777
        </td>
1778
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
1779
    </tr>
1780
        <tr class="method-row inherited alt expandable">
1781
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1782
        <td class="sig">
1783
        <a id="Ext.tree.TreePanel-hasListener"></a>
1784
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
1785
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
1786
            <div class="long">
1787
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
1788
        <strong>Parameters:</strong>
1789
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
1790
        <strong>Returns:</strong>
1791
        <ul>
1792
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
1793
        </ul>
1794
    </div>
1795
                </div>
1796
                        </div>
1797
        </td>
1798
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
1799
    </tr>
1800
        <tr class="method-row inherited expandable">
1801
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1802
        <td class="sig">
1803
        <a id="Ext.tree.TreePanel-hide"></a>
1804
            <b>hide</b>() : Ext.Component            <div class="mdesc">
1805
                        <div class="short">Hide this component.</div>
1806
            <div class="long">
1807
                Hide this component.    <div class="mdetail-params">
1808
        <strong>Parameters:</strong>
1809
        <ul><li>None.</li>        </ul>
1810
        <strong>Returns:</strong>
1811
        <ul>
1812
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1813
        </ul>
1814
    </div>
1815
                </div>
1816
                        </div>
1817
        </td>
1818
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
1819
    </tr>
1820
        <tr class="method-row inherited alt expandable">
1821
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1822
        <td class="sig">
1823
        <a id="Ext.tree.TreePanel-initComponent"></a>
1824
            <b>initComponent</b>() : void            <div class="mdesc">
1825
                        <div class="short">// private internal config</div>
1826
            <div class="long">
1827
                // private internal config    <div class="mdetail-params">
1828
        <strong>Parameters:</strong>
1829
        <ul><li>None.</li>        </ul>
1830
        <strong>Returns:</strong>
1831
        <ul>
1832
            <li><code>void</code></li>
1833
        </ul>
1834
    </div>
1835
                </div>
1836
                        </div>
1837
        </td>
1838
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#initComponent" href="output/Ext.BoxComponent.html#initComponent">BoxComponent</a></td>
1839
    </tr>
1840
        <tr class="method-row inherited expandable">
1841
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1842
        <td class="sig">
1843
        <a id="Ext.tree.TreePanel-isVisible"></a>
1844
            <b>isVisible</b>() : void            <div class="mdesc">
1845
                        <div class="short">Returns true if this component is visible.</div>
1846
            <div class="long">
1847
                Returns true if this component is visible.    <div class="mdetail-params">
1848
        <strong>Parameters:</strong>
1849
        <ul><li>None.</li>        </ul>
1850
        <strong>Returns:</strong>
1851
        <ul>
1852
            <li><code>void</code></li>
1853
        </ul>
1854
    </div>
1855
                </div>
1856
                        </div>
1857
        </td>
1858
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
1859
    </tr>
1860
        <tr class="method-row inherited alt expandable">
1861
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1862
        <td class="sig">
1863
        <a id="Ext.tree.TreePanel-isXType"></a>
1864
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
1865
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1866
from th...</div>
1867
            <div class="long">
1868
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
1869
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
1870
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
1871
<pre><code>var t = <b>new</b> Ext.form.TextField();
1872
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
1873
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
1874
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
1875
        <strong>Parameters:</strong>
1876
        <ul><li><code>xtype</code> : String<div class="sub-desc">The xtype to check for this component</div></li><li><code>shallow</code> : Boolean<div class="sub-desc">(optional) False to check whether this component is descended from the xtype (this is
1877
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
1878
        <strong>Returns:</strong>
1879
        <ul>
1880
            <li><code>void</code></li>
1881
        </ul>
1882
    </div>
1883
                </div>
1884
                        </div>
1885
        </td>
1886
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
1887
    </tr>
1888
        <tr class="method-row inherited expandable">
1889
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1890
        <td class="sig">
1891
        <a id="Ext.tree.TreePanel-on"></a>
1892
            <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">
1893
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1894
            <div class="long">
1895
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1896
        <strong>Parameters:</strong>
1897
        <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
1898
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
1899
        <strong>Returns:</strong>
1900
        <ul>
1901
            <li><code>void</code></li>
1902
        </ul>
1903
    </div>
1904
                </div>
1905
                        </div>
1906
        </td>
1907
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1908
    </tr>
1909
        <tr class="method-row inherited alt expandable">
1910
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1911
        <td class="sig">
1912
        <a id="Ext.tree.TreePanel-purgeListeners"></a>
1913
            <b>purgeListeners</b>() : void            <div class="mdesc">
1914
                        <div class="short">Removes all listeners for this object</div>
1915
            <div class="long">
1916
                Removes all listeners for this object    <div class="mdetail-params">
1917
        <strong>Parameters:</strong>
1918
        <ul><li>None.</li>        </ul>
1919
        <strong>Returns:</strong>
1920
        <ul>
1921
            <li><code>void</code></li>
1922
        </ul>
1923
    </div>
1924
                </div>
1925
                        </div>
1926
        </td>
1927
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1928
    </tr>
1929
        <tr class="method-row inherited expandable">
1930
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1931
        <td class="sig">
1932
        <a id="Ext.tree.TreePanel-removeClass"></a>
1933
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1934
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1935
            <div class="long">
1936
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1937
        <strong>Parameters:</strong>
1938
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1939
        <strong>Returns:</strong>
1940
        <ul>
1941
            <li><code>void</code></li>
1942
        </ul>
1943
    </div>
1944
                </div>
1945
                        </div>
1946
        </td>
1947
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1948
    </tr>
1949
        <tr class="method-row inherited alt expandable">
1950
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1951
        <td class="sig">
1952
        <a id="Ext.tree.TreePanel-removeListener"></a>
1953
            <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">
1954
                        <div class="short">Removes a listener</div>
1955
            <div class="long">
1956
                Removes a listener    <div class="mdetail-params">
1957
        <strong>Parameters:</strong>
1958
        <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>
1959
        <strong>Returns:</strong>
1960
        <ul>
1961
            <li><code>void</code></li>
1962
        </ul>
1963
    </div>
1964
                </div>
1965
                        </div>
1966
        </td>
1967
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1968
    </tr>
1969
        <tr class="method-row inherited expandable">
1970
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1971
        <td class="sig">
1972
        <a id="Ext.tree.TreePanel-render"></a>
1973
            <b>render</b>(&nbsp;<span class="optional" title="Optional">[<code>Mixed container</code>]</span>, <span class="optional" title="Optional">[<code>String/Number position</code>]</span>&nbsp;) : void            <div class="mdesc">
1974
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
1975
            <div class="long">
1976
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
1977
        <strong>Parameters:</strong>
1978
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
1979
applied to existing markup, this should be left off.</div></li><li><code>position</code> : String/Number<div class="sub-desc">(optional) The element ID or DOM node index within the container <b>before</b>
1980
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1981
        <strong>Returns:</strong>
1982
        <ul>
1983
            <li><code>void</code></li>
1984
        </ul>
1985
    </div>
1986
                </div>
1987
                        </div>
1988
        </td>
1989
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1990
    </tr>
1991
        <tr class="method-row inherited alt expandable">
1992
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1993
        <td class="sig">
1994
        <a id="Ext.tree.TreePanel-resumeEvents"></a>
1995
            <b>resumeEvents</b>() : void            <div class="mdesc">
1996
                        <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>
1997
            <div class="long">
1998
                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">
1999
        <strong>Parameters:</strong>
2000
        <ul><li>None.</li>        </ul>
2001
        <strong>Returns:</strong>
2002
        <ul>
2003
            <li><code>void</code></li>
2004
        </ul>
2005
    </div>
2006
                </div>
2007
                        </div>
2008
        </td>
2009
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
2010
    </tr>
2011
        <tr class="method-row expandable">
2012
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2013
        <td class="sig">
2014
        <a id="Ext.tree.TreePanel-selectPath"></a>
2015
            <b>selectPath</b>(&nbsp;<code>String path</code>, <span class="optional" title="Optional">[<code>String attr</code>]</span>, <span class="optional" title="Optional">[<code>Function callback</code>]</span>&nbsp;) : void            <div class="mdesc">
2016
                        <div class="short">Selects the node in this tree at the specified path. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a></div>
2017
            <div class="long">
2018
                Selects the node in this tree at the specified path. A path can be retrieved from a node with <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a>    <div class="mdetail-params">
2019
        <strong>Parameters:</strong>
2020
        <ul><li><code>path</code> : String<div class="sub-desc"></div></li><li><code>attr</code> : String<div class="sub-desc">(optional) The attribute used in the path (see <a ext:cls="Ext.data.Node" ext:member="getPath" href="output/Ext.data.Node.html#getPath">Ext.data.Node.getPath</a> for more info)</div></li><li><code>callback</code> : Function<div class="sub-desc">(optional) The callback to call when the selection is complete. The callback will be called with
2021
(bSuccess, oSelNode) where bSuccess is if the selection was successful and oSelNode is the selected node.</div></li>        </ul>
2022
        <strong>Returns:</strong>
2023
        <ul>
2024
            <li><code>void</code></li>
2025
        </ul>
2026
    </div>
2027
                </div>
2028
                        </div>
2029
        </td>
2030
        <td class="msource">TreePanel</td>
2031
    </tr>
2032
        <tr class="method-row inherited alt expandable">
2033
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2034
        <td class="sig">
2035
        <a id="Ext.tree.TreePanel-setHeight"></a>
2036
            <b>setHeight</b>(&nbsp;<code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2037
                        <div class="short">Sets the height of the component.  This method fires the resize event.</div>
2038
            <div class="long">
2039
                Sets the height of the component.  This method fires the resize event.    <div class="mdetail-params">
2040
        <strong>Parameters:</strong>
2041
        <ul><li><code>height</code> : Number<div class="sub-desc">The new height to set</div></li>        </ul>
2042
        <strong>Returns:</strong>
2043
        <ul>
2044
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2045
        </ul>
2046
    </div>
2047
                </div>
2048
                        </div>
2049
        </td>
2050
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setHeight" href="output/Ext.BoxComponent.html#setHeight">BoxComponent</a></td>
2051
    </tr>
2052
        <tr class="method-row inherited expandable">
2053
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2054
        <td class="sig">
2055
        <a id="Ext.tree.TreePanel-setIconClass"></a>
2056
            <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">
2057
                        <div class="short">Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2058
icon class if ...</div>
2059
            <div class="long">
2060
                Sets the CSS class that provides the icon image for this panel.  This method will replace any existing
2061
icon class if one has already been set.    <div class="mdetail-params">
2062
        <strong>Parameters:</strong>
2063
        <ul><li><code>cls</code> : String<div class="sub-desc">The new CSS class name</div></li>        </ul>
2064
        <strong>Returns:</strong>
2065
        <ul>
2066
            <li><code>void</code></li>
2067
        </ul>
2068
    </div>
2069
                </div>
2070
                        </div>
2071
        </td>
2072
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setIconClass" href="output/Ext.Panel.html#setIconClass">Panel</a></td>
2073
    </tr>
2074
        <tr class="method-row inherited alt expandable">
2075
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2076
        <td class="sig">
2077
        <a id="Ext.tree.TreePanel-setPagePosition"></a>
2078
            <b>setPagePosition</b>(&nbsp;<code>Number x</code>, <code>Number y</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2079
                        <div class="short">Sets the page XY position of the component.  To set the left and top instead, use setPosition.
2080
This method fires the ...</div>
2081
            <div class="long">
2082
                Sets the page XY position of the component.  To set the left and top instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPosition" href="output/Ext.BoxComponent.html#setPosition">setPosition</a>.
2083
This method fires the move event.    <div class="mdetail-params">
2084
        <strong>Parameters:</strong>
2085
        <ul><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>
2086
        <strong>Returns:</strong>
2087
        <ul>
2088
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2089
        </ul>
2090
    </div>
2091
                </div>
2092
                        </div>
2093
        </td>
2094
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">BoxComponent</a></td>
2095
    </tr>
2096
        <tr class="method-row inherited expandable">
2097
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2098
        <td class="sig">
2099
        <a id="Ext.tree.TreePanel-setPosition"></a>
2100
            <b>setPosition</b>(&nbsp;<code>Number left</code>, <code>Number top</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2101
                        <div class="short">Sets the left and top of the component.  To set the page XY position instead, use setPagePosition.
2102
This method fires ...</div>
2103
            <div class="long">
2104
                Sets the left and top of the component.  To set the page XY position instead, use <a ext:cls="Ext.BoxComponent" ext:member="setPagePosition" href="output/Ext.BoxComponent.html#setPagePosition">setPagePosition</a>.
2105
This method fires the move event.    <div class="mdetail-params">
2106
        <strong>Parameters:</strong>
2107
        <ul><li><code>left</code> : Number<div class="sub-desc">The new left</div></li><li><code>top</code> : Number<div class="sub-desc">The new top</div></li>        </ul>
2108
        <strong>Returns:</strong>
2109
        <ul>
2110
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2111
        </ul>
2112
    </div>
2113
                </div>
2114
                        </div>
2115
        </td>
2116
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setPosition" href="output/Ext.BoxComponent.html#setPosition">BoxComponent</a></td>
2117
    </tr>
2118
        <tr class="method-row alt expandable">
2119
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2120
        <td class="sig">
2121
        <a id="Ext.tree.TreePanel-setRootNode"></a>
2122
            <b>setRootNode</b>(&nbsp;<code>Node node</code>&nbsp;) : Node            <div class="mdesc">
2123
                        <div class="short">Sets the root node for this tree during initialization.</div>
2124
            <div class="long">
2125
                Sets the root node for this tree during initialization.    <div class="mdetail-params">
2126
        <strong>Parameters:</strong>
2127
        <ul><li><code>node</code> : Node<div class="sub-desc"></div></li>        </ul>
2128
        <strong>Returns:</strong>
2129
        <ul>
2130
            <li><code>Node</code></li>
2131
        </ul>
2132
    </div>
2133
                </div>
2134
                        </div>
2135
        </td>
2136
        <td class="msource">TreePanel</td>
2137
    </tr>
2138
        <tr class="method-row inherited expandable">
2139
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2140
        <td class="sig">
2141
        <a id="Ext.tree.TreePanel-setSize"></a>
2142
            <b>setSize</b>(&nbsp;<code>Number/Object width</code>, <code>Number height</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2143
                        <div class="short">Sets the width and height of the component.  This method fires the resize event.  This method can accept
2144
either width...</div>
2145
            <div class="long">
2146
                Sets the width and height of the component.  This method fires the resize event.  This method can accept
2147
either width and height as separate numeric arguments, or you can pass a size object like {width:10, height:20}.    <div class="mdetail-params">
2148
        <strong>Parameters:</strong>
2149
        <ul><li><code>width</code> : Number/Object<div class="sub-desc">The new width to set, or a size object in the format {width, height}</div></li><li><code>height</code> : Number<div class="sub-desc">The new height to set (not required if a size object is passed as the first arg)</div></li>        </ul>
2150
        <strong>Returns:</strong>
2151
        <ul>
2152
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2153
        </ul>
2154
    </div>
2155
                </div>
2156
                        </div>
2157
        </td>
2158
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setSize" href="output/Ext.BoxComponent.html#setSize">BoxComponent</a></td>
2159
    </tr>
2160
        <tr class="method-row inherited alt expandable">
2161
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2162
        <td class="sig">
2163
        <a id="Ext.tree.TreePanel-setTitle"></a>
2164
            <b>setTitle</b>(&nbsp;<code>String title</code>, <code>String (optional)</code>&nbsp;) : void            <div class="mdesc">
2165
                        <div class="short">Sets the title text for the panel and optionally the icon class.</div>
2166
            <div class="long">
2167
                Sets the title text for the panel and optionally the icon class.    <div class="mdetail-params">
2168
        <strong>Parameters:</strong>
2169
        <ul><li><code>title</code> : String<div class="sub-desc">The title text to set</div></li><li><code>(optional)</code> : String<div class="sub-desc">iconCls A custon, user-defined CSS class that provides the icon image for this panel</div></li>        </ul>
2170
        <strong>Returns:</strong>
2171
        <ul>
2172
            <li><code>void</code></li>
2173
        </ul>
2174
    </div>
2175
                </div>
2176
                        </div>
2177
        </td>
2178
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#setTitle" href="output/Ext.Panel.html#setTitle">Panel</a></td>
2179
    </tr>
2180
        <tr class="method-row inherited expandable">
2181
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2182
        <td class="sig">
2183
        <a id="Ext.tree.TreePanel-setVisible"></a>
2184
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
2185
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
2186
            <div class="long">
2187
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
2188
        <strong>Parameters:</strong>
2189
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
2190
        <strong>Returns:</strong>
2191
        <ul>
2192
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2193
        </ul>
2194
    </div>
2195
                </div>
2196
                        </div>
2197
        </td>
2198
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
2199
    </tr>
2200
        <tr class="method-row inherited alt expandable">
2201
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2202
        <td class="sig">
2203
        <a id="Ext.tree.TreePanel-setWidth"></a>
2204
            <b>setWidth</b>(&nbsp;<code>Number width</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2205
                        <div class="short">Sets the width of the component.  This method fires the resize event.</div>
2206
            <div class="long">
2207
                Sets the width of the component.  This method fires the resize event.    <div class="mdetail-params">
2208
        <strong>Parameters:</strong>
2209
        <ul><li><code>width</code> : Number<div class="sub-desc">The new width to set</div></li>        </ul>
2210
        <strong>Returns:</strong>
2211
        <ul>
2212
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2213
        </ul>
2214
    </div>
2215
                </div>
2216
                        </div>
2217
        </td>
2218
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#setWidth" href="output/Ext.BoxComponent.html#setWidth">BoxComponent</a></td>
2219
    </tr>
2220
        <tr class="method-row inherited expandable">
2221
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2222
        <td class="sig">
2223
        <a id="Ext.tree.TreePanel-show"></a>
2224
            <b>show</b>() : Ext.Component            <div class="mdesc">
2225
                        <div class="short">Show this component.</div>
2226
            <div class="long">
2227
                Show this component.    <div class="mdetail-params">
2228
        <strong>Parameters:</strong>
2229
        <ul><li>None.</li>        </ul>
2230
        <strong>Returns:</strong>
2231
        <ul>
2232
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
2233
        </ul>
2234
    </div>
2235
                </div>
2236
                        </div>
2237
        </td>
2238
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
2239
    </tr>
2240
        <tr class="method-row inherited alt expandable">
2241
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2242
        <td class="sig">
2243
        <a id="Ext.tree.TreePanel-suspendEvents"></a>
2244
            <b>suspendEvents</b>() : void            <div class="mdesc">
2245
                        <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>
2246
            <div class="long">
2247
                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">
2248
        <strong>Parameters:</strong>
2249
        <ul><li>None.</li>        </ul>
2250
        <strong>Returns:</strong>
2251
        <ul>
2252
            <li><code>void</code></li>
2253
        </ul>
2254
    </div>
2255
                </div>
2256
                        </div>
2257
        </td>
2258
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
2259
    </tr>
2260
        <tr class="method-row inherited expandable">
2261
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2262
        <td class="sig">
2263
        <a id="Ext.tree.TreePanel-syncSize"></a>
2264
            <b>syncSize</b>() : Ext.BoxComponent            <div class="mdesc">
2265
                        <div class="short">Force the component's size to recalculate based on the underlying element's current height and width.</div>
2266
            <div class="long">
2267
                Force the component's size to recalculate based on the underlying element's current height and width.    <div class="mdetail-params">
2268
        <strong>Parameters:</strong>
2269
        <ul><li>None.</li>        </ul>
2270
        <strong>Returns:</strong>
2271
        <ul>
2272
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2273
        </ul>
2274
    </div>
2275
                </div>
2276
                        </div>
2277
        </td>
2278
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#syncSize" href="output/Ext.BoxComponent.html#syncSize">BoxComponent</a></td>
2279
    </tr>
2280
        <tr class="method-row inherited alt expandable">
2281
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2282
        <td class="sig">
2283
        <a id="Ext.tree.TreePanel-toggleCollapse"></a>
2284
            <b>toggleCollapse</b>(&nbsp;<code>Boolean animate</code>&nbsp;) : Ext.Panel            <div class="mdesc">
2285
                        <div class="short">Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.</div>
2286
            <div class="long">
2287
                Shortcut for performing an <a ext:cls="Ext.Panel" ext:member="expand" href="output/Ext.Panel.html#expand">expand</a> or <a ext:cls="Ext.Panel" ext:member="collapse" href="output/Ext.Panel.html#collapse">collapse</a> based on the current state of the panel.    <div class="mdetail-params">
2288
        <strong>Parameters:</strong>
2289
        <ul><li><code>animate</code> : Boolean<div class="sub-desc">True to animate the transition, else false (defaults to the value of the
2290
<a ext:cls="Ext.Panel" ext:member="animCollapse" href="output/Ext.Panel.html#animCollapse">animCollapse</a> panel config)</div></li>        </ul>
2291
        <strong>Returns:</strong>
2292
        <ul>
2293
            <li><code>Ext.Panel</code><div class="sub-desc">this</div></li>
2294
        </ul>
2295
    </div>
2296
                </div>
2297
                        </div>
2298
        </td>
2299
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#toggleCollapse" href="output/Ext.Panel.html#toggleCollapse">Panel</a></td>
2300
    </tr>
2301
        <tr class="method-row inherited expandable">
2302
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2303
        <td class="sig">
2304
        <a id="Ext.tree.TreePanel-un"></a>
2305
            <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">
2306
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
2307
            <div class="long">
2308
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
2309
        <strong>Parameters:</strong>
2310
        <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>
2311
        <strong>Returns:</strong>
2312
        <ul>
2313
            <li><code>void</code></li>
2314
        </ul>
2315
    </div>
2316
                </div>
2317
                        </div>
2318
        </td>
2319
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
2320
    </tr>
2321
        <tr class="method-row inherited alt expandable">
2322
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2323
        <td class="sig">
2324
        <a id="Ext.tree.TreePanel-updateBox"></a>
2325
            <b>updateBox</b>(&nbsp;<code>Object box</code>&nbsp;) : Ext.BoxComponent            <div class="mdesc">
2326
                        <div class="short">Sets the current box measurements of the component's underlying element.</div>
2327
            <div class="long">
2328
                Sets the current box measurements of the component's underlying element.    <div class="mdetail-params">
2329
        <strong>Parameters:</strong>
2330
        <ul><li><code>box</code> : Object<div class="sub-desc">An object in the format {x, y, width, height}</div></li>        </ul>
2331
        <strong>Returns:</strong>
2332
        <ul>
2333
            <li><code>Ext.BoxComponent</code><div class="sub-desc">this</div></li>
2334
        </ul>
2335
    </div>
2336
                </div>
2337
                        </div>
2338
        </td>
2339
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#updateBox" href="output/Ext.BoxComponent.html#updateBox">BoxComponent</a></td>
2340
    </tr>
2341
            </table>
2342
                <a id="Ext.tree.TreePanel-events"></a>
2343
        <h2>Public Events</h2>
2344
                <table cellspacing="0" class="member-table">
2345
            <tr>
2346
                <th class="sig-header" colspan="2">Event</th>
2347
                <th class="msource-header">Defined By</th>
2348
            </tr>
2349
                <tr class="event-row inherited expandable">
2350
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2351
        <td class="sig">
2352
        <a id="Ext.tree.TreePanel-activate"></a>
2353
            <b>activate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2354
                        <div class="short">Fires after the Panel has been visually activated.
2355
Note that Panels do not directly support being activated, but some...</div>
2356
            <div class="long">
2357
                Fires after the Panel has been visually activated.
2358
Note that Panels do not directly support being activated, but some Panel subclasses
2359
do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
2360
activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">
2361
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2362
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been activated.</div></li>        </ul>
2363
    </div>
2364
                </div>
2365
                        </div>
2366
        </td>
2367
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-activate" href="output/Ext.Panel.html#event-activate">Panel</a></td>
2368
    </tr>
2369
        <tr class="event-row inherited alt expandable">
2370
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2371
        <td class="sig">
2372
        <a id="Ext.tree.TreePanel-add"></a>
2373
            <b>add</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2374
                        <div class="short">Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.</div>
2375
            <div class="long">
2376
                Fires after any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.    <div class="mdetail-params">
2377
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2378
        <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component that was added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component was added to the container's items collection</div></li>        </ul>
2379
    </div>
2380
                </div>
2381
                        </div>
2382
        </td>
2383
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-add" href="output/Ext.Container.html#event-add">Container</a></td>
2384
    </tr>
2385
        <tr class="event-row inherited expandable">
2386
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2387
        <td class="sig">
2388
        <a id="Ext.tree.TreePanel-afterlayout"></a>
2389
            <b>afterlayout</b> : (&nbsp;<code>Ext.Container this</code>, <code>ContainerLayout layout</code>&nbsp;)            <div class="mdesc">
2390
                        <div class="short">Fires when the components in this container are arranged by the associated layout manager.</div>
2391
            <div class="long">
2392
                Fires when the components in this container are arranged by the associated layout manager.    <div class="mdetail-params">
2393
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2394
        <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>layout</code> : ContainerLayout<div class="sub-desc">The ContainerLayout implementation for this container</div></li>        </ul>
2395
    </div>
2396
                </div>
2397
                        </div>
2398
        </td>
2399
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-afterlayout" href="output/Ext.Container.html#event-afterlayout">Container</a></td>
2400
    </tr>
2401
        <tr class="event-row alt expandable">
2402
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2403
        <td class="sig">
2404
        <a id="Ext.tree.TreePanel-append"></a>
2405
            <b>append</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2406
                        <div class="short">Fires when a new child node is appended to a node in this tree.</div>
2407
            <div class="long">
2408
                Fires when a new child node is appended to a node in this tree.    <div class="mdetail-params">
2409
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2410
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent 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>
2411
    </div>
2412
                </div>
2413
                        </div>
2414
        </td>
2415
        <td class="msource">TreePanel</td>
2416
    </tr>
2417
        <tr class="event-row inherited expandable">
2418
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2419
        <td class="sig">
2420
        <a id="Ext.tree.TreePanel-beforeadd"></a>
2421
            <b>beforeadd</b> : (&nbsp;<code>Ext.Container this</code>, <code>Ext.Component component</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2422
                        <div class="short">Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2423
A handler can return false to cancel the add.</div>
2424
            <div class="long">
2425
                Fires before any <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> is added or inserted into the container.
2426
A handler can return false to cancel the add.    <div class="mdetail-params">
2427
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2428
        <ul><li><code>this</code> : Ext.Container<div class="sub-desc"></div></li><li><code>component</code> : Ext.Component<div class="sub-desc">The component being added</div></li><li><code>index</code> : Number<div class="sub-desc">The index at which the component will be added to the container's items collection</div></li>        </ul>
2429
    </div>
2430
                </div>
2431
                        </div>
2432
        </td>
2433
        <td class="msource"><a ext:cls="Ext.Container" ext:member="#event-beforeadd" href="output/Ext.Container.html#event-beforeadd">Container</a></td>
2434
    </tr>
2435
        <tr class="event-row alt expandable">
2436
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2437
        <td class="sig">
2438
        <a id="Ext.tree.TreePanel-beforeappend"></a>
2439
            <b>beforeappend</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">
2440
                        <div class="short">Fires before a new child is appended to a node in this tree, return false to cancel the append.</div>
2441
            <div class="long">
2442
                Fires before a new child is appended to a node in this tree, return false to cancel the append.    <div class="mdetail-params">
2443
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2444
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be appended</div></li>        </ul>
2445
    </div>
2446
                </div>
2447
                        </div>
2448
        </td>
2449
        <td class="msource">TreePanel</td>
2450
    </tr>
2451
        <tr class="event-row expandable">
2452
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2453
        <td class="sig">
2454
        <a id="Ext.tree.TreePanel-beforechildrenrendered"></a>
2455
            <b>beforechildrenrendered</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">
2456
                        <div class="short">Fires right before the child nodes for a node are rendered</div>
2457
            <div class="long">
2458
                Fires right before the child nodes for a node are rendered    <div class="mdetail-params">
2459
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2460
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li>        </ul>
2461
    </div>
2462
                </div>
2463
                        </div>
2464
        </td>
2465
        <td class="msource">TreePanel</td>
2466
    </tr>
2467
        <tr class="event-row alt expandable">
2468
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2469
        <td class="sig">
2470
        <a id="Ext.tree.TreePanel-beforeclick"></a>
2471
            <b>beforeclick</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2472
                        <div class="short">Fires before click processing on a node. Return false to cancel the default action.</div>
2473
            <div class="long">
2474
                Fires before click processing on a node. Return false to cancel the default action.    <div class="mdetail-params">
2475
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2476
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
2477
    </div>
2478
                </div>
2479
                        </div>
2480
        </td>
2481
        <td class="msource">TreePanel</td>
2482
    </tr>
2483
        <tr class="event-row inherited expandable">
2484
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2485
        <td class="sig">
2486
        <a id="Ext.tree.TreePanel-beforeclose"></a>
2487
            <b>beforeclose</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2488
                        <div class="short">Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2489
Panel subclasses d...</div>
2490
            <div class="long">
2491
                Fires before the Panel is closed.  Note that Panels do not directly support being closed, but some
2492
Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).  This event only applies to such subclasses.
2493
A handler can return false to cancel the close.    <div class="mdetail-params">
2494
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2495
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being closed.</div></li>        </ul>
2496
    </div>
2497
                </div>
2498
                        </div>
2499
        </td>
2500
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeclose" href="output/Ext.Panel.html#event-beforeclose">Panel</a></td>
2501
    </tr>
2502
        <tr class="event-row inherited alt expandable">
2503
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2504
        <td class="sig">
2505
        <a id="Ext.tree.TreePanel-beforecollapse"></a>
2506
            <b>beforecollapse</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">
2507
                        <div class="short">Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.</div>
2508
            <div class="long">
2509
                Fires before the Panel is collapsed.  A handler can return false to cancel the collapse.    <div class="mdetail-params">
2510
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2511
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel being collapsed.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the collapse is animated, else false.</div></li>        </ul>
2512
    </div>
2513
                </div>
2514
                        </div>
2515
        </td>
2516
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforecollapse" href="output/Ext.Panel.html#event-beforecollapse">Panel</a></td>
2517
    </tr>
2518
        <tr class="event-row expandable">
2519
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2520
        <td class="sig">
2521
        <a id="Ext.tree.TreePanel-beforecollapsenode"></a>
2522
            <b>beforecollapsenode</b> : (&nbsp;<code>Node node</code>, <code>Boolean deep</code>, <code>Boolean anim</code>&nbsp;)            <div class="mdesc">
2523
                        <div class="short">Fires before a node is collapsed, return false to cancel.</div>
2524
            <div class="long">
2525
                Fires before a node is collapsed, return false to cancel.    <div class="mdetail-params">
2526
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2527
        <ul><li><code>node</code> : Node<div class="sub-desc">The 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>
2528
    </div>
2529
                </div>
2530
                        </div>
2531
        </td>
2532
        <td class="msource">TreePanel</td>
2533
    </tr>
2534
        <tr class="event-row inherited alt expandable">
2535
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2536
        <td class="sig">
2537
        <a id="Ext.tree.TreePanel-beforedestroy"></a>
2538
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2539
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
2540
            <div class="long">
2541
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
2542
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2543
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2544
    </div>
2545
                </div>
2546
                        </div>
2547
        </td>
2548
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
2549
    </tr>
2550
        <tr class="event-row inherited expandable">
2551
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2552
        <td class="sig">
2553
        <a id="Ext.tree.TreePanel-beforeexpand"></a>
2554
            <b>beforeexpand</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Boolean animate</code>&nbsp;)            <div class="mdesc">
2555
                        <div class="short">Fires before the Panel is expanded.  A handler can return false to cancel the expand.</div>
2556
            <div class="long">
2557
                Fires before the Panel is expanded.  A handler can return false to cancel the expand.    <div class="mdetail-params">
2558
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2559
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel being expanded.</div></li><li><code>animate</code> : Boolean<div class="sub-desc">True if the expand is animated, else false.</div></li>        </ul>
2560
    </div>
2561
                </div>
2562
                        </div>
2563
        </td>
2564
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-beforeexpand" href="output/Ext.Panel.html#event-beforeexpand">Panel</a></td>
2565
    </tr>
2566
        <tr class="event-row alt expandable">
2567
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2568
        <td class="sig">
2569
        <a id="Ext.tree.TreePanel-beforeexpandnode"></a>
2570
            <b>beforeexpandnode</b> : (&nbsp;<code>Node node</code>, <code>Boolean deep</code>, <code>Boolean anim</code>&nbsp;)            <div class="mdesc">
2571
                        <div class="short">Fires before a node is expanded, return false to cancel.</div>
2572
            <div class="long">
2573
                Fires before a node is expanded, return false to cancel.    <div class="mdetail-params">
2574
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2575
        <ul><li><code>node</code> : Node<div class="sub-desc">The 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>
2576
    </div>
2577
                </div>
2578
                        </div>
2579
        </td>
2580
        <td class="msource">TreePanel</td>
2581
    </tr>
2582
        <tr class="event-row inherited expandable">
2583
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2584
        <td class="sig">
2585
        <a id="Ext.tree.TreePanel-beforehide"></a>
2586
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2587
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
2588
            <div class="long">
2589
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
2590
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2591
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2592
    </div>
2593
                </div>
2594
                        </div>
2595
        </td>
2596
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
2597
    </tr>
2598
        <tr class="event-row alt expandable">
2599
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2600
        <td class="sig">
2601
        <a id="Ext.tree.TreePanel-beforeinsert"></a>
2602
            <b>beforeinsert</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>, <code>Node refNode</code>&nbsp;)            <div class="mdesc">
2603
                        <div class="short">Fires before a new child is inserted in a node in this tree, return false to cancel the insert.</div>
2604
            <div class="long">
2605
                Fires before a new child is inserted in a node in this tree, return false to cancel the insert.    <div class="mdetail-params">
2606
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2607
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent 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>
2608
    </div>
2609
                </div>
2610
                        </div>
2611
        </td>
2612
        <td class="msource">TreePanel</td>
2613
    </tr>
2614
        <tr class="event-row expandable">
2615
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2616
        <td class="sig">
2617
        <a id="Ext.tree.TreePanel-beforeload"></a>
2618
            <b>beforeload</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">
2619
                        <div class="short">Fires before a node is loaded, return false to cancel</div>
2620
            <div class="long">
2621
                Fires before a node is loaded, return false to cancel    <div class="mdetail-params">
2622
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2623
        <ul><li><code>node</code> : Node<div class="sub-desc">The node being loaded</div></li>        </ul>
2624
    </div>
2625
                </div>
2626
                        </div>
2627
        </td>
2628
        <td class="msource">TreePanel</td>
2629
    </tr>
2630
        <tr class="event-row alt expandable">
2631
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2632
        <td class="sig">
2633
        <a id="Ext.tree.TreePanel-beforemovenode"></a>
2634
            <b>beforemovenode</b> : (&nbsp;<code>Tree tree</code>, <code>Node node</code>, <code>Node oldParent</code>, <code>Node newParent</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
2635
                        <div class="short">Fires before a node is moved to a new location in the tree. Return false to cancel the move.</div>
2636
            <div class="long">
2637
                Fires before a node is moved to a new location in the tree. Return false to cancel the move.    <div class="mdetail-params">
2638
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2639
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>node</code> : Node<div class="sub-desc">The node being moved</div></li><li><code>oldParent</code> : Node<div class="sub-desc">The parent of the node</div></li><li><code>newParent</code> : Node<div class="sub-desc">The new parent the 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>
2640
    </div>
2641
                </div>
2642
                        </div>
2643
        </td>
2644
        <td class="msource">TreePanel</td>
2645
    </tr>
2646
        <tr class="event-row expandable">
2647
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2648
        <td class="sig">
2649
        <a id="Ext.tree.TreePanel-beforenodedrop"></a>
2650
            <b>beforenodedrop</b> : (&nbsp;<code>Object dropEvent</code>&nbsp;)            <div class="mdesc">
2651
                        <div class="short">Fires when a DD object is dropped on a node in this tree for preprocessing. Return false to cancel the drop. The drop...</div>
2652
            <div class="long">
2653
                Fires when a DD object is dropped on a node in this tree for preprocessing. Return false to cancel the drop. The dropEvent
2654
passed to handlers has the following properties:<br />
2655
<ul style="padding:5px;padding-left:16px;">
2656
<li>tree - The TreePanel</li>
2657
<li>target - The node being targeted for the drop</li>
2658
<li>data - The drag data from the drag source</li>
2659
<li>point - The point of the drop - append, above or below</li>
2660
<li>source - The drag source</li>
2661
<li>rawEvent - Raw mouse event</li>
2662
<li>dropNode - Drop node(s) provided by the source <b>OR</b> you can supply node(s)
2663
to be inserted by setting them on this object.</li>
2664
<li>cancel - Set this to true to cancel the drop.</li>
2665
<li>dropStatus - If the default drop action is cancelled but the drop is valid, setting this to true
2666
will prevent the animated "repair" from appearing.</li>
2667
</ul>    <div class="mdetail-params">
2668
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2669
        <ul><li><code>dropEvent</code> : Object<div class="sub-desc"></div></li>        </ul>
2670
    </div>
2671
                </div>
2672
                        </div>
2673
        </td>
2674
        <td class="msource">TreePanel</td>
2675
    </tr>
2676
        <tr class="event-row alt expandable">
2677
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2678
        <td class="sig">
2679
        <a id="Ext.tree.TreePanel-beforeremove"></a>
2680
            <b>beforeremove</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">
2681
                        <div class="short">Fires before a child is removed from a node in this tree, return false to cancel the remove.</div>
2682
            <div class="long">
2683
                Fires before a child is removed from a node in this tree, return false to cancel the remove.    <div class="mdetail-params">
2684
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2685
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node to be removed</div></li>        </ul>
2686
    </div>
2687
                </div>
2688
                        </div>
2689
        </td>
2690
        <td class="msource">TreePanel</td>
2691
    </tr>
2692
        <tr class="event-row inherited expandable">
2693
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2694
        <td class="sig">
2695
        <a id="Ext.tree.TreePanel-beforerender"></a>
2696
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2697
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
2698
            <div class="long">
2699
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
2700
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2701
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2702
    </div>
2703
                </div>
2704
                        </div>
2705
        </td>
2706
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
2707
    </tr>
2708
        <tr class="event-row inherited alt expandable">
2709
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2710
        <td class="sig">
2711
        <a id="Ext.tree.TreePanel-beforeshow"></a>
2712
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2713
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
2714
            <div class="long">
2715
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
2716
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2717
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2718
    </div>
2719
                </div>
2720
                        </div>
2721
        </td>
2722
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
2723
    </tr>
2724
        <tr class="event-row inherited expandable">
2725
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2726
        <td class="sig">
2727
        <a id="Ext.tree.TreePanel-beforestaterestore"></a>
2728
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2729
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
2730
            <div class="long">
2731
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
2732
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2733
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
2734
    </div>
2735
                </div>
2736
                        </div>
2737
        </td>
2738
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
2739
    </tr>
2740
        <tr class="event-row inherited alt expandable">
2741
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2742
        <td class="sig">
2743
        <a id="Ext.tree.TreePanel-beforestatesave"></a>
2744
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
2745
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
2746
            <div class="long">
2747
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
2748
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2749
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
2750
    </div>
2751
                </div>
2752
                        </div>
2753
        </td>
2754
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
2755
    </tr>
2756
        <tr class="event-row inherited expandable">
2757
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2758
        <td class="sig">
2759
        <a id="Ext.tree.TreePanel-bodyresize"></a>
2760
            <b>bodyresize</b> : (&nbsp;<code>Ext.Panel p</code>, <code>Number width</code>, <code>Number height</code>&nbsp;)            <div class="mdesc">
2761
                        <div class="short">Fires after the Panel has been resized.</div>
2762
            <div class="long">
2763
                Fires after the Panel has been resized.    <div class="mdetail-params">
2764
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2765
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has been resized.</div></li><li><code>width</code> : Number<div class="sub-desc">The Panel's new width.</div></li><li><code>height</code> : Number<div class="sub-desc">The Panel's new height.</div></li>        </ul>
2766
    </div>
2767
                </div>
2768
                        </div>
2769
        </td>
2770
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-bodyresize" href="output/Ext.Panel.html#event-bodyresize">Panel</a></td>
2771
    </tr>
2772
        <tr class="event-row alt expandable">
2773
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2774
        <td class="sig">
2775
        <a id="Ext.tree.TreePanel-checkchange"></a>
2776
            <b>checkchange</b> : (&nbsp;<code>Node this</code>, <code>Boolean checked</code>&nbsp;)            <div class="mdesc">
2777
                        <div class="short">Fires when a node with a checkbox's checked property changes</div>
2778
            <div class="long">
2779
                Fires when a node with a checkbox's checked property changes    <div class="mdetail-params">
2780
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2781
        <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>
2782
    </div>
2783
                </div>
2784
                        </div>
2785
        </td>
2786
        <td class="msource">TreePanel</td>
2787
    </tr>
2788
        <tr class="event-row expandable">
2789
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2790
        <td class="sig">
2791
        <a id="Ext.tree.TreePanel-click"></a>
2792
            <b>click</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2793
                        <div class="short">Fires when a node is clicked</div>
2794
            <div class="long">
2795
                Fires when a node is clicked    <div class="mdetail-params">
2796
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2797
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
2798
    </div>
2799
                </div>
2800
                        </div>
2801
        </td>
2802
        <td class="msource">TreePanel</td>
2803
    </tr>
2804
        <tr class="event-row inherited alt expandable">
2805
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2806
        <td class="sig">
2807
        <a id="Ext.tree.TreePanel-close"></a>
2808
            <b>close</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2809
                        <div class="short">Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
2810
Panel subclasses do...</div>
2811
            <div class="long">
2812
                Fires after the Panel is closed.  Note that Panels do not directly support being closed, but some
2813
Panel subclasses do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>).    <div class="mdetail-params">
2814
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2815
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been closed.</div></li>        </ul>
2816
    </div>
2817
                </div>
2818
                        </div>
2819
        </td>
2820
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-close" href="output/Ext.Panel.html#event-close">Panel</a></td>
2821
    </tr>
2822
        <tr class="event-row inherited expandable">
2823
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2824
        <td class="sig">
2825
        <a id="Ext.tree.TreePanel-collapse"></a>
2826
            <b>collapse</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2827
                        <div class="short">Fires after the Panel has been collapsed.</div>
2828
            <div class="long">
2829
                Fires after the Panel has been collapsed.    <div class="mdetail-params">
2830
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2831
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel that has been collapsed.</div></li>        </ul>
2832
    </div>
2833
                </div>
2834
                        </div>
2835
        </td>
2836
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-collapse" href="output/Ext.Panel.html#event-collapse">Panel</a></td>
2837
    </tr>
2838
        <tr class="event-row alt expandable">
2839
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2840
        <td class="sig">
2841
        <a id="Ext.tree.TreePanel-collapsenode"></a>
2842
            <b>collapsenode</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">
2843
                        <div class="short">Fires when a node is collapsed</div>
2844
            <div class="long">
2845
                Fires when a node is collapsed    <div class="mdetail-params">
2846
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2847
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li>        </ul>
2848
    </div>
2849
                </div>
2850
                        </div>
2851
        </td>
2852
        <td class="msource">TreePanel</td>
2853
    </tr>
2854
        <tr class="event-row expandable">
2855
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2856
        <td class="sig">
2857
        <a id="Ext.tree.TreePanel-contextmenu"></a>
2858
            <b>contextmenu</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2859
                        <div class="short">Fires when a node is right clicked</div>
2860
            <div class="long">
2861
                Fires when a node is right clicked    <div class="mdetail-params">
2862
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2863
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
2864
    </div>
2865
                </div>
2866
                        </div>
2867
        </td>
2868
        <td class="msource">TreePanel</td>
2869
    </tr>
2870
        <tr class="event-row alt expandable">
2871
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2872
        <td class="sig">
2873
        <a id="Ext.tree.TreePanel-dblclick"></a>
2874
            <b>dblclick</b> : (&nbsp;<code>Node node</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
2875
                        <div class="short">Fires when a node is double clicked</div>
2876
            <div class="long">
2877
                Fires when a node is double clicked    <div class="mdetail-params">
2878
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2879
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event object</div></li>        </ul>
2880
    </div>
2881
                </div>
2882
                        </div>
2883
        </td>
2884
        <td class="msource">TreePanel</td>
2885
    </tr>
2886
        <tr class="event-row inherited expandable">
2887
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2888
        <td class="sig">
2889
        <a id="Ext.tree.TreePanel-deactivate"></a>
2890
            <b>deactivate</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
2891
                        <div class="short">Fires after the Panel has been visually deactivated.
2892
Note that Panels do not directly support being deactivated, but ...</div>
2893
            <div class="long">
2894
                Fires after the Panel has been visually deactivated.
2895
Note that Panels do not directly support being deactivated, but some Panel subclasses
2896
do (like <a ext:cls="Ext.Window" href="output/Ext.Window.html">Ext.Window</a>). Panels which are child Components of a TabPanel fire the
2897
activate and deactivate events under the control of the TabPanel.    <div class="mdetail-params">
2898
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2899
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been deactivated.</div></li>        </ul>
2900
    </div>
2901
                </div>
2902
                        </div>
2903
        </td>
2904
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-deactivate" href="output/Ext.Panel.html#event-deactivate">Panel</a></td>
2905
    </tr>
2906
        <tr class="event-row inherited alt expandable">
2907
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2908
        <td class="sig">
2909
        <a id="Ext.tree.TreePanel-destroy"></a>
2910
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2911
                        <div class="short">Fires after the component is destroyed.</div>
2912
            <div class="long">
2913
                Fires after the component is destroyed.    <div class="mdetail-params">
2914
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2915
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2916
    </div>
2917
                </div>
2918
                        </div>
2919
        </td>
2920
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
2921
    </tr>
2922
        <tr class="event-row inherited expandable">
2923
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2924
        <td class="sig">
2925
        <a id="Ext.tree.TreePanel-disable"></a>
2926
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2927
                        <div class="short">Fires after the component is disabled.</div>
2928
            <div class="long">
2929
                Fires after the component is disabled.    <div class="mdetail-params">
2930
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2931
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2932
    </div>
2933
                </div>
2934
                        </div>
2935
        </td>
2936
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
2937
    </tr>
2938
        <tr class="event-row alt expandable">
2939
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2940
        <td class="sig">
2941
        <a id="Ext.tree.TreePanel-disabledchange"></a>
2942
            <b>disabledchange</b> : (&nbsp;<code>Node node</code>, <code>Boolean disabled</code>&nbsp;)            <div class="mdesc">
2943
                        <div class="short">Fires when the disabled status of a node changes</div>
2944
            <div class="long">
2945
                Fires when the disabled status of a node changes    <div class="mdetail-params">
2946
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2947
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
2948
    </div>
2949
                </div>
2950
                        </div>
2951
        </td>
2952
        <td class="msource">TreePanel</td>
2953
    </tr>
2954
        <tr class="event-row expandable">
2955
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2956
        <td class="sig">
2957
        <a id="Ext.tree.TreePanel-dragdrop"></a>
2958
            <b>dragdrop</b> : (&nbsp;<code>Ext.tree.TreePanel this</code>, <code>Ext.tree.TreeNode node</code>, <code>DD dd</code>, <code>event e</code>&nbsp;)            <div class="mdesc">
2959
                        <div class="short">Fires when a dragged node is dropped on a valid DD target</div>
2960
            <div class="long">
2961
                Fires when a dragged node is dropped on a valid DD target    <div class="mdetail-params">
2962
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2963
        <ul><li><code>this</code> : Ext.tree.TreePanel<div class="sub-desc"></div></li><li><code>node</code> : Ext.tree.TreeNode<div class="sub-desc"></div></li><li><code>dd</code> : DD<div class="sub-desc">The dd it was dropped on</div></li><li><code>e</code> : event<div class="sub-desc">The raw browser event</div></li>        </ul>
2964
    </div>
2965
                </div>
2966
                        </div>
2967
        </td>
2968
        <td class="msource">TreePanel</td>
2969
    </tr>
2970
        <tr class="event-row inherited alt expandable">
2971
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2972
        <td class="sig">
2973
        <a id="Ext.tree.TreePanel-enable"></a>
2974
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
2975
                        <div class="short">Fires after the component is enabled.</div>
2976
            <div class="long">
2977
                Fires after the component is enabled.    <div class="mdetail-params">
2978
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2979
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
2980
    </div>
2981
                </div>
2982
                        </div>
2983
        </td>
2984
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
2985
    </tr>
2986
        <tr class="event-row expandable">
2987
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
2988
        <td class="sig">
2989
        <a id="Ext.tree.TreePanel-enddrag"></a>
2990
            <b>enddrag</b> : (&nbsp;<code>Ext.tree.TreePanel this</code>, <code>Ext.tree.TreeNode node</code>, <code>event e</code>&nbsp;)            <div class="mdesc">
2991
                        <div class="short">Fires when a drag operation is complete</div>
2992
            <div class="long">
2993
                Fires when a drag operation is complete    <div class="mdetail-params">
2994
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
2995
        <ul><li><code>this</code> : Ext.tree.TreePanel<div class="sub-desc"></div></li><li><code>node</code> : Ext.tree.TreeNode<div class="sub-desc"></div></li><li><code>e</code> : event<div class="sub-desc">The raw browser event</div></li>        </ul>
2996
    </div>
2997
                </div>
2998
                        </div>
2999
        </td>
3000
        <td class="msource">TreePanel</td>
3001
    </tr>
3002
        <tr class="event-row inherited alt expandable">
3003
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3004
        <td class="sig">
3005
        <a id="Ext.tree.TreePanel-expand"></a>
3006
            <b>expand</b> : (&nbsp;<code>Ext.Panel p</code>&nbsp;)            <div class="mdesc">
3007
                        <div class="short">Fires after the Panel has been expanded.</div>
3008
            <div class="long">
3009
                Fires after the Panel has been expanded.    <div class="mdetail-params">
3010
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3011
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">The Panel that has been expanded.</div></li>        </ul>
3012
    </div>
3013
                </div>
3014
                        </div>
3015
        </td>
3016
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-expand" href="output/Ext.Panel.html#event-expand">Panel</a></td>
3017
    </tr>
3018
        <tr class="event-row expandable">
3019
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3020
        <td class="sig">
3021
        <a id="Ext.tree.TreePanel-expandnode"></a>
3022
            <b>expandnode</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">
3023
                        <div class="short">Fires when a node is expanded</div>
3024
            <div class="long">
3025
                Fires when a node is expanded    <div class="mdetail-params">
3026
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3027
        <ul><li><code>node</code> : Node<div class="sub-desc">The node</div></li>        </ul>
3028
    </div>
3029
                </div>
3030
                        </div>
3031
        </td>
3032
        <td class="msource">TreePanel</td>
3033
    </tr>
3034
        <tr class="event-row inherited alt expandable">
3035
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3036
        <td class="sig">
3037
        <a id="Ext.tree.TreePanel-hide"></a>
3038
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3039
                        <div class="short">Fires after the component is hidden.</div>
3040
            <div class="long">
3041
                Fires after the component is hidden.    <div class="mdetail-params">
3042
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3043
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3044
    </div>
3045
                </div>
3046
                        </div>
3047
        </td>
3048
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
3049
    </tr>
3050
        <tr class="event-row expandable">
3051
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3052
        <td class="sig">
3053
        <a id="Ext.tree.TreePanel-insert"></a>
3054
            <b>insert</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>, <code>Node refNode</code>&nbsp;)            <div class="mdesc">
3055
                        <div class="short">Fires when a new child node is inserted in a node in this tree.</div>
3056
            <div class="long">
3057
                Fires when a new child node is inserted in a node in this tree.    <div class="mdetail-params">
3058
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3059
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent 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>
3060
    </div>
3061
                </div>
3062
                        </div>
3063
        </td>
3064
        <td class="msource">TreePanel</td>
3065
    </tr>
3066
        <tr class="event-row alt expandable">
3067
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3068
        <td class="sig">
3069
        <a id="Ext.tree.TreePanel-load"></a>
3070
            <b>load</b> : (&nbsp;<code>Node node</code>&nbsp;)            <div class="mdesc">
3071
                        <div class="short">Fires when a node is loaded</div>
3072
            <div class="long">
3073
                Fires when a node is loaded    <div class="mdetail-params">
3074
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3075
        <ul><li><code>node</code> : Node<div class="sub-desc">The node that was loaded</div></li>        </ul>
3076
    </div>
3077
                </div>
3078
                        </div>
3079
        </td>
3080
        <td class="msource">TreePanel</td>
3081
    </tr>
3082
        <tr class="event-row inherited expandable">
3083
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3084
        <td class="sig">
3085
        <a id="Ext.tree.TreePanel-move"></a>
3086
            <b>move</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number x</code>, <code>Number y</code>&nbsp;)            <div class="mdesc">
3087
                        <div class="short">Fires after the component is moved.</div>
3088
            <div class="long">
3089
                Fires after the component is moved.    <div class="mdetail-params">
3090
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3091
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>x</code> : Number<div class="sub-desc">The new x position</div></li><li><code>y</code> : Number<div class="sub-desc">The new y position</div></li>        </ul>
3092
    </div>
3093
                </div>
3094
                        </div>
3095
        </td>
3096
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-move" href="output/Ext.BoxComponent.html#event-move">BoxComponent</a></td>
3097
    </tr>
3098
        <tr class="event-row alt expandable">
3099
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3100
        <td class="sig">
3101
        <a id="Ext.tree.TreePanel-movenode"></a>
3102
            <b>movenode</b> : (&nbsp;<code>Tree tree</code>, <code>Node node</code>, <code>Node oldParent</code>, <code>Node newParent</code>, <code>Number index</code>&nbsp;)            <div class="mdesc">
3103
                        <div class="short">Fires when a node is moved to a new location in the tree</div>
3104
            <div class="long">
3105
                Fires when a node is moved to a new location in the tree    <div class="mdetail-params">
3106
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3107
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>node</code> : Node<div class="sub-desc">The node moved</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>
3108
    </div>
3109
                </div>
3110
                        </div>
3111
        </td>
3112
        <td class="msource">TreePanel</td>
3113
    </tr>
3114
        <tr class="event-row expandable">
3115
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3116
        <td class="sig">
3117
        <a id="Ext.tree.TreePanel-nodedragover"></a>
3118
            <b>nodedragover</b> : (&nbsp;<code>Object dragOverEvent</code>&nbsp;)            <div class="mdesc">
3119
                        <div class="short">Fires when a tree node is being targeted for a drag drop, return false to signal drop not allowed. The dragOverEvent
3120
...</div>
3121
            <div class="long">
3122
                Fires when a tree node is being targeted for a drag drop, return false to signal drop not allowed. The dragOverEvent
3123
passed to handlers has the following properties:<br />
3124
<ul style="padding:5px;padding-left:16px;">
3125
<li>tree - The TreePanel</li>
3126
<li>target - The node being targeted for the drop</li>
3127
<li>data - The drag data from the drag source</li>
3128
<li>point - The point of the drop - append, above or below</li>
3129
<li>source - The drag source</li>
3130
<li>rawEvent - Raw mouse event</li>
3131
<li>dropNode - Drop node(s) provided by the source.</li>
3132
<li>cancel - Set this to true to signal drop not allowed.</li>
3133
</ul>    <div class="mdetail-params">
3134
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3135
        <ul><li><code>dragOverEvent</code> : Object<div class="sub-desc"></div></li>        </ul>
3136
    </div>
3137
                </div>
3138
                        </div>
3139
        </td>
3140
        <td class="msource">TreePanel</td>
3141
    </tr>
3142
        <tr class="event-row alt expandable">
3143
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3144
        <td class="sig">
3145
        <a id="Ext.tree.TreePanel-nodedrop"></a>
3146
            <b>nodedrop</b> : (&nbsp;<code>Object dropEvent</code>&nbsp;)            <div class="mdesc">
3147
                        <div class="short">Fires after a DD object is dropped on a node in this tree. The dropEvent
3148
passed to handlers has the following propert...</div>
3149
            <div class="long">
3150
                Fires after a DD object is dropped on a node in this tree. The dropEvent
3151
passed to handlers has the following properties:<br />
3152
<ul style="padding:5px;padding-left:16px;">
3153
<li>tree - The TreePanel</li>
3154
<li>target - The node being targeted for the drop</li>
3155
<li>data - The drag data from the drag source</li>
3156
<li>point - The point of the drop - append, above or below</li>
3157
<li>source - The drag source</li>
3158
<li>rawEvent - Raw mouse event</li>
3159
<li>dropNode - Dropped node(s).</li>
3160
</ul>    <div class="mdetail-params">
3161
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3162
        <ul><li><code>dropEvent</code> : Object<div class="sub-desc"></div></li>        </ul>
3163
    </div>
3164
                </div>
3165
                        </div>
3166
        </td>
3167
        <td class="msource">TreePanel</td>
3168
    </tr>
3169
        <tr class="event-row expandable">
3170
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3171
        <td class="sig">
3172
        <a id="Ext.tree.TreePanel-remove"></a>
3173
            <b>remove</b> : (&nbsp;<code>Tree tree</code>, <code>Node parent</code>, <code>Node node</code>&nbsp;)            <div class="mdesc">
3174
                        <div class="short">Fires when a child node is removed from a node in this tree.</div>
3175
            <div class="long">
3176
                Fires when a child node is removed from a node in this tree.    <div class="mdetail-params">
3177
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3178
        <ul><li><code>tree</code> : Tree<div class="sub-desc">The owner tree</div></li><li><code>parent</code> : Node<div class="sub-desc">The parent node</div></li><li><code>node</code> : Node<div class="sub-desc">The child node removed</div></li>        </ul>
3179
    </div>
3180
                </div>
3181
                        </div>
3182
        </td>
3183
        <td class="msource">TreePanel</td>
3184
    </tr>
3185
        <tr class="event-row inherited alt expandable">
3186
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3187
        <td class="sig">
3188
        <a id="Ext.tree.TreePanel-render"></a>
3189
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3190
                        <div class="short">Fires after the component is rendered.</div>
3191
            <div class="long">
3192
                Fires after the component is rendered.    <div class="mdetail-params">
3193
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3194
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3195
    </div>
3196
                </div>
3197
                        </div>
3198
        </td>
3199
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
3200
    </tr>
3201
        <tr class="event-row inherited expandable">
3202
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3203
        <td class="sig">
3204
        <a id="Ext.tree.TreePanel-resize"></a>
3205
            <b>resize</b> : (&nbsp;<code>Ext.Component this</code>, <code>Number adjWidth</code>, <code>Number adjHeight</code>, <code>Number rawWidth</code>, <code>Number rawHeight</code>&nbsp;)            <div class="mdesc">
3206
                        <div class="short">Fires after the component is resized.</div>
3207
            <div class="long">
3208
                Fires after the component is resized.    <div class="mdetail-params">
3209
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3210
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>adjWidth</code> : Number<div class="sub-desc">The box-adjusted width that was set</div></li><li><code>adjHeight</code> : Number<div class="sub-desc">The box-adjusted height that was set</div></li><li><code>rawWidth</code> : Number<div class="sub-desc">The width that was originally specified</div></li><li><code>rawHeight</code> : Number<div class="sub-desc">The height that was originally specified</div></li>        </ul>
3211
    </div>
3212
                </div>
3213
                        </div>
3214
        </td>
3215
        <td class="msource"><a ext:cls="Ext.BoxComponent" ext:member="#event-resize" href="output/Ext.BoxComponent.html#event-resize">BoxComponent</a></td>
3216
    </tr>
3217
        <tr class="event-row inherited alt expandable">
3218
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3219
        <td class="sig">
3220
        <a id="Ext.tree.TreePanel-show"></a>
3221
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
3222
                        <div class="short">Fires after the component is shown.</div>
3223
            <div class="long">
3224
                Fires after the component is shown.    <div class="mdetail-params">
3225
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3226
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
3227
    </div>
3228
                </div>
3229
                        </div>
3230
        </td>
3231
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
3232
    </tr>
3233
        <tr class="event-row expandable">
3234
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3235
        <td class="sig">
3236
        <a id="Ext.tree.TreePanel-startdrag"></a>
3237
            <b>startdrag</b> : (&nbsp;<code>Ext.tree.TreePanel this</code>, <code>Ext.tree.TreeNode node</code>, <code>event e</code>&nbsp;)            <div class="mdesc">
3238
                        <div class="short">Fires when a node starts being dragged</div>
3239
            <div class="long">
3240
                Fires when a node starts being dragged    <div class="mdetail-params">
3241
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3242
        <ul><li><code>this</code> : Ext.tree.TreePanel<div class="sub-desc"></div></li><li><code>node</code> : Ext.tree.TreeNode<div class="sub-desc"></div></li><li><code>e</code> : event<div class="sub-desc">The raw browser event</div></li>        </ul>
3243
    </div>
3244
                </div>
3245
                        </div>
3246
        </td>
3247
        <td class="msource">TreePanel</td>
3248
    </tr>
3249
        <tr class="event-row inherited alt expandable">
3250
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3251
        <td class="sig">
3252
        <a id="Ext.tree.TreePanel-staterestore"></a>
3253
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3254
                        <div class="short">Fires after the state of the component is restored.</div>
3255
            <div class="long">
3256
                Fires after the state of the component is restored.    <div class="mdetail-params">
3257
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3258
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
3259
    </div>
3260
                </div>
3261
                        </div>
3262
        </td>
3263
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
3264
    </tr>
3265
        <tr class="event-row inherited expandable">
3266
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3267
        <td class="sig">
3268
        <a id="Ext.tree.TreePanel-statesave"></a>
3269
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
3270
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
3271
            <div class="long">
3272
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
3273
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3274
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li><li><code>state</code> : Object<div class="sub-desc">The hash of state values</div></li>        </ul>
3275
    </div>
3276
                </div>
3277
                        </div>
3278
        </td>
3279
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
3280
    </tr>
3281
        <tr class="event-row alt expandable">
3282
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3283
        <td class="sig">
3284
        <a id="Ext.tree.TreePanel-textchange"></a>
3285
            <b>textchange</b> : (&nbsp;<code>Node node</code>, <code>String text</code>, <code>String oldText</code>&nbsp;)            <div class="mdesc">
3286
                        <div class="short">Fires when the text for a node is changed</div>
3287
            <div class="long">
3288
                Fires when the text for a node is changed    <div class="mdetail-params">
3289
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3290
        <ul><li><code>node</code> : Node<div class="sub-desc">The 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>
3291
    </div>
3292
                </div>
3293
                        </div>
3294
        </td>
3295
        <td class="msource">TreePanel</td>
3296
    </tr>
3297
        <tr class="event-row inherited expandable">
3298
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
3299
        <td class="sig">
3300
        <a id="Ext.tree.TreePanel-titlechange"></a>
3301
            <b>titlechange</b> : (&nbsp;<code>Ext.Panel p</code>, <code>String The</code>&nbsp;)            <div class="mdesc">
3302
                        <div class="short">Fires after the Panel title has been set or changed.</div>
3303
            <div class="long">
3304
                Fires after the Panel title has been set or changed.    <div class="mdetail-params">
3305
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
3306
        <ul><li><code>p</code> : Ext.Panel<div class="sub-desc">the Panel which has had its title changed.</div></li><li><code>The</code> : String<div class="sub-desc">new title.</div></li>        </ul>
3307
    </div>
3308
                </div>
3309
                        </div>
3310
        </td>
3311
        <td class="msource"><a ext:cls="Ext.Panel" ext:member="#event-titlechange" href="output/Ext.Panel.html#event-titlechange">Panel</a></td>
3312
    </tr>
3313
            </table>
3314
 
3315
        </div>