Subversion Repositories eFlore/Applications.cel

Rev

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

Rev Author Line No. Line
2 aperonnet 1
        <div class="body-wrap">
2
        <div class="top-tools">
3
            <a class="inner-link" href="#Ext.Component-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.Component-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.Component-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.Component-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.Component"><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"/>Component</pre></div>
12
                <h1>Class Ext.Component</h1>
13
        <table cellspacing="0">
14
            <tr><td class="label">Package:</td><td class="hd-info">Ext</td></tr>
15
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/Component.js" target="_blank">Component.js</a></td></tr>
16
            <tr><td class="label">Class:</td><td class="hd-info">Component</td></tr>
17
                        <tr><td class="label">Subclasses:</td><td class="hd-info"><a ext:cls="Ext.BoxComponent" href="output/Ext.BoxComponent.html">BoxComponent</a>, <a ext:cls="Ext.Button" href="output/Ext.Button.html">Button</a>, <a ext:cls="Ext.ColorPalette" href="output/Ext.ColorPalette.html">ColorPalette</a>, <a ext:cls="Ext.DatePicker" href="output/Ext.DatePicker.html">DatePicker</a>, <a ext:cls="Ext.Editor" href="output/Ext.Editor.html">Editor</a>, <a ext:cls="Ext.menu.BaseItem" href="output/Ext.menu.BaseItem.html">BaseItem</a></td></tr>
18
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.util.Observable" ext:member="" href="output/Ext.util.Observable.html">Observable</a></td></tr>
19
                    </table>
20
        <div class="description">
21
            <p>Base class for all Ext components.  All subclasses of Component can automatically participate in the standard
22
Ext component lifecycle of creation, rendering and destruction.  They also have automatic support for basic hide/show
23
and enable/disable behavior.  Component allows any subclass to be lazy-rendered into any <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> and
24
to be automatically registered with the <a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a> so that it can be referenced at any time via
25
<a ext:cls="Ext" ext:member="getCmp" href="output/Ext.html#getCmp">Ext.getCmp</a>.  All visual widgets that require rendering into a layout should subclass Component (or
26
<a ext:cls="Ext.BoxComponent" href="output/Ext.BoxComponent.html">Ext.BoxComponent</a> if managed box model handling is required).</p>
27
<p>Every component has a specific xtype, which is its Ext-specific type name, along with methods for checking the
28
xtype like <a ext:cls="Ext.Component" ext:member="getXType" href="output/Ext.Component.html#getXType">getXType</a> and <a ext:cls="Ext.Component" ext:member="isXType" href="output/Ext.Component.html#isXType">isXType</a>. This is the list of all valid xtypes:</p>
29
<pre>xtype            Class
30
-------------    ------------------
31
box              Ext.BoxComponent
32
button           Ext.Button
33
colorpalette     Ext.ColorPalette
34
component        Ext.Component
35
container        Ext.Container
36
cycle            Ext.CycleButton
37
dataview         Ext.DataView
38
datepicker       Ext.DatePicker
39
editor           Ext.Editor
40
editorgrid       Ext.grid.EditorGridPanel
41
grid             Ext.grid.GridPanel
42
paging           Ext.PagingToolbar
43
panel            Ext.Panel
44
progress         Ext.ProgressBar
45
splitbutton      Ext.SplitButton
46
tabpanel         Ext.TabPanel
47
treepanel        Ext.tree.TreePanel
48
viewport         Ext.ViewPort
49
window           Ext.Window
50
 
51
Toolbar components
52
---------------------------------------
53
toolbar          Ext.Toolbar
54
tbbutton         Ext.Toolbar.Button
55
tbfill           Ext.Toolbar.Fill
56
tbitem           Ext.Toolbar.Item
57
tbseparator      Ext.Toolbar.Separator
58
tbspacer         Ext.Toolbar.Spacer
59
tbsplit          Ext.Toolbar.SplitButton
60
tbtext           Ext.Toolbar.TextItem
61
 
62
Form components
63
---------------------------------------
64
form             Ext.FormPanel
65
checkbox         Ext.form.Checkbox
66
combo            Ext.form.ComboBox
67
datefield        Ext.form.DateField
68
field            Ext.form.Field
69
fieldset         Ext.form.FieldSet
70
hidden           Ext.form.Hidden
71
htmleditor       Ext.form.HtmlEditor
72
numberfield      Ext.form.NumberField
73
radio            Ext.form.Radio
74
textarea         Ext.form.TextArea
75
textfield        Ext.form.TextField
76
timefield        Ext.form.TimeField
77
trigger          Ext.form.TriggerField</pre>        </div>
78
 
79
        <div class="hr"></div>
80
                <a id="Ext.Component-configs"></a>
81
        <h2>Config Options</h2>
82
        <table cellspacing="0" class="member-table">
83
            <tr>
84
                <th class="sig-header" colspan="2">Config Options</th>
85
                <th class="msource-header">Defined By</th>
86
            </tr>
87
                <tr class="config-row">
88
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
89
        <td class="sig">
90
        <a id="Ext.Component-allowDomMove"></a>
91
            <b>allowDomMove</b> : Boolean            <div class="mdesc">
92
                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
93
        </td>
94
        <td class="msource">Component</td>
95
    </tr>
96
        <tr class="config-row alt expandable">
97
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
98
        <td class="sig">
99
        <a id="Ext.Component-applyTo"></a>
100
            <b>applyTo</b> : Mixed            <div class="mdesc">
101
                        <div class="short">The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document ...</div>
102
            <div class="long">
103
                The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for <a ext:cls="Ext.Component" ext:member="renderTo" href="output/Ext.Component.html#renderTo">renderTo</a> will be ignored and the target element's parent node will automatically be used as the component's container.            </div>
104
                        </div>
105
        </td>
106
        <td class="msource">Component</td>
107
    </tr>
108
        <tr class="config-row expandable">
109
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
110
        <td class="sig">
111
        <a id="Ext.Component-autoEl"></a>
112
            <b>autoEl</b> : String/Object            <div class="mdesc">
113
                        <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>
114
            <div class="long">
115
                A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inline via JSON. It should not be used for higher level components which already create their own elements. Example usage: <pre><code>{xtype:<em>'box'</em>, autoEl: <em>'div'</em>, cls:<em>'my-class'</em>}
116
{xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>
117
                        </div>
118
        </td>
119
        <td class="msource">Component</td>
120
    </tr>
121
        <tr class="config-row alt expandable">
122
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
123
        <td class="sig">
124
        <a id="Ext.Component-autoShow"></a>
125
            <b>autoShow</b> : Boolean            <div class="mdesc">
126
                        <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>
127
            <div class="long">
128
                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>
129
                        </div>
130
        </td>
131
        <td class="msource">Component</td>
132
    </tr>
133
        <tr class="config-row expandable">
134
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
135
        <td class="sig">
136
        <a id="Ext.Component-cls"></a>
137
            <b>cls</b> : String            <div class="mdesc">
138
                        <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>
139
            <div class="long">
140
                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>
141
                        </div>
142
        </td>
143
        <td class="msource">Component</td>
144
    </tr>
145
        <tr class="config-row alt expandable">
146
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
147
        <td class="sig">
148
        <a id="Ext.Component-ctCls"></a>
149
            <b>ctCls</b> : String            <div class="mdesc">
150
                        <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>
151
            <div class="long">
152
                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>
153
                        </div>
154
        </td>
155
        <td class="msource">Component</td>
156
    </tr>
157
        <tr class="config-row">
158
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
159
        <td class="sig">
160
        <a id="Ext.Component-disabledClass"></a>
161
            <b>disabledClass</b> : String            <div class="mdesc">
162
                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
163
        </td>
164
        <td class="msource">Component</td>
165
    </tr>
166
        <tr class="config-row alt expandable">
167
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
168
        <td class="sig">
169
        <a id="Ext.Component-hideMode"></a>
170
            <b>hideMode</b> : String            <div class="mdesc">
171
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
172
            <div class="long">
173
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
174
                        </div>
175
        </td>
176
        <td class="msource">Component</td>
177
    </tr>
178
        <tr class="config-row expandable">
179
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
180
        <td class="sig">
181
        <a id="Ext.Component-hideParent"></a>
182
            <b>hideParent</b> : Boolean            <div class="mdesc">
183
                        <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>
184
            <div class="long">
185
                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>
186
                        </div>
187
        </td>
188
        <td class="msource">Component</td>
189
    </tr>
190
        <tr class="config-row alt">
191
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
192
        <td class="sig">
193
        <a id="Ext.Component-id"></a>
194
            <b>id</b> : String            <div class="mdesc">
195
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
196
        </td>
197
        <td class="msource">Component</td>
198
    </tr>
199
        <tr class="config-row inherited expandable">
200
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
201
        <td class="sig">
202
        <a id="Ext.Component-listeners"></a>
203
            <b>listeners</b> : Object            <div class="mdesc">
204
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
205
            <div class="long">
206
                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>
207
                        </div>
208
        </td>
209
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
210
    </tr>
211
        <tr class="config-row alt expandable">
212
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
213
        <td class="sig">
214
        <a id="Ext.Component-plugins"></a>
215
            <b>plugins</b> : Object/Array            <div class="mdesc">
216
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
217
            <div class="long">
218
                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>
219
                        </div>
220
        </td>
221
        <td class="msource">Component</td>
222
    </tr>
223
        <tr class="config-row expandable">
224
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
225
        <td class="sig">
226
        <a id="Ext.Component-renderTo"></a>
227
            <b>renderTo</b> : Mixed            <div class="mdesc">
228
                        <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>
229
            <div class="long">
230
                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>
231
                        </div>
232
        </td>
233
        <td class="msource">Component</td>
234
    </tr>
235
        <tr class="config-row alt expandable">
236
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
237
        <td class="sig">
238
        <a id="Ext.Component-stateEvents"></a>
239
            <b>stateEvents</b> : Array            <div class="mdesc">
240
                        <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>
241
            <div class="long">
242
                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>
243
                        </div>
244
        </td>
245
        <td class="msource">Component</td>
246
    </tr>
247
        <tr class="config-row expandable">
248
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
249
        <td class="sig">
250
        <a id="Ext.Component-stateId"></a>
251
            <b>stateId</b> : String            <div class="mdesc">
252
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
253
            <div class="long">
254
                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>
255
                        </div>
256
        </td>
257
        <td class="msource">Component</td>
258
    </tr>
259
        <tr class="config-row alt expandable">
260
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
261
        <td class="sig">
262
        <a id="Ext.Component-stateful"></a>
263
            <b>stateful</b> : Boolean            <div class="mdesc">
264
                        <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>
265
            <div class="long">
266
                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>
267
                        </div>
268
        </td>
269
        <td class="msource">Component</td>
270
    </tr>
271
        <tr class="config-row expandable">
272
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
273
        <td class="sig">
274
        <a id="Ext.Component-style"></a>
275
            <b>style</b> : String            <div class="mdesc">
276
                        <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>
277
            <div class="long">
278
                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>
279
                        </div>
280
        </td>
281
        <td class="msource">Component</td>
282
    </tr>
283
        <tr class="config-row alt expandable">
284
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
285
        <td class="sig">
286
        <a id="Ext.Component-xtype"></a>
287
            <b>xtype</b> : String            <div class="mdesc">
288
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
289
            <div class="long">
290
                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>
291
                        </div>
292
        </td>
293
        <td class="msource">Component</td>
294
    </tr>
295
            </table>
296
                <a id="Ext.Component-props"></a>
297
        <h2>Public Properties</h2>
298
                <table cellspacing="0" class="member-table">
299
            <tr>
300
                <th class="sig-header" colspan="2">Property</th>
301
                <th class="msource-header">Defined By</th>
302
            </tr>
303
                <tr class="property-row">
304
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
305
        <td class="sig">
306
        <a id="Ext.Component-disabled"></a>
307
            <b>disabled</b> : Boolean            <div class="mdesc">
308
                            True if this component is disabled. Read-only.                        </div>
309
        </td>
310
        <td class="msource">Component</td>
311
    </tr>
312
        <tr class="property-row alt">
313
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
314
        <td class="sig">
315
        <a id="Ext.Component-hidden"></a>
316
            <b>hidden</b> : Boolean            <div class="mdesc">
317
 
318
True if this component is hidden. Read-only.                        </div>
319
        </td>
320
        <td class="msource">Component</td>
321
    </tr>
322
        <tr class="property-row">
323
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
324
        <td class="sig">
325
        <a id="Ext.Component-initialConfig"></a>
326
            <b>initialConfig</b> : Object            <div class="mdesc">
327
                            This Component's initial configuration specification. Read-only.                        </div>
328
        </td>
329
        <td class="msource">Component</td>
330
    </tr>
331
        <tr class="property-row alt expandable">
332
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
333
        <td class="sig">
334
        <a id="Ext.Component-ownerCt"></a>
335
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
336
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
337
the component is added to a...</div>
338
            <div class="long">
339
                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
340
the component is added to a container).  Read-only.            </div>
341
                        </div>
342
        </td>
343
        <td class="msource">Component</td>
344
    </tr>
345
        <tr class="property-row">
346
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
347
        <td class="sig">
348
        <a id="Ext.Component-rendered"></a>
349
            <b>rendered</b> : Boolean            <div class="mdesc">
350
                            True if this component has been rendered. Read-only.                        </div>
351
        </td>
352
        <td class="msource">Component</td>
353
    </tr>
354
            </table>
355
                <a id="Ext.Component-methods"></a>
356
        <h2>Public Methods</h2>
357
                <table cellspacing="0" class="member-table">
358
            <tr>
359
                <th class="sig-header" colspan="2">Method</th>
360
                <th class="msource-header">Defined By</th>
361
            </tr>
362
                <tr class="method-row expandable">
363
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
364
        <td class="sig">
365
        <a id="Ext.Component-Component"></a>
366
            <b>Component</b>(&nbsp;<code>Ext.Element/String/Object config</code>&nbsp;)            <div class="mdesc">
367
                        <div class="short"></div>
368
            <div class="long">
369
                    <div class="mdetail-params">
370
        <strong>Parameters:</strong>
371
        <ul><li><code>config</code> : Ext.Element/String/Object<div class="sub-desc">The configuration options. If an element is passed, it is set as the internal
372
element and its id used as the component id. If a string is passed, it is assumed to be the id of an existing element
373
and is used as the component id. Otherwise, it is assumed to be a standard config object and is applied to the component.</div></li>        </ul>
374
        <strong>Returns:</strong>
375
        <ul>
376
            <li><code></code></li>
377
        </ul>
378
    </div>
379
                </div>
380
                        </div>
381
        </td>
382
        <td class="msource">Component</td>
383
    </tr>
384
        <tr class="method-row alt expandable">
385
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
386
        <td class="sig">
387
        <a id="Ext.Component-addClass"></a>
388
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
389
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
390
            <div class="long">
391
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
392
        <strong>Parameters:</strong>
393
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
394
        <strong>Returns:</strong>
395
        <ul>
396
            <li><code>void</code></li>
397
        </ul>
398
    </div>
399
                </div>
400
                        </div>
401
        </td>
402
        <td class="msource">Component</td>
403
    </tr>
404
        <tr class="method-row inherited expandable">
405
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
406
        <td class="sig">
407
        <a id="Ext.Component-addEvents"></a>
408
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
409
                        <div class="short">Used to define events on this Observable</div>
410
            <div class="long">
411
                Used to define events on this Observable    <div class="mdetail-params">
412
        <strong>Parameters:</strong>
413
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
414
        <strong>Returns:</strong>
415
        <ul>
416
            <li><code>void</code></li>
417
        </ul>
418
    </div>
419
                </div>
420
                        </div>
421
        </td>
422
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
423
    </tr>
424
        <tr class="method-row inherited alt expandable">
425
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
426
        <td class="sig">
427
        <a id="Ext.Component-addListener"></a>
428
            <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">
429
                        <div class="short">Appends an event handler to this component</div>
430
            <div class="long">
431
                Appends an event handler to this component    <div class="mdetail-params">
432
        <strong>Parameters:</strong>
433
        <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
434
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
435
properties. This may contain any of the following properties:<ul>
436
<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>
437
<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>
438
<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>
439
<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
440
by the specified number of milliseconds. If the event fires again within that time, the original
441
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
442
</ul><br>
443
<p>
444
<b>Combining Options</b><br>
445
Using the options argument, it is possible to combine different types of listeners:<br>
446
<br>
447
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
448
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
449
    single: true,
450
    delay: 100,
451
    forumId: 4
452
});</code></pre>
453
<p>
454
<b>Attaching multiple handlers in 1 call</b><br>
455
The method also allows for a single argument to be passed which is a config object containing properties
456
which specify multiple handlers.
457
<p>
458
<pre><code>foo.on({
459
    <em>'click'</em> : {
460
        fn: <b>this</b>.onClick,
461
        scope: <b>this</b>,
462
        delay: 100
463
    },
464
    <em>'mouseover'</em> : {
465
        fn: <b>this</b>.onMouseOver,
466
        scope: <b>this</b>
467
    },
468
    <em>'mouseout'</em> : {
469
        fn: <b>this</b>.onMouseOut,
470
        scope: <b>this</b>
471
    }
472
});</code></pre>
473
<p>
474
Or a shorthand syntax:<br>
475
<pre><code>foo.on({
476
    <em>'click'</em> : <b>this</b>.onClick,
477
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
478
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
479
     scope: <b>this</b>
480
});</code></pre></div></li>        </ul>
481
        <strong>Returns:</strong>
482
        <ul>
483
            <li><code>void</code></li>
484
        </ul>
485
    </div>
486
                </div>
487
                        </div>
488
        </td>
489
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
490
    </tr>
491
        <tr class="method-row expandable">
492
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
493
        <td class="sig">
494
        <a id="Ext.Component-applyToMarkup"></a>
495
            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
496
                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
497
            <div class="long">
498
                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
499
        <strong>Parameters:</strong>
500
        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
501
        <strong>Returns:</strong>
502
        <ul>
503
            <li><code>void</code></li>
504
        </ul>
505
    </div>
506
                </div>
507
                        </div>
508
        </td>
509
        <td class="msource">Component</td>
510
    </tr>
511
        <tr class="method-row alt expandable">
512
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
513
        <td class="sig">
514
        <a id="Ext.Component-cloneConfig"></a>
515
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
516
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
517
            <div class="long">
518
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
519
        <strong>Parameters:</strong>
520
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
521
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
522
        <strong>Returns:</strong>
523
        <ul>
524
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
525
        </ul>
526
    </div>
527
                </div>
528
                        </div>
529
        </td>
530
        <td class="msource">Component</td>
531
    </tr>
532
        <tr class="method-row expandable">
533
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
534
        <td class="sig">
535
        <a id="Ext.Component-destroy"></a>
536
            <b>destroy</b>() : void            <div class="mdesc">
537
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
538
removing the c...</div>
539
            <div class="long">
540
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
541
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
542
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
543
should usually not need to be called directly.    <div class="mdetail-params">
544
        <strong>Parameters:</strong>
545
        <ul><li>None.</li>        </ul>
546
        <strong>Returns:</strong>
547
        <ul>
548
            <li><code>void</code></li>
549
        </ul>
550
    </div>
551
                </div>
552
                        </div>
553
        </td>
554
        <td class="msource">Component</td>
555
    </tr>
556
        <tr class="method-row alt expandable">
557
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
558
        <td class="sig">
559
        <a id="Ext.Component-disable"></a>
560
            <b>disable</b>() : Ext.Component            <div class="mdesc">
561
                        <div class="short">Disable this component.</div>
562
            <div class="long">
563
                Disable this component.    <div class="mdetail-params">
564
        <strong>Parameters:</strong>
565
        <ul><li>None.</li>        </ul>
566
        <strong>Returns:</strong>
567
        <ul>
568
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
569
        </ul>
570
    </div>
571
                </div>
572
                        </div>
573
        </td>
574
        <td class="msource">Component</td>
575
    </tr>
576
        <tr class="method-row expandable">
577
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
578
        <td class="sig">
579
        <a id="Ext.Component-enable"></a>
580
            <b>enable</b>() : Ext.Component            <div class="mdesc">
581
                        <div class="short">Enable this component.</div>
582
            <div class="long">
583
                Enable this component.    <div class="mdetail-params">
584
        <strong>Parameters:</strong>
585
        <ul><li>None.</li>        </ul>
586
        <strong>Returns:</strong>
587
        <ul>
588
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
589
        </ul>
590
    </div>
591
                </div>
592
                        </div>
593
        </td>
594
        <td class="msource">Component</td>
595
    </tr>
596
        <tr class="method-row alt expandable">
597
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
598
        <td class="sig">
599
        <a id="Ext.Component-findParentBy"></a>
600
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
601
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
602
true, the con...</div>
603
            <div class="long">
604
                Find a container above this component at any level by a custom function. If the passed function returns
605
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
606
        <strong>Parameters:</strong>
607
        <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>
608
        <strong>Returns:</strong>
609
        <ul>
610
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
611
        </ul>
612
    </div>
613
                </div>
614
                        </div>
615
        </td>
616
        <td class="msource">Component</td>
617
    </tr>
618
        <tr class="method-row expandable">
619
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
620
        <td class="sig">
621
        <a id="Ext.Component-findParentByType"></a>
622
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
623
                        <div class="short">Find a container above this component at any level by xtype or class</div>
624
            <div class="long">
625
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
626
        <strong>Parameters:</strong>
627
        <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>
628
        <strong>Returns:</strong>
629
        <ul>
630
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
631
        </ul>
632
    </div>
633
                </div>
634
                        </div>
635
        </td>
636
        <td class="msource">Component</td>
637
    </tr>
638
        <tr class="method-row inherited alt expandable">
639
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
640
        <td class="sig">
641
        <a id="Ext.Component-fireEvent"></a>
642
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
643
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
644
            <div class="long">
645
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
646
        <strong>Parameters:</strong>
647
        <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>
648
        <strong>Returns:</strong>
649
        <ul>
650
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
651
        </ul>
652
    </div>
653
                </div>
654
                        </div>
655
        </td>
656
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
657
    </tr>
658
        <tr class="method-row expandable">
659
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
660
        <td class="sig">
661
        <a id="Ext.Component-focus"></a>
662
            <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">
663
                        <div class="short">Try to focus this component.</div>
664
            <div class="long">
665
                Try to focus this component.    <div class="mdetail-params">
666
        <strong>Parameters:</strong>
667
        <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>
668
        <strong>Returns:</strong>
669
        <ul>
670
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
671
        </ul>
672
    </div>
673
                </div>
674
                        </div>
675
        </td>
676
        <td class="msource">Component</td>
677
    </tr>
678
        <tr class="method-row alt expandable">
679
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
680
        <td class="sig">
681
        <a id="Ext.Component-getEl"></a>
682
            <b>getEl</b>() : Ext.Element            <div class="mdesc">
683
                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
684
            <div class="long">
685
                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
686
        <strong>Parameters:</strong>
687
        <ul><li>None.</li>        </ul>
688
        <strong>Returns:</strong>
689
        <ul>
690
            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
691
        </ul>
692
    </div>
693
                </div>
694
                        </div>
695
        </td>
696
        <td class="msource">Component</td>
697
    </tr>
698
        <tr class="method-row expandable">
699
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
700
        <td class="sig">
701
        <a id="Ext.Component-getId"></a>
702
            <b>getId</b>() : String            <div class="mdesc">
703
                        <div class="short">Returns the id of this component.</div>
704
            <div class="long">
705
                Returns the id of this component.    <div class="mdetail-params">
706
        <strong>Parameters:</strong>
707
        <ul><li>None.</li>        </ul>
708
        <strong>Returns:</strong>
709
        <ul>
710
            <li><code>String</code></li>
711
        </ul>
712
    </div>
713
                </div>
714
                        </div>
715
        </td>
716
        <td class="msource">Component</td>
717
    </tr>
718
        <tr class="method-row alt expandable">
719
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
720
        <td class="sig">
721
        <a id="Ext.Component-getItemId"></a>
722
            <b>getItemId</b>() : String            <div class="mdesc">
723
                        <div class="short">Returns the item id of this component.</div>
724
            <div class="long">
725
                Returns the item id of this component.    <div class="mdetail-params">
726
        <strong>Parameters:</strong>
727
        <ul><li>None.</li>        </ul>
728
        <strong>Returns:</strong>
729
        <ul>
730
            <li><code>String</code></li>
731
        </ul>
732
    </div>
733
                </div>
734
                        </div>
735
        </td>
736
        <td class="msource">Component</td>
737
    </tr>
738
        <tr class="method-row expandable">
739
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
740
        <td class="sig">
741
        <a id="Ext.Component-getXType"></a>
742
            <b>getXType</b>() : String            <div class="mdesc">
743
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
744
available xtypes, see the Ex...</div>
745
            <div class="long">
746
                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
747
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
748
<pre><code>var t = <b>new</b> Ext.form.TextField();
749
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
750
        <strong>Parameters:</strong>
751
        <ul><li>None.</li>        </ul>
752
        <strong>Returns:</strong>
753
        <ul>
754
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
755
        </ul>
756
    </div>
757
                </div>
758
                        </div>
759
        </td>
760
        <td class="msource">Component</td>
761
    </tr>
762
        <tr class="method-row alt expandable">
763
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
764
        <td class="sig">
765
        <a id="Ext.Component-getXTypes"></a>
766
            <b>getXTypes</b>() : String            <div class="mdesc">
767
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
768
available xtypes, see the Ext...</div>
769
            <div class="long">
770
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
771
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
772
<pre><code>
773
var t = new Ext.form.TextField();
774
alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
775
        <strong>Parameters:</strong>
776
        <ul><li>None.</li>        </ul>
777
        <strong>Returns:</strong>
778
        <ul>
779
            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
780
        </ul>
781
    </div>
782
                </div>
783
                        </div>
784
        </td>
785
        <td class="msource">Component</td>
786
    </tr>
787
        <tr class="method-row inherited expandable">
788
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
789
        <td class="sig">
790
        <a id="Ext.Component-hasListener"></a>
791
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
792
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
793
            <div class="long">
794
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
795
        <strong>Parameters:</strong>
796
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
797
        <strong>Returns:</strong>
798
        <ul>
799
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
800
        </ul>
801
    </div>
802
                </div>
803
                        </div>
804
        </td>
805
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
806
    </tr>
807
        <tr class="method-row alt expandable">
808
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
809
        <td class="sig">
810
        <a id="Ext.Component-hide"></a>
811
            <b>hide</b>() : Ext.Component            <div class="mdesc">
812
                        <div class="short">Hide this component.</div>
813
            <div class="long">
814
                Hide this component.    <div class="mdetail-params">
815
        <strong>Parameters:</strong>
816
        <ul><li>None.</li>        </ul>
817
        <strong>Returns:</strong>
818
        <ul>
819
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
820
        </ul>
821
    </div>
822
                </div>
823
                        </div>
824
        </td>
825
        <td class="msource">Component</td>
826
    </tr>
827
        <tr class="method-row expandable">
828
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
829
        <td class="sig">
830
        <a id="Ext.Component-isVisible"></a>
831
            <b>isVisible</b>() : void            <div class="mdesc">
832
                        <div class="short">Returns true if this component is visible.</div>
833
            <div class="long">
834
                Returns true if this component is visible.    <div class="mdetail-params">
835
        <strong>Parameters:</strong>
836
        <ul><li>None.</li>        </ul>
837
        <strong>Returns:</strong>
838
        <ul>
839
            <li><code>void</code></li>
840
        </ul>
841
    </div>
842
                </div>
843
                        </div>
844
        </td>
845
        <td class="msource">Component</td>
846
    </tr>
847
        <tr class="method-row alt expandable">
848
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
849
        <td class="sig">
850
        <a id="Ext.Component-isXType"></a>
851
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
852
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
853
from th...</div>
854
            <div class="long">
855
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
856
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
857
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
858
<pre><code>var t = <b>new</b> Ext.form.TextField();
859
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
860
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
861
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
862
        <strong>Parameters:</strong>
863
        <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
864
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
865
        <strong>Returns:</strong>
866
        <ul>
867
            <li><code>void</code></li>
868
        </ul>
869
    </div>
870
                </div>
871
                        </div>
872
        </td>
873
        <td class="msource">Component</td>
874
    </tr>
875
        <tr class="method-row inherited expandable">
876
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
877
        <td class="sig">
878
        <a id="Ext.Component-on"></a>
879
            <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">
880
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
881
            <div class="long">
882
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
883
        <strong>Parameters:</strong>
884
        <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
885
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</div></li>        </ul>
886
        <strong>Returns:</strong>
887
        <ul>
888
            <li><code>void</code></li>
889
        </ul>
890
    </div>
891
                </div>
892
                        </div>
893
        </td>
894
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
895
    </tr>
896
        <tr class="method-row inherited alt expandable">
897
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
898
        <td class="sig">
899
        <a id="Ext.Component-purgeListeners"></a>
900
            <b>purgeListeners</b>() : void            <div class="mdesc">
901
                        <div class="short">Removes all listeners for this object</div>
902
            <div class="long">
903
                Removes all listeners for this object    <div class="mdetail-params">
904
        <strong>Parameters:</strong>
905
        <ul><li>None.</li>        </ul>
906
        <strong>Returns:</strong>
907
        <ul>
908
            <li><code>void</code></li>
909
        </ul>
910
    </div>
911
                </div>
912
                        </div>
913
        </td>
914
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
915
    </tr>
916
        <tr class="method-row expandable">
917
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
918
        <td class="sig">
919
        <a id="Ext.Component-removeClass"></a>
920
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
921
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
922
            <div class="long">
923
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
924
        <strong>Parameters:</strong>
925
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
926
        <strong>Returns:</strong>
927
        <ul>
928
            <li><code>void</code></li>
929
        </ul>
930
    </div>
931
                </div>
932
                        </div>
933
        </td>
934
        <td class="msource">Component</td>
935
    </tr>
936
        <tr class="method-row inherited alt expandable">
937
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
938
        <td class="sig">
939
        <a id="Ext.Component-removeListener"></a>
940
            <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">
941
                        <div class="short">Removes a listener</div>
942
            <div class="long">
943
                Removes a listener    <div class="mdetail-params">
944
        <strong>Parameters:</strong>
945
        <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>
946
        <strong>Returns:</strong>
947
        <ul>
948
            <li><code>void</code></li>
949
        </ul>
950
    </div>
951
                </div>
952
                        </div>
953
        </td>
954
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
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.Component-render"></a>
960
            <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">
961
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
962
            <div class="long">
963
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
964
        <strong>Parameters:</strong>
965
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
966
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>
967
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
968
        <strong>Returns:</strong>
969
        <ul>
970
            <li><code>void</code></li>
971
        </ul>
972
    </div>
973
                </div>
974
                        </div>
975
        </td>
976
        <td class="msource">Component</td>
977
    </tr>
978
        <tr class="method-row inherited alt expandable">
979
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
980
        <td class="sig">
981
        <a id="Ext.Component-resumeEvents"></a>
982
            <b>resumeEvents</b>() : void            <div class="mdesc">
983
                        <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>
984
            <div class="long">
985
                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">
986
        <strong>Parameters:</strong>
987
        <ul><li>None.</li>        </ul>
988
        <strong>Returns:</strong>
989
        <ul>
990
            <li><code>void</code></li>
991
        </ul>
992
    </div>
993
                </div>
994
                        </div>
995
        </td>
996
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
997
    </tr>
998
        <tr class="method-row expandable">
999
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1000
        <td class="sig">
1001
        <a id="Ext.Component-setDisabled"></a>
1002
            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1003
                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1004
            <div class="long">
1005
                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1006
        <strong>Parameters:</strong>
1007
        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1008
        <strong>Returns:</strong>
1009
        <ul>
1010
            <li><code>void</code></li>
1011
        </ul>
1012
    </div>
1013
                </div>
1014
                        </div>
1015
        </td>
1016
        <td class="msource">Component</td>
1017
    </tr>
1018
        <tr class="method-row alt expandable">
1019
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1020
        <td class="sig">
1021
        <a id="Ext.Component-setVisible"></a>
1022
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1023
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1024
            <div class="long">
1025
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1026
        <strong>Parameters:</strong>
1027
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1028
        <strong>Returns:</strong>
1029
        <ul>
1030
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1031
        </ul>
1032
    </div>
1033
                </div>
1034
                        </div>
1035
        </td>
1036
        <td class="msource">Component</td>
1037
    </tr>
1038
        <tr class="method-row expandable">
1039
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1040
        <td class="sig">
1041
        <a id="Ext.Component-show"></a>
1042
            <b>show</b>() : Ext.Component            <div class="mdesc">
1043
                        <div class="short">Show this component.</div>
1044
            <div class="long">
1045
                Show this component.    <div class="mdetail-params">
1046
        <strong>Parameters:</strong>
1047
        <ul><li>None.</li>        </ul>
1048
        <strong>Returns:</strong>
1049
        <ul>
1050
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1051
        </ul>
1052
    </div>
1053
                </div>
1054
                        </div>
1055
        </td>
1056
        <td class="msource">Component</td>
1057
    </tr>
1058
        <tr class="method-row inherited alt expandable">
1059
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1060
        <td class="sig">
1061
        <a id="Ext.Component-suspendEvents"></a>
1062
            <b>suspendEvents</b>() : void            <div class="mdesc">
1063
                        <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>
1064
            <div class="long">
1065
                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">
1066
        <strong>Parameters:</strong>
1067
        <ul><li>None.</li>        </ul>
1068
        <strong>Returns:</strong>
1069
        <ul>
1070
            <li><code>void</code></li>
1071
        </ul>
1072
    </div>
1073
                </div>
1074
                        </div>
1075
        </td>
1076
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1077
    </tr>
1078
        <tr class="method-row inherited expandable">
1079
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1080
        <td class="sig">
1081
        <a id="Ext.Component-un"></a>
1082
            <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">
1083
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1084
            <div class="long">
1085
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1086
        <strong>Parameters:</strong>
1087
        <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>
1088
        <strong>Returns:</strong>
1089
        <ul>
1090
            <li><code>void</code></li>
1091
        </ul>
1092
    </div>
1093
                </div>
1094
                        </div>
1095
        </td>
1096
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1097
    </tr>
1098
            </table>
1099
                <a id="Ext.Component-events"></a>
1100
        <h2>Public Events</h2>
1101
                <table cellspacing="0" class="member-table">
1102
            <tr>
1103
                <th class="sig-header" colspan="2">Event</th>
1104
                <th class="msource-header">Defined By</th>
1105
            </tr>
1106
                <tr class="event-row expandable">
1107
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1108
        <td class="sig">
1109
        <a id="Ext.Component-beforedestroy"></a>
1110
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1111
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1112
            <div class="long">
1113
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1114
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1115
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1116
    </div>
1117
                </div>
1118
                        </div>
1119
        </td>
1120
        <td class="msource">Component</td>
1121
    </tr>
1122
        <tr class="event-row alt expandable">
1123
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1124
        <td class="sig">
1125
        <a id="Ext.Component-beforehide"></a>
1126
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1127
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1128
            <div class="long">
1129
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1130
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1131
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1132
    </div>
1133
                </div>
1134
                        </div>
1135
        </td>
1136
        <td class="msource">Component</td>
1137
    </tr>
1138
        <tr class="event-row expandable">
1139
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1140
        <td class="sig">
1141
        <a id="Ext.Component-beforerender"></a>
1142
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1143
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1144
            <div class="long">
1145
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1146
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1147
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1148
    </div>
1149
                </div>
1150
                        </div>
1151
        </td>
1152
        <td class="msource">Component</td>
1153
    </tr>
1154
        <tr class="event-row alt expandable">
1155
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1156
        <td class="sig">
1157
        <a id="Ext.Component-beforeshow"></a>
1158
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1159
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1160
            <div class="long">
1161
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1162
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1163
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1164
    </div>
1165
                </div>
1166
                        </div>
1167
        </td>
1168
        <td class="msource">Component</td>
1169
    </tr>
1170
        <tr class="event-row expandable">
1171
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1172
        <td class="sig">
1173
        <a id="Ext.Component-beforestaterestore"></a>
1174
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1175
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1176
            <div class="long">
1177
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1178
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1179
        <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>
1180
    </div>
1181
                </div>
1182
                        </div>
1183
        </td>
1184
        <td class="msource">Component</td>
1185
    </tr>
1186
        <tr class="event-row alt expandable">
1187
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1188
        <td class="sig">
1189
        <a id="Ext.Component-beforestatesave"></a>
1190
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1191
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1192
            <div class="long">
1193
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1194
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1195
        <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>
1196
    </div>
1197
                </div>
1198
                        </div>
1199
        </td>
1200
        <td class="msource">Component</td>
1201
    </tr>
1202
        <tr class="event-row expandable">
1203
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1204
        <td class="sig">
1205
        <a id="Ext.Component-destroy"></a>
1206
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1207
                        <div class="short">Fires after the component is destroyed.</div>
1208
            <div class="long">
1209
                Fires after the component is destroyed.    <div class="mdetail-params">
1210
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1211
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1212
    </div>
1213
                </div>
1214
                        </div>
1215
        </td>
1216
        <td class="msource">Component</td>
1217
    </tr>
1218
        <tr class="event-row alt expandable">
1219
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1220
        <td class="sig">
1221
        <a id="Ext.Component-disable"></a>
1222
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1223
                        <div class="short">Fires after the component is disabled.</div>
1224
            <div class="long">
1225
                Fires after the component is disabled.    <div class="mdetail-params">
1226
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1227
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1228
    </div>
1229
                </div>
1230
                        </div>
1231
        </td>
1232
        <td class="msource">Component</td>
1233
    </tr>
1234
        <tr class="event-row expandable">
1235
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1236
        <td class="sig">
1237
        <a id="Ext.Component-enable"></a>
1238
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1239
                        <div class="short">Fires after the component is enabled.</div>
1240
            <div class="long">
1241
                Fires after the component is enabled.    <div class="mdetail-params">
1242
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1243
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1244
    </div>
1245
                </div>
1246
                        </div>
1247
        </td>
1248
        <td class="msource">Component</td>
1249
    </tr>
1250
        <tr class="event-row alt expandable">
1251
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1252
        <td class="sig">
1253
        <a id="Ext.Component-hide"></a>
1254
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1255
                        <div class="short">Fires after the component is hidden.</div>
1256
            <div class="long">
1257
                Fires after the component is hidden.    <div class="mdetail-params">
1258
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1259
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1260
    </div>
1261
                </div>
1262
                        </div>
1263
        </td>
1264
        <td class="msource">Component</td>
1265
    </tr>
1266
        <tr class="event-row expandable">
1267
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1268
        <td class="sig">
1269
        <a id="Ext.Component-render"></a>
1270
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1271
                        <div class="short">Fires after the component is rendered.</div>
1272
            <div class="long">
1273
                Fires after the component is rendered.    <div class="mdetail-params">
1274
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1275
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1276
    </div>
1277
                </div>
1278
                        </div>
1279
        </td>
1280
        <td class="msource">Component</td>
1281
    </tr>
1282
        <tr class="event-row alt expandable">
1283
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1284
        <td class="sig">
1285
        <a id="Ext.Component-show"></a>
1286
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1287
                        <div class="short">Fires after the component is shown.</div>
1288
            <div class="long">
1289
                Fires after the component is shown.    <div class="mdetail-params">
1290
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1291
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1292
    </div>
1293
                </div>
1294
                        </div>
1295
        </td>
1296
        <td class="msource">Component</td>
1297
    </tr>
1298
        <tr class="event-row expandable">
1299
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1300
        <td class="sig">
1301
        <a id="Ext.Component-staterestore"></a>
1302
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1303
                        <div class="short">Fires after the state of the component is restored.</div>
1304
            <div class="long">
1305
                Fires after the state of the component is restored.    <div class="mdetail-params">
1306
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1307
        <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>
1308
    </div>
1309
                </div>
1310
                        </div>
1311
        </td>
1312
        <td class="msource">Component</td>
1313
    </tr>
1314
        <tr class="event-row alt expandable">
1315
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1316
        <td class="sig">
1317
        <a id="Ext.Component-statesave"></a>
1318
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1319
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
1320
            <div class="long">
1321
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
1322
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1323
        <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>
1324
    </div>
1325
                </div>
1326
                        </div>
1327
        </td>
1328
        <td class="msource">Component</td>
1329
    </tr>
1330
            </table>
1331
 
1332
        </div>