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.menu.CheckItem-props"><img src="../resources/images/default/s.gif" class="item-icon icon-prop">Properties</a>
4
            <a class="inner-link" href="#Ext.menu.CheckItem-methods"><img src="../resources/images/default/s.gif" class="item-icon icon-method">Methods</a>
5
            <a class="inner-link" href="#Ext.menu.CheckItem-events"><img src="../resources/images/default/s.gif" class="item-icon icon-event">Events</a>
6
                            <a class="inner-link" href="#Ext.menu.CheckItem-configs"><img src="../resources/images/default/s.gif" class="item-icon icon-config">Config Options</a>
7
                        <a class="bookmark" href="../docs/?class=Ext.menu.CheckItem"><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.menu.BaseItem" ext:member="" href="output/Ext.menu.BaseItem.html">BaseItem</a>
13
      <img src="resources/elbow-end.gif"/><a ext:cls="Ext.menu.Item" ext:member="" href="output/Ext.menu.Item.html">Item</a>
14
        <img src="resources/elbow-end.gif"/>CheckItem</pre></div>
15
                <h1>Class Ext.menu.CheckItem</h1>
16
        <table cellspacing="0">
17
            <tr><td class="label">Package:</td><td class="hd-info">Ext.menu</td></tr>
18
            <tr><td class="label">Defined In:</td><td class="hd-info"><a href="../source/widgets/menu/CheckItem.js" target="_blank">CheckItem.js</a></td></tr>
19
            <tr><td class="label">Class:</td><td class="hd-info">CheckItem</td></tr>
20
                                    <tr><td class="label">Extends:</td><td class="hd-info"><a ext:cls="Ext.menu.Item" ext:member="" href="output/Ext.menu.Item.html">Item</a></td></tr>
21
                    </table>
22
        <div class="description">
23
            Adds a menu item that contains a checkbox by default, but can also be part of a radio group.        </div>
24
 
25
        <div class="hr"></div>
26
                <a id="Ext.menu.CheckItem-configs"></a>
27
        <h2>Config Options</h2>
28
        <table cellspacing="0" class="member-table">
29
            <tr>
30
                <th class="sig-header" colspan="2">Config Options</th>
31
                <th class="msource-header">Defined By</th>
32
            </tr>
33
                <tr class="config-row inherited">
34
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
35
        <td class="sig">
36
        <a id="Ext.menu.CheckItem-activeClass"></a>
37
            <b>activeClass</b> : String            <div class="mdesc">
38
                            The CSS class to use when the item becomes activated (defaults to "x-menu-item-active")                        </div>
39
        </td>
40
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#activeClass" href="output/Ext.menu.BaseItem.html#activeClass">BaseItem</a></td>
41
    </tr>
42
        <tr class="config-row inherited alt">
43
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
44
        <td class="sig">
45
        <a id="Ext.menu.CheckItem-allowDomMove"></a>
46
            <b>allowDomMove</b> : Boolean            <div class="mdesc">
47
                            Whether the component can move the Dom node when rendering (defaults to true).                        </div>
48
        </td>
49
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#allowDomMove" href="output/Ext.Component.html#allowDomMove">Component</a></td>
50
    </tr>
51
        <tr class="config-row inherited expandable">
52
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
53
        <td class="sig">
54
        <a id="Ext.menu.CheckItem-applyTo"></a>
55
            <b>applyTo</b> : Mixed            <div class="mdesc">
56
                        <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>
57
            <div class="long">
58
                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>
59
                        </div>
60
        </td>
61
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyTo" href="output/Ext.Component.html#applyTo">Component</a></td>
62
    </tr>
63
        <tr class="config-row inherited alt expandable">
64
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
65
        <td class="sig">
66
        <a id="Ext.menu.CheckItem-autoEl"></a>
67
            <b>autoEl</b> : String/Object            <div class="mdesc">
68
                        <div class="short">A tag name or DomHelper spec to create an element with. This is intended to create shorthand utility components inlin...</div>
69
            <div class="long">
70
                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>}
71
{xtype:<em>'box'</em>, autoEl: {tag:<em>'blockquote'</em>, html:<em>'autoEl is cool!'</em>}} // <b>with</b> DomHelper</code></pre>            </div>
72
                        </div>
73
        </td>
74
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoEl" href="output/Ext.Component.html#autoEl">Component</a></td>
75
    </tr>
76
        <tr class="config-row inherited expandable">
77
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
78
        <td class="sig">
79
        <a id="Ext.menu.CheckItem-autoShow"></a>
80
            <b>autoShow</b> : Boolean            <div class="mdesc">
81
                        <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>
82
            <div class="long">
83
                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>
84
                        </div>
85
        </td>
86
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#autoShow" href="output/Ext.Component.html#autoShow">Component</a></td>
87
    </tr>
88
        <tr class="config-row inherited alt">
89
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
90
        <td class="sig">
91
        <a id="Ext.menu.CheckItem-canActivate"></a>
92
            <b>canActivate</b> : Boolean            <div class="mdesc">
93
                            True if this item can be visually activated (defaults to false)                        </div>
94
        </td>
95
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#canActivate" href="output/Ext.menu.BaseItem.html#canActivate">BaseItem</a></td>
96
    </tr>
97
        <tr class="config-row expandable">
98
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
99
        <td class="sig">
100
        <a id="Ext.menu.CheckItem-checked"></a>
101
            <b>checked</b> : Boolean            <div class="mdesc">
102
                        <div class="short">True to initialize this checkbox as checked (defaults to false). Note that if this checkbox is part of a radio group ...</div>
103
            <div class="long">
104
                True to initialize this checkbox as checked (defaults to false). Note that if this checkbox is part of a radio group (group = true) only the last item in the group that is initialized with checked = true will be rendered as checked.            </div>
105
                        </div>
106
        </td>
107
        <td class="msource">CheckItem</td>
108
    </tr>
109
        <tr class="config-row inherited alt expandable">
110
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
111
        <td class="sig">
112
        <a id="Ext.menu.CheckItem-cls"></a>
113
            <b>cls</b> : String            <div class="mdesc">
114
                        <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>
115
            <div class="long">
116
                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>
117
                        </div>
118
        </td>
119
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cls" href="output/Ext.Component.html#cls">Component</a></td>
120
    </tr>
121
        <tr class="config-row inherited expandable">
122
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
123
        <td class="sig">
124
        <a id="Ext.menu.CheckItem-ctCls"></a>
125
            <b>ctCls</b> : String            <div class="mdesc">
126
                        <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>
127
            <div class="long">
128
                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>
129
                        </div>
130
        </td>
131
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ctCls" href="output/Ext.Component.html#ctCls">Component</a></td>
132
    </tr>
133
        <tr class="config-row inherited alt">
134
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
135
        <td class="sig">
136
        <a id="Ext.menu.CheckItem-disabledClass"></a>
137
            <b>disabledClass</b> : String            <div class="mdesc">
138
                            CSS class added to the component when it is disabled (defaults to "x-item-disabled").                        </div>
139
        </td>
140
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabledClass" href="output/Ext.Component.html#disabledClass">Component</a></td>
141
    </tr>
142
        <tr class="config-row expandable">
143
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
144
        <td class="sig">
145
        <a id="Ext.menu.CheckItem-group"></a>
146
            <b>group</b> : String            <div class="mdesc">
147
                        <div class="short">All check items with the same group name will automatically be grouped into a single-select radio button group (defau...</div>
148
            <div class="long">
149
                All check items with the same group name will automatically be grouped into a single-select radio button group (defaults to '')            </div>
150
                        </div>
151
        </td>
152
        <td class="msource">CheckItem</td>
153
    </tr>
154
        <tr class="config-row alt">
155
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
156
        <td class="sig">
157
        <a id="Ext.menu.CheckItem-groupClass"></a>
158
            <b>groupClass</b> : String            <div class="mdesc">
159
                            The default CSS class to use for radio group check items (defaults to "x-menu-group-item")                        </div>
160
        </td>
161
        <td class="msource">CheckItem</td>
162
    </tr>
163
        <tr class="config-row inherited">
164
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
165
        <td class="sig">
166
        <a id="Ext.menu.CheckItem-handler"></a>
167
            <b>handler</b> : Function            <div class="mdesc">
168
                            A function that will handle the click event of this menu item (defaults to undefined)                        </div>
169
        </td>
170
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#handler" href="output/Ext.menu.BaseItem.html#handler">BaseItem</a></td>
171
    </tr>
172
        <tr class="config-row inherited alt">
173
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
174
        <td class="sig">
175
        <a id="Ext.menu.CheckItem-hideDelay"></a>
176
            <b>hideDelay</b> : Number            <div class="mdesc">
177
                            Length of time in milliseconds to wait before hiding after a click (defaults to 100)                        </div>
178
        </td>
179
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#hideDelay" href="output/Ext.menu.BaseItem.html#hideDelay">BaseItem</a></td>
180
    </tr>
181
        <tr class="config-row inherited expandable">
182
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
183
        <td class="sig">
184
        <a id="Ext.menu.CheckItem-hideMode"></a>
185
            <b>hideMode</b> : String            <div class="mdesc">
186
                        <div class="short">How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset posi...</div>
187
            <div class="long">
188
                How this component should hidden. Supported values are "visibility" (css visibility), "offsets" (negative offset position) and "display" (css display) - defaults to "display".            </div>
189
                        </div>
190
        </td>
191
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideMode" href="output/Ext.Component.html#hideMode">Component</a></td>
192
    </tr>
193
        <tr class="config-row inherited alt">
194
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
195
        <td class="sig">
196
        <a id="Ext.menu.CheckItem-hideOnClick"></a>
197
            <b>hideOnClick</b> : Boolean            <div class="mdesc">
198
                            True to hide the containing menu after this item is clicked (defaults to true)                        </div>
199
        </td>
200
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#hideOnClick" href="output/Ext.menu.BaseItem.html#hideOnClick">BaseItem</a></td>
201
    </tr>
202
        <tr class="config-row inherited expandable">
203
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
204
        <td class="sig">
205
        <a id="Ext.menu.CheckItem-hideParent"></a>
206
            <b>hideParent</b> : Boolean            <div class="mdesc">
207
                        <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>
208
            <div class="long">
209
                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>
210
                        </div>
211
        </td>
212
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hideParent" href="output/Ext.Component.html#hideParent">Component</a></td>
213
    </tr>
214
        <tr class="config-row inherited alt">
215
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
216
        <td class="sig">
217
        <a id="Ext.menu.CheckItem-href"></a>
218
            <b>href</b> : String            <div class="mdesc">
219
                            The href attribute to use for the underlying anchor link (defaults to '#').                        </div>
220
        </td>
221
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#href" href="output/Ext.menu.Item.html#href">Item</a></td>
222
    </tr>
223
        <tr class="config-row inherited">
224
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
225
        <td class="sig">
226
        <a id="Ext.menu.CheckItem-hrefTarget"></a>
227
            <b>hrefTarget</b> : String            <div class="mdesc">
228
                            The target attribute to use for the underlying anchor link (defaults to '').                        </div>
229
        </td>
230
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#hrefTarget" href="output/Ext.menu.Item.html#hrefTarget">Item</a></td>
231
    </tr>
232
        <tr class="config-row inherited alt expandable">
233
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
234
        <td class="sig">
235
        <a id="Ext.menu.CheckItem-icon"></a>
236
            <b>icon</b> : String            <div class="mdesc">
237
                        <div class="short">The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If icon is specified iconCls should no...</div>
238
            <div class="long">
239
                The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If icon is specified <a ext:cls="Ext.menu.Item" ext:member="iconCls" href="output/Ext.menu.Item.html#iconCls">iconCls</a> should not be.            </div>
240
                        </div>
241
        </td>
242
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#icon" href="output/Ext.menu.Item.html#icon">Item</a></td>
243
    </tr>
244
        <tr class="config-row inherited expandable">
245
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
246
        <td class="sig">
247
        <a id="Ext.menu.CheckItem-iconCls"></a>
248
            <b>iconCls</b> : String            <div class="mdesc">
249
                        <div class="short">A CSS class that specifies a background image that will be used as the icon for this item (defaults to ''). If iconCl...</div>
250
            <div class="long">
251
                A CSS class that specifies a background image that will be used as the icon for this item (defaults to ''). If iconCls is specified <a ext:cls="Ext.menu.Item" ext:member="icon" href="output/Ext.menu.Item.html#icon">icon</a> should not be.            </div>
252
                        </div>
253
        </td>
254
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#iconCls" href="output/Ext.menu.Item.html#iconCls">Item</a></td>
255
    </tr>
256
        <tr class="config-row inherited alt">
257
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
258
        <td class="sig">
259
        <a id="Ext.menu.CheckItem-id"></a>
260
            <b>id</b> : String            <div class="mdesc">
261
                            The unique id of this component (defaults to an auto-assigned id).                        </div>
262
        </td>
263
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#id" href="output/Ext.Component.html#id">Component</a></td>
264
    </tr>
265
        <tr class="config-row">
266
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
267
        <td class="sig">
268
        <a id="Ext.menu.CheckItem-itemCls"></a>
269
            <b>itemCls</b> : String            <div class="mdesc">
270
                            The default CSS class to use for check items (defaults to "x-menu-item x-menu-check-item")                        </div>
271
        </td>
272
        <td class="msource">CheckItem</td>
273
    </tr>
274
        <tr class="config-row inherited alt expandable">
275
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
276
        <td class="sig">
277
        <a id="Ext.menu.CheckItem-listeners"></a>
278
            <b>listeners</b> : Object            <div class="mdesc">
279
                        <div class="short">A config object containing one or more event handlers to be added to this object during initialization. This should b...</div>
280
            <div class="long">
281
                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>
282
                        </div>
283
        </td>
284
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#listeners" href="output/Ext.util.Observable.html#listeners">Observable</a></td>
285
    </tr>
286
        <tr class="config-row inherited expandable">
287
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
288
        <td class="sig">
289
        <a id="Ext.menu.CheckItem-plugins"></a>
290
            <b>plugins</b> : Object/Array            <div class="mdesc">
291
                        <div class="short">An object or array of objects that will provide custom functionality for this component. The only requirement for a v...</div>
292
            <div class="long">
293
                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>
294
                        </div>
295
        </td>
296
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#plugins" href="output/Ext.Component.html#plugins">Component</a></td>
297
    </tr>
298
        <tr class="config-row inherited alt expandable">
299
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
300
        <td class="sig">
301
        <a id="Ext.menu.CheckItem-renderTo"></a>
302
            <b>renderTo</b> : Mixed            <div class="mdesc">
303
                        <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>
304
            <div class="long">
305
                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>
306
                        </div>
307
        </td>
308
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#renderTo" href="output/Ext.Component.html#renderTo">Component</a></td>
309
    </tr>
310
        <tr class="config-row inherited">
311
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
312
        <td class="sig">
313
        <a id="Ext.menu.CheckItem-scope"></a>
314
            <b>scope</b> : Object            <div class="mdesc">
315
                            The scope in which the handler function will be called.                        </div>
316
        </td>
317
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#scope" href="output/Ext.menu.BaseItem.html#scope">BaseItem</a></td>
318
    </tr>
319
        <tr class="config-row inherited alt">
320
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
321
        <td class="sig">
322
        <a id="Ext.menu.CheckItem-showDelay"></a>
323
            <b>showDelay</b> : Number            <div class="mdesc">
324
                            Length of time in milliseconds to wait before showing this item (defaults to 200)                        </div>
325
        </td>
326
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#showDelay" href="output/Ext.menu.Item.html#showDelay">Item</a></td>
327
    </tr>
328
        <tr class="config-row inherited expandable">
329
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
330
        <td class="sig">
331
        <a id="Ext.menu.CheckItem-stateEvents"></a>
332
            <b>stateEvents</b> : Array            <div class="mdesc">
333
                        <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>
334
            <div class="long">
335
                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>
336
                        </div>
337
        </td>
338
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateEvents" href="output/Ext.Component.html#stateEvents">Component</a></td>
339
    </tr>
340
        <tr class="config-row inherited alt expandable">
341
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
342
        <td class="sig">
343
        <a id="Ext.menu.CheckItem-stateId"></a>
344
            <b>stateId</b> : String            <div class="mdesc">
345
                        <div class="short">The unique id for this component to use for state management purposes (defaults to the component id). See stateful fo...</div>
346
            <div class="long">
347
                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>
348
                        </div>
349
        </td>
350
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateId" href="output/Ext.Component.html#stateId">Component</a></td>
351
    </tr>
352
        <tr class="config-row inherited expandable">
353
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
354
        <td class="sig">
355
        <a id="Ext.menu.CheckItem-stateful"></a>
356
            <b>stateful</b> : Boolean            <div class="mdesc">
357
                        <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>
358
            <div class="long">
359
                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>
360
                        </div>
361
        </td>
362
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#stateful" href="output/Ext.Component.html#stateful">Component</a></td>
363
    </tr>
364
        <tr class="config-row inherited alt expandable">
365
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
366
        <td class="sig">
367
        <a id="Ext.menu.CheckItem-style"></a>
368
            <b>style</b> : String            <div class="mdesc">
369
                        <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>
370
            <div class="long">
371
                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>
372
                        </div>
373
        </td>
374
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#style" href="output/Ext.Component.html#style">Component</a></td>
375
    </tr>
376
        <tr class="config-row inherited">
377
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
378
        <td class="sig">
379
        <a id="Ext.menu.CheckItem-text"></a>
380
            <b>text</b> : String            <div class="mdesc">
381
                            The text to display in this item (defaults to '').                        </div>
382
        </td>
383
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#text" href="output/Ext.menu.Item.html#text">Item</a></td>
384
    </tr>
385
        <tr class="config-row inherited alt expandable">
386
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
387
        <td class="sig">
388
        <a id="Ext.menu.CheckItem-xtype"></a>
389
            <b>xtype</b> : String            <div class="mdesc">
390
                        <div class="short">The registered xtype to create. This config option is not used when passing a config object into a constructor. This ...</div>
391
            <div class="long">
392
                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>
393
                        </div>
394
        </td>
395
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#xtype" href="output/Ext.Component.html#xtype">Component</a></td>
396
    </tr>
397
            </table>
398
                <a id="Ext.menu.CheckItem-props"></a>
399
        <h2>Public Properties</h2>
400
                <table cellspacing="0" class="member-table">
401
            <tr>
402
                <th class="sig-header" colspan="2">Property</th>
403
                <th class="msource-header">Defined By</th>
404
            </tr>
405
                <tr class="property-row inherited">
406
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
407
        <td class="sig">
408
        <a id="Ext.menu.CheckItem-disabled"></a>
409
            <b>disabled</b> : Boolean            <div class="mdesc">
410
                            True if this component is disabled. Read-only.                        </div>
411
        </td>
412
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disabled" href="output/Ext.Component.html#disabled">Component</a></td>
413
    </tr>
414
        <tr class="property-row inherited alt">
415
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
416
        <td class="sig">
417
        <a id="Ext.menu.CheckItem-hidden"></a>
418
            <b>hidden</b> : Boolean            <div class="mdesc">
419
 
420
True if this component is hidden. Read-only.                        </div>
421
        </td>
422
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hidden" href="output/Ext.Component.html#hidden">Component</a></td>
423
    </tr>
424
        <tr class="property-row inherited">
425
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
426
        <td class="sig">
427
        <a id="Ext.menu.CheckItem-initialConfig"></a>
428
            <b>initialConfig</b> : Object            <div class="mdesc">
429
                            This Component's initial configuration specification. Read-only.                        </div>
430
        </td>
431
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#initialConfig" href="output/Ext.Component.html#initialConfig">Component</a></td>
432
    </tr>
433
        <tr class="property-row inherited alt expandable">
434
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
435
        <td class="sig">
436
        <a id="Ext.menu.CheckItem-ownerCt"></a>
437
            <b>ownerCt</b> : Ext.Container            <div class="mdesc">
438
                        <div class="short">The component's owner Ext.Container (defaults to undefined, and is set automatically when
439
the component is added to a...</div>
440
            <div class="long">
441
                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
442
the component is added to a container).  Read-only.            </div>
443
                        </div>
444
        </td>
445
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#ownerCt" href="output/Ext.Component.html#ownerCt">Component</a></td>
446
    </tr>
447
        <tr class="property-row inherited">
448
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
449
        <td class="sig">
450
        <a id="Ext.menu.CheckItem-rendered"></a>
451
            <b>rendered</b> : Boolean            <div class="mdesc">
452
                            True if this component has been rendered. Read-only.                        </div>
453
        </td>
454
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#rendered" href="output/Ext.Component.html#rendered">Component</a></td>
455
    </tr>
456
            </table>
457
                <a id="Ext.menu.CheckItem-methods"></a>
458
        <h2>Public Methods</h2>
459
                <table cellspacing="0" class="member-table">
460
            <tr>
461
                <th class="sig-header" colspan="2">Method</th>
462
                <th class="msource-header">Defined By</th>
463
            </tr>
464
                <tr class="method-row expandable">
465
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
466
        <td class="sig">
467
        <a id="Ext.menu.CheckItem-CheckItem"></a>
468
            <b>CheckItem</b>(&nbsp;<code>Object config</code>&nbsp;)            <div class="mdesc">
469
                        <div class="short">Creates a new CheckItem</div>
470
            <div class="long">
471
                Creates a new CheckItem    <div class="mdetail-params">
472
        <strong>Parameters:</strong>
473
        <ul><li><code>config</code> : Object<div class="sub-desc">Configuration options</div></li>        </ul>
474
        <strong>Returns:</strong>
475
        <ul>
476
            <li><code></code></li>
477
        </ul>
478
    </div>
479
                </div>
480
                        </div>
481
        </td>
482
        <td class="msource">CheckItem</td>
483
    </tr>
484
        <tr class="method-row inherited alt expandable">
485
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
486
        <td class="sig">
487
        <a id="Ext.menu.CheckItem-addClass"></a>
488
            <b>addClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
489
                        <div class="short">Adds a CSS class to the component's underlying element.</div>
490
            <div class="long">
491
                Adds a CSS class to the component's underlying element.    <div class="mdetail-params">
492
        <strong>Parameters:</strong>
493
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to add</div></li>        </ul>
494
        <strong>Returns:</strong>
495
        <ul>
496
            <li><code>void</code></li>
497
        </ul>
498
    </div>
499
                </div>
500
                        </div>
501
        </td>
502
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#addClass" href="output/Ext.Component.html#addClass">Component</a></td>
503
    </tr>
504
        <tr class="method-row inherited expandable">
505
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
506
        <td class="sig">
507
        <a id="Ext.menu.CheckItem-addEvents"></a>
508
            <b>addEvents</b>(&nbsp;<code>Object object</code>&nbsp;) : void            <div class="mdesc">
509
                        <div class="short">Used to define events on this Observable</div>
510
            <div class="long">
511
                Used to define events on this Observable    <div class="mdetail-params">
512
        <strong>Parameters:</strong>
513
        <ul><li><code>object</code> : Object<div class="sub-desc">The object with the events defined</div></li>        </ul>
514
        <strong>Returns:</strong>
515
        <ul>
516
            <li><code>void</code></li>
517
        </ul>
518
    </div>
519
                </div>
520
                        </div>
521
        </td>
522
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addEvents" href="output/Ext.util.Observable.html#addEvents">Observable</a></td>
523
    </tr>
524
        <tr class="method-row inherited alt expandable">
525
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
526
        <td class="sig">
527
        <a id="Ext.menu.CheckItem-addListener"></a>
528
            <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">
529
                        <div class="short">Appends an event handler to this component</div>
530
            <div class="long">
531
                Appends an event handler to this component    <div class="mdetail-params">
532
        <strong>Parameters:</strong>
533
        <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
534
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional) An object containing handler configuration
535
properties. This may contain any of the following properties:<ul>
536
<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>
537
<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>
538
<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>
539
<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
540
by the specified number of milliseconds. If the event fires again within that time, the original
541
handler is <em>not</em> invoked, but the new handler is scheduled in its place.</p></li>
542
</ul><br>
543
<p>
544
<b>Combining Options</b><br>
545
Using the options argument, it is possible to combine different types of listeners:<br>
546
<br>
547
A normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)
548
<pre><code>el.on(<em>'click'</em>, <b>this</b>.onClick, <b>this</b>, {
549
    single: true,
550
    delay: 100,
551
    forumId: 4
552
});</code></pre>
553
<p>
554
<b>Attaching multiple handlers in 1 call</b><br>
555
The method also allows for a single argument to be passed which is a config object containing properties
556
which specify multiple handlers.
557
<p>
558
<pre><code>foo.on({
559
    <em>'click'</em> : {
560
        fn: <b>this</b>.onClick,
561
        scope: <b>this</b>,
562
        delay: 100
563
    },
564
    <em>'mouseover'</em> : {
565
        fn: <b>this</b>.onMouseOver,
566
        scope: <b>this</b>
567
    },
568
    <em>'mouseout'</em> : {
569
        fn: <b>this</b>.onMouseOut,
570
        scope: <b>this</b>
571
    }
572
});</code></pre>
573
<p>
574
Or a shorthand syntax:<br>
575
<pre><code>foo.on({
576
    <em>'click'</em> : <b>this</b>.onClick,
577
    <em>'mouseover'</em> : <b>this</b>.onMouseOver,
578
    <em>'mouseout'</em> : <b>this</b>.onMouseOut,
579
     scope: <b>this</b>
580
});</code></pre></div></li>        </ul>
581
        <strong>Returns:</strong>
582
        <ul>
583
            <li><code>void</code></li>
584
        </ul>
585
    </div>
586
                </div>
587
                        </div>
588
        </td>
589
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#addListener" href="output/Ext.util.Observable.html#addListener">Observable</a></td>
590
    </tr>
591
        <tr class="method-row inherited expandable">
592
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
593
        <td class="sig">
594
        <a id="Ext.menu.CheckItem-applyToMarkup"></a>
595
            <b>applyToMarkup</b>(&nbsp;<code>String/HTMLElement el</code>&nbsp;) : void            <div class="mdesc">
596
                        <div class="short">Apply this component to existing markup that is valid. With this function, no call to render() is required.</div>
597
            <div class="long">
598
                Apply this component to existing markup that is valid. With this function, no call to render() is required.    <div class="mdetail-params">
599
        <strong>Parameters:</strong>
600
        <ul><li><code>el</code> : String/HTMLElement<div class="sub-desc"></div></li>        </ul>
601
        <strong>Returns:</strong>
602
        <ul>
603
            <li><code>void</code></li>
604
        </ul>
605
    </div>
606
                </div>
607
                        </div>
608
        </td>
609
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#applyToMarkup" href="output/Ext.Component.html#applyToMarkup">Component</a></td>
610
    </tr>
611
        <tr class="method-row alt expandable">
612
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
613
        <td class="sig">
614
        <a id="Ext.menu.CheckItem-checkHandler"></a>
615
            <b>checkHandler</b>(&nbsp;<code>Ext.menu.CheckItem this</code>, <code>Boolean checked</code>&nbsp;) : void            <div class="mdesc">
616
                        <div class="short">A function that handles the checkchange event.  The function is undefined by default, but if an implementation
617
is pro...</div>
618
            <div class="long">
619
                A function that handles the checkchange event.  The function is undefined by default, but if an implementation
620
is provided, it will be called automatically when the checkchange event fires.    <div class="mdetail-params">
621
        <strong>Parameters:</strong>
622
        <ul><li><code>this</code> : Ext.menu.CheckItem<div class="sub-desc"></div></li><li><code>checked</code> : Boolean<div class="sub-desc">The checked value that was set</div></li>        </ul>
623
        <strong>Returns:</strong>
624
        <ul>
625
            <li><code>void</code></li>
626
        </ul>
627
    </div>
628
                </div>
629
                        </div>
630
        </td>
631
        <td class="msource">CheckItem</td>
632
    </tr>
633
        <tr class="method-row inherited expandable">
634
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
635
        <td class="sig">
636
        <a id="Ext.menu.CheckItem-cloneConfig"></a>
637
            <b>cloneConfig</b>(&nbsp;<code>Object overrides</code>&nbsp;) : Ext.Component            <div class="mdesc">
638
                        <div class="short">Clone the current component using the original config values passed into this instance by default.</div>
639
            <div class="long">
640
                Clone the current component using the original config values passed into this instance by default.    <div class="mdetail-params">
641
        <strong>Parameters:</strong>
642
        <ul><li><code>overrides</code> : Object<div class="sub-desc">A new config containing any properties to override in the cloned version.
643
An id property can be passed on this object, otherwise one will be generated to avoid duplicates.</div></li>        </ul>
644
        <strong>Returns:</strong>
645
        <ul>
646
            <li><code>Ext.Component</code><div class="sub-desc">clone The cloned copy of this component</div></li>
647
        </ul>
648
    </div>
649
                </div>
650
                        </div>
651
        </td>
652
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#cloneConfig" href="output/Ext.Component.html#cloneConfig">Component</a></td>
653
    </tr>
654
        <tr class="method-row inherited alt expandable">
655
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
656
        <td class="sig">
657
        <a id="Ext.menu.CheckItem-destroy"></a>
658
            <b>destroy</b>() : void            <div class="mdesc">
659
                        <div class="short">Destroys this component by purging any event listeners, removing the component's element from the DOM,
660
removing the c...</div>
661
            <div class="long">
662
                Destroys this component by purging any event listeners, removing the component's element from the DOM,
663
removing the component from its <a ext:cls="Ext.Container" href="output/Ext.Container.html">Ext.Container</a> (if applicable) and unregistering it from
664
<a ext:cls="Ext.ComponentMgr" href="output/Ext.ComponentMgr.html">Ext.ComponentMgr</a>.  Destruction is generally handled automatically by the framework and this method
665
should usually not need to be called directly.    <div class="mdetail-params">
666
        <strong>Parameters:</strong>
667
        <ul><li>None.</li>        </ul>
668
        <strong>Returns:</strong>
669
        <ul>
670
            <li><code>void</code></li>
671
        </ul>
672
    </div>
673
                </div>
674
                        </div>
675
        </td>
676
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#destroy" href="output/Ext.Component.html#destroy">Component</a></td>
677
    </tr>
678
        <tr class="method-row inherited expandable">
679
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
680
        <td class="sig">
681
        <a id="Ext.menu.CheckItem-disable"></a>
682
            <b>disable</b>() : Ext.Component            <div class="mdesc">
683
                        <div class="short">Disable this component.</div>
684
            <div class="long">
685
                Disable this component.    <div class="mdetail-params">
686
        <strong>Parameters:</strong>
687
        <ul><li>None.</li>        </ul>
688
        <strong>Returns:</strong>
689
        <ul>
690
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
691
        </ul>
692
    </div>
693
                </div>
694
                        </div>
695
        </td>
696
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#disable" href="output/Ext.Component.html#disable">Component</a></td>
697
    </tr>
698
        <tr class="method-row inherited alt expandable">
699
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
700
        <td class="sig">
701
        <a id="Ext.menu.CheckItem-enable"></a>
702
            <b>enable</b>() : Ext.Component            <div class="mdesc">
703
                        <div class="short">Enable this component.</div>
704
            <div class="long">
705
                Enable 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>Ext.Component</code><div class="sub-desc">this</div></li>
711
        </ul>
712
    </div>
713
                </div>
714
                        </div>
715
        </td>
716
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#enable" href="output/Ext.Component.html#enable">Component</a></td>
717
    </tr>
718
        <tr class="method-row inherited expandable">
719
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
720
        <td class="sig">
721
        <a id="Ext.menu.CheckItem-findParentBy"></a>
722
            <b>findParentBy</b>(&nbsp;<code>Function fcn</code>, <span class="optional" title="Optional">[<code>Object scope</code>]</span>&nbsp;) : Array            <div class="mdesc">
723
                        <div class="short">Find a container above this component at any level by a custom function. If the passed function returns
724
true, the con...</div>
725
            <div class="long">
726
                Find a container above this component at any level by a custom function. If the passed function returns
727
true, the container will be returned. The passed function is called with the arguments (container, this component).    <div class="mdetail-params">
728
        <strong>Parameters:</strong>
729
        <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>
730
        <strong>Returns:</strong>
731
        <ul>
732
            <li><code>Array</code><div class="sub-desc">Array of Ext.Components</div></li>
733
        </ul>
734
    </div>
735
                </div>
736
                        </div>
737
        </td>
738
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentBy" href="output/Ext.Component.html#findParentBy">Component</a></td>
739
    </tr>
740
        <tr class="method-row inherited alt expandable">
741
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
742
        <td class="sig">
743
        <a id="Ext.menu.CheckItem-findParentByType"></a>
744
            <b>findParentByType</b>(&nbsp;<code>String/Class xtype</code>&nbsp;) : Container            <div class="mdesc">
745
                        <div class="short">Find a container above this component at any level by xtype or class</div>
746
            <div class="long">
747
                Find a container above this component at any level by xtype or class    <div class="mdetail-params">
748
        <strong>Parameters:</strong>
749
        <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>
750
        <strong>Returns:</strong>
751
        <ul>
752
            <li><code>Container</code><div class="sub-desc">The found container</div></li>
753
        </ul>
754
    </div>
755
                </div>
756
                        </div>
757
        </td>
758
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#findParentByType" href="output/Ext.Component.html#findParentByType">Component</a></td>
759
    </tr>
760
        <tr class="method-row inherited expandable">
761
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
762
        <td class="sig">
763
        <a id="Ext.menu.CheckItem-fireEvent"></a>
764
            <b>fireEvent</b>(&nbsp;<code>String eventName</code>, <code>Object... args</code>&nbsp;) : Boolean            <div class="mdesc">
765
                        <div class="short">Fires the specified event with the passed parameters (minus the event name).</div>
766
            <div class="long">
767
                Fires the specified event with the passed parameters (minus the event name).    <div class="mdetail-params">
768
        <strong>Parameters:</strong>
769
        <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>
770
        <strong>Returns:</strong>
771
        <ul>
772
            <li><code>Boolean</code><div class="sub-desc">returns false if any of the handlers return false otherwise it returns true</div></li>
773
        </ul>
774
    </div>
775
                </div>
776
                        </div>
777
        </td>
778
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#fireEvent" href="output/Ext.util.Observable.html#fireEvent">Observable</a></td>
779
    </tr>
780
        <tr class="method-row inherited alt expandable">
781
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
782
        <td class="sig">
783
        <a id="Ext.menu.CheckItem-focus"></a>
784
            <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">
785
                        <div class="short">Try to focus this component.</div>
786
            <div class="long">
787
                Try to focus this component.    <div class="mdetail-params">
788
        <strong>Parameters:</strong>
789
        <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>
790
        <strong>Returns:</strong>
791
        <ul>
792
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
793
        </ul>
794
    </div>
795
                </div>
796
                        </div>
797
        </td>
798
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#focus" href="output/Ext.Component.html#focus">Component</a></td>
799
    </tr>
800
        <tr class="method-row inherited expandable">
801
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
802
        <td class="sig">
803
        <a id="Ext.menu.CheckItem-getEl"></a>
804
            <b>getEl</b>() : Ext.Element            <div class="mdesc">
805
                        <div class="short">Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.</div>
806
            <div class="long">
807
                Returns the underlying <a ext:cls="Ext.Element" href="output/Ext.Element.html">Ext.Element</a>.    <div class="mdetail-params">
808
        <strong>Parameters:</strong>
809
        <ul><li>None.</li>        </ul>
810
        <strong>Returns:</strong>
811
        <ul>
812
            <li><code>Ext.Element</code><div class="sub-desc">The element</div></li>
813
        </ul>
814
    </div>
815
                </div>
816
                        </div>
817
        </td>
818
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getEl" href="output/Ext.Component.html#getEl">Component</a></td>
819
    </tr>
820
        <tr class="method-row inherited alt expandable">
821
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
822
        <td class="sig">
823
        <a id="Ext.menu.CheckItem-getId"></a>
824
            <b>getId</b>() : String            <div class="mdesc">
825
                        <div class="short">Returns the id of this component.</div>
826
            <div class="long">
827
                Returns the id of this component.    <div class="mdetail-params">
828
        <strong>Parameters:</strong>
829
        <ul><li>None.</li>        </ul>
830
        <strong>Returns:</strong>
831
        <ul>
832
            <li><code>String</code></li>
833
        </ul>
834
    </div>
835
                </div>
836
                        </div>
837
        </td>
838
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getId" href="output/Ext.Component.html#getId">Component</a></td>
839
    </tr>
840
        <tr class="method-row inherited expandable">
841
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
842
        <td class="sig">
843
        <a id="Ext.menu.CheckItem-getItemId"></a>
844
            <b>getItemId</b>() : String            <div class="mdesc">
845
                        <div class="short">Returns the item id of this component.</div>
846
            <div class="long">
847
                Returns the item id of this component.    <div class="mdetail-params">
848
        <strong>Parameters:</strong>
849
        <ul><li>None.</li>        </ul>
850
        <strong>Returns:</strong>
851
        <ul>
852
            <li><code>String</code></li>
853
        </ul>
854
    </div>
855
                </div>
856
                        </div>
857
        </td>
858
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getItemId" href="output/Ext.Component.html#getItemId">Component</a></td>
859
    </tr>
860
        <tr class="method-row inherited alt expandable">
861
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
862
        <td class="sig">
863
        <a id="Ext.menu.CheckItem-getXType"></a>
864
            <b>getXType</b>() : String            <div class="mdesc">
865
                        <div class="short">Gets the xtype for this component as registered with Ext.ComponentMgr. For a list of all
866
available xtypes, see the Ex...</div>
867
            <div class="long">
868
                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
869
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
870
<pre><code>var t = <b>new</b> Ext.form.TextField();
871
alert(t.getXType());  // alerts <em>'textfield'</em></code></pre>    <div class="mdetail-params">
872
        <strong>Parameters:</strong>
873
        <ul><li>None.</li>        </ul>
874
        <strong>Returns:</strong>
875
        <ul>
876
            <li><code>String</code><div class="sub-desc">The xtype</div></li>
877
        </ul>
878
    </div>
879
                </div>
880
                        </div>
881
        </td>
882
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXType" href="output/Ext.Component.html#getXType">Component</a></td>
883
    </tr>
884
        <tr class="method-row inherited expandable">
885
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
886
        <td class="sig">
887
        <a id="Ext.menu.CheckItem-getXTypes"></a>
888
            <b>getXTypes</b>() : String            <div class="mdesc">
889
                        <div class="short">Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
890
available xtypes, see the Ext...</div>
891
            <div class="long">
892
                Returns this component's xtype hierarchy as a slash-delimited string. For a list of all
893
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
894
<pre><code>
895
var t = new Ext.form.TextField();
896
alert(t.getXTypes());  // alerts 'component/box/field/textfield'</pre></code>    <div class="mdetail-params">
897
        <strong>Parameters:</strong>
898
        <ul><li>None.</li>        </ul>
899
        <strong>Returns:</strong>
900
        <ul>
901
            <li><code>String</code><div class="sub-desc">The xtype hierarchy string</div></li>
902
        </ul>
903
    </div>
904
                </div>
905
                        </div>
906
        </td>
907
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#getXTypes" href="output/Ext.Component.html#getXTypes">Component</a></td>
908
    </tr>
909
        <tr class="method-row inherited alt expandable">
910
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
911
        <td class="sig">
912
        <a id="Ext.menu.CheckItem-hasListener"></a>
913
            <b>hasListener</b>(&nbsp;<code>String eventName</code>&nbsp;) : Boolean            <div class="mdesc">
914
                        <div class="short">Checks to see if this object has any listeners for a specified event</div>
915
            <div class="long">
916
                Checks to see if this object has any listeners for a specified event    <div class="mdetail-params">
917
        <strong>Parameters:</strong>
918
        <ul><li><code>eventName</code> : String<div class="sub-desc">The name of the event to check for</div></li>        </ul>
919
        <strong>Returns:</strong>
920
        <ul>
921
            <li><code>Boolean</code><div class="sub-desc">True if the event is being listened for, else false</div></li>
922
        </ul>
923
    </div>
924
                </div>
925
                        </div>
926
        </td>
927
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#hasListener" href="output/Ext.util.Observable.html#hasListener">Observable</a></td>
928
    </tr>
929
        <tr class="method-row inherited expandable">
930
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
931
        <td class="sig">
932
        <a id="Ext.menu.CheckItem-hide"></a>
933
            <b>hide</b>() : Ext.Component            <div class="mdesc">
934
                        <div class="short">Hide this component.</div>
935
            <div class="long">
936
                Hide this component.    <div class="mdetail-params">
937
        <strong>Parameters:</strong>
938
        <ul><li>None.</li>        </ul>
939
        <strong>Returns:</strong>
940
        <ul>
941
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
942
        </ul>
943
    </div>
944
                </div>
945
                        </div>
946
        </td>
947
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#hide" href="output/Ext.Component.html#hide">Component</a></td>
948
    </tr>
949
        <tr class="method-row inherited alt expandable">
950
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
951
        <td class="sig">
952
        <a id="Ext.menu.CheckItem-isVisible"></a>
953
            <b>isVisible</b>() : void            <div class="mdesc">
954
                        <div class="short">Returns true if this component is visible.</div>
955
            <div class="long">
956
                Returns true if this component is visible.    <div class="mdetail-params">
957
        <strong>Parameters:</strong>
958
        <ul><li>None.</li>        </ul>
959
        <strong>Returns:</strong>
960
        <ul>
961
            <li><code>void</code></li>
962
        </ul>
963
    </div>
964
                </div>
965
                        </div>
966
        </td>
967
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isVisible" href="output/Ext.Component.html#isVisible">Component</a></td>
968
    </tr>
969
        <tr class="method-row inherited expandable">
970
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
971
        <td class="sig">
972
        <a id="Ext.menu.CheckItem-isXType"></a>
973
            <b>isXType</b>(&nbsp;<code>String xtype</code>, <span class="optional" title="Optional">[<code>Boolean shallow</code>]</span>&nbsp;) : void            <div class="mdesc">
974
                        <div class="short">Tests whether or not this component is of a specific xtype. This can test whether this component is descended
975
from th...</div>
976
            <div class="long">
977
                Tests whether or not this component is of a specific xtype. This can test whether this component is descended
978
from the xtype (default) or whether it is directly of the xtype specified (shallow = true). For a list of all
979
available xtypes, see the <a ext:cls="Ext.Component" href="output/Ext.Component.html">Ext.Component</a> header. Example usage:
980
<pre><code>var t = <b>new</b> Ext.form.TextField();
981
<b>var</b> isText = t.isXType(<em>'textfield'</em>);        <i>// true</i>
982
<b>var</b> isBoxSubclass = t.isXType(<em>'box'</em>);       <i>// true, descended from BoxComponent</i>
983
<b>var</b> isBoxInstance = t.isXType(<em>'box'</em>, true); // false, not a direct BoxComponent instance</code></pre>    <div class="mdetail-params">
984
        <strong>Parameters:</strong>
985
        <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
986
the default), or true to check whether this component is directly of the specified xtype.</div></li>        </ul>
987
        <strong>Returns:</strong>
988
        <ul>
989
            <li><code>void</code></li>
990
        </ul>
991
    </div>
992
                </div>
993
                        </div>
994
        </td>
995
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#isXType" href="output/Ext.Component.html#isXType">Component</a></td>
996
    </tr>
997
        <tr class="method-row inherited alt expandable">
998
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
999
        <td class="sig">
1000
        <a id="Ext.menu.CheckItem-on"></a>
1001
            <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">
1002
                        <div class="short">Appends an event handler to this element (shorthand for addListener)</div>
1003
            <div class="long">
1004
                Appends an event handler to this element (shorthand for addListener)    <div class="mdetail-params">
1005
        <strong>Parameters:</strong>
1006
        <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
1007
function. The handler function's "this" context.</div></li><li><code>options</code> : Object<div class="sub-desc">(optional)</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"><a ext:cls="Ext.util.Observable" ext:member="#on" href="output/Ext.util.Observable.html#on">Observable</a></td>
1017
    </tr>
1018
        <tr class="method-row inherited expandable">
1019
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1020
        <td class="sig">
1021
        <a id="Ext.menu.CheckItem-purgeListeners"></a>
1022
            <b>purgeListeners</b>() : void            <div class="mdesc">
1023
                        <div class="short">Removes all listeners for this object</div>
1024
            <div class="long">
1025
                Removes all listeners for this object    <div class="mdetail-params">
1026
        <strong>Parameters:</strong>
1027
        <ul><li>None.</li>        </ul>
1028
        <strong>Returns:</strong>
1029
        <ul>
1030
            <li><code>void</code></li>
1031
        </ul>
1032
    </div>
1033
                </div>
1034
                        </div>
1035
        </td>
1036
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#purgeListeners" href="output/Ext.util.Observable.html#purgeListeners">Observable</a></td>
1037
    </tr>
1038
        <tr class="method-row inherited alt expandable">
1039
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1040
        <td class="sig">
1041
        <a id="Ext.menu.CheckItem-removeClass"></a>
1042
            <b>removeClass</b>(&nbsp;<code>string cls</code>&nbsp;) : void            <div class="mdesc">
1043
                        <div class="short">Removes a CSS class from the component's underlying element.</div>
1044
            <div class="long">
1045
                Removes a CSS class from the component's underlying element.    <div class="mdetail-params">
1046
        <strong>Parameters:</strong>
1047
        <ul><li><code>cls</code> : string<div class="sub-desc">The CSS class name to remove</div></li>        </ul>
1048
        <strong>Returns:</strong>
1049
        <ul>
1050
            <li><code>void</code></li>
1051
        </ul>
1052
    </div>
1053
                </div>
1054
                        </div>
1055
        </td>
1056
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#removeClass" href="output/Ext.Component.html#removeClass">Component</a></td>
1057
    </tr>
1058
        <tr class="method-row inherited expandable">
1059
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1060
        <td class="sig">
1061
        <a id="Ext.menu.CheckItem-removeListener"></a>
1062
            <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">
1063
                        <div class="short">Removes a listener</div>
1064
            <div class="long">
1065
                Removes a listener    <div class="mdetail-params">
1066
        <strong>Parameters:</strong>
1067
        <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>
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="#removeListener" href="output/Ext.util.Observable.html#removeListener">Observable</a></td>
1077
    </tr>
1078
        <tr class="method-row inherited alt expandable">
1079
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1080
        <td class="sig">
1081
        <a id="Ext.menu.CheckItem-render"></a>
1082
            <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">
1083
                        <div class="short">If this is a lazy rendering component, render it to its container element.</div>
1084
            <div class="long">
1085
                If this is a lazy rendering component, render it to its container element.    <div class="mdetail-params">
1086
        <strong>Parameters:</strong>
1087
        <ul><li><code>container</code> : Mixed<div class="sub-desc">(optional) The element this component should be rendered into. If it is being
1088
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>
1089
which this component will be inserted (defaults to appending to the end of the container)</div></li>        </ul>
1090
        <strong>Returns:</strong>
1091
        <ul>
1092
            <li><code>void</code></li>
1093
        </ul>
1094
    </div>
1095
                </div>
1096
                        </div>
1097
        </td>
1098
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#render" href="output/Ext.Component.html#render">Component</a></td>
1099
    </tr>
1100
        <tr class="method-row inherited expandable">
1101
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1102
        <td class="sig">
1103
        <a id="Ext.menu.CheckItem-resumeEvents"></a>
1104
            <b>resumeEvents</b>() : void            <div class="mdesc">
1105
                        <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>
1106
            <div class="long">
1107
                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">
1108
        <strong>Parameters:</strong>
1109
        <ul><li>None.</li>        </ul>
1110
        <strong>Returns:</strong>
1111
        <ul>
1112
            <li><code>void</code></li>
1113
        </ul>
1114
    </div>
1115
                </div>
1116
                        </div>
1117
        </td>
1118
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#resumeEvents" href="output/Ext.util.Observable.html#resumeEvents">Observable</a></td>
1119
    </tr>
1120
        <tr class="method-row alt expandable">
1121
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1122
        <td class="sig">
1123
        <a id="Ext.menu.CheckItem-setChecked"></a>
1124
            <b>setChecked</b>(&nbsp;<code>Boolean checked</code>, <span class="optional" title="Optional">[<code>Boolean suppressEvent</code>]</span>&nbsp;) : void            <div class="mdesc">
1125
                        <div class="short">Set the checked state of this item</div>
1126
            <div class="long">
1127
                Set the checked state of this item    <div class="mdetail-params">
1128
        <strong>Parameters:</strong>
1129
        <ul><li><code>checked</code> : Boolean<div class="sub-desc">The new checked value</div></li><li><code>suppressEvent</code> : Boolean<div class="sub-desc">(optional) True to prevent the checkchange event from firing (defaults to false)</div></li>        </ul>
1130
        <strong>Returns:</strong>
1131
        <ul>
1132
            <li><code>void</code></li>
1133
        </ul>
1134
    </div>
1135
                </div>
1136
                        </div>
1137
        </td>
1138
        <td class="msource">CheckItem</td>
1139
    </tr>
1140
        <tr class="method-row inherited expandable">
1141
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1142
        <td class="sig">
1143
        <a id="Ext.menu.CheckItem-setDisabled"></a>
1144
            <b>setDisabled</b>(&nbsp;<code>Boolean disabled</code>&nbsp;) : void            <div class="mdesc">
1145
                        <div class="short">Convenience function for setting disabled/enabled by boolean.</div>
1146
            <div class="long">
1147
                Convenience function for setting disabled/enabled by boolean.    <div class="mdetail-params">
1148
        <strong>Parameters:</strong>
1149
        <ul><li><code>disabled</code> : Boolean<div class="sub-desc"></div></li>        </ul>
1150
        <strong>Returns:</strong>
1151
        <ul>
1152
            <li><code>void</code></li>
1153
        </ul>
1154
    </div>
1155
                </div>
1156
                        </div>
1157
        </td>
1158
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setDisabled" href="output/Ext.Component.html#setDisabled">Component</a></td>
1159
    </tr>
1160
        <tr class="method-row inherited alt expandable">
1161
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1162
        <td class="sig">
1163
        <a id="Ext.menu.CheckItem-setHandler"></a>
1164
            <b>setHandler</b>(&nbsp;<code>Function handler</code>, <code>Object scope</code>&nbsp;) : void            <div class="mdesc">
1165
                        <div class="short">Sets the function that will handle click events for this item (equivalent to passing in the handler
1166
config property)....</div>
1167
            <div class="long">
1168
                Sets the function that will handle click events for this item (equivalent to passing in the <a ext:cls="Ext.menu.BaseItem" ext:member="handler" href="output/Ext.menu.BaseItem.html#handler">handler</a>
1169
config property).  If an existing handler is already registered, it will be unregistered for you.    <div class="mdetail-params">
1170
        <strong>Parameters:</strong>
1171
        <ul><li><code>handler</code> : Function<div class="sub-desc">The function that should be called on click</div></li><li><code>scope</code> : Object<div class="sub-desc">The scope that should be passed to the handler</div></li>        </ul>
1172
        <strong>Returns:</strong>
1173
        <ul>
1174
            <li><code>void</code></li>
1175
        </ul>
1176
    </div>
1177
                </div>
1178
                        </div>
1179
        </td>
1180
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#setHandler" href="output/Ext.menu.BaseItem.html#setHandler">BaseItem</a></td>
1181
    </tr>
1182
        <tr class="method-row inherited expandable">
1183
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1184
        <td class="sig">
1185
        <a id="Ext.menu.CheckItem-setIconClass"></a>
1186
            <b>setIconClass</b>(&nbsp;<code>String cls</code>&nbsp;) : void            <div class="mdesc">
1187
                        <div class="short">Sets the CSS class to apply to the item's icon element</div>
1188
            <div class="long">
1189
                Sets the CSS class to apply to the item's icon element    <div class="mdetail-params">
1190
        <strong>Parameters:</strong>
1191
        <ul><li><code>cls</code> : String<div class="sub-desc">The CSS class to apply</div></li>        </ul>
1192
        <strong>Returns:</strong>
1193
        <ul>
1194
            <li><code>void</code></li>
1195
        </ul>
1196
    </div>
1197
                </div>
1198
                        </div>
1199
        </td>
1200
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#setIconClass" href="output/Ext.menu.Item.html#setIconClass">Item</a></td>
1201
    </tr>
1202
        <tr class="method-row inherited alt expandable">
1203
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1204
        <td class="sig">
1205
        <a id="Ext.menu.CheckItem-setText"></a>
1206
            <b>setText</b>(&nbsp;<code>String text</code>&nbsp;) : void            <div class="mdesc">
1207
                        <div class="short">Sets the text to display in this menu item</div>
1208
            <div class="long">
1209
                Sets the text to display in this menu item    <div class="mdetail-params">
1210
        <strong>Parameters:</strong>
1211
        <ul><li><code>text</code> : String<div class="sub-desc">The text to display</div></li>        </ul>
1212
        <strong>Returns:</strong>
1213
        <ul>
1214
            <li><code>void</code></li>
1215
        </ul>
1216
    </div>
1217
                </div>
1218
                        </div>
1219
        </td>
1220
        <td class="msource"><a ext:cls="Ext.menu.Item" ext:member="#setText" href="output/Ext.menu.Item.html#setText">Item</a></td>
1221
    </tr>
1222
        <tr class="method-row inherited expandable">
1223
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1224
        <td class="sig">
1225
        <a id="Ext.menu.CheckItem-setVisible"></a>
1226
            <b>setVisible</b>(&nbsp;<code>Boolean visible</code>&nbsp;) : Ext.Component            <div class="mdesc">
1227
                        <div class="short">Convenience function to hide or show this component by boolean.</div>
1228
            <div class="long">
1229
                Convenience function to hide or show this component by boolean.    <div class="mdetail-params">
1230
        <strong>Parameters:</strong>
1231
        <ul><li><code>visible</code> : Boolean<div class="sub-desc">True to show, false to hide</div></li>        </ul>
1232
        <strong>Returns:</strong>
1233
        <ul>
1234
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1235
        </ul>
1236
    </div>
1237
                </div>
1238
                        </div>
1239
        </td>
1240
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#setVisible" href="output/Ext.Component.html#setVisible">Component</a></td>
1241
    </tr>
1242
        <tr class="method-row inherited alt expandable">
1243
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1244
        <td class="sig">
1245
        <a id="Ext.menu.CheckItem-show"></a>
1246
            <b>show</b>() : Ext.Component            <div class="mdesc">
1247
                        <div class="short">Show this component.</div>
1248
            <div class="long">
1249
                Show this component.    <div class="mdetail-params">
1250
        <strong>Parameters:</strong>
1251
        <ul><li>None.</li>        </ul>
1252
        <strong>Returns:</strong>
1253
        <ul>
1254
            <li><code>Ext.Component</code><div class="sub-desc">this</div></li>
1255
        </ul>
1256
    </div>
1257
                </div>
1258
                        </div>
1259
        </td>
1260
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#show" href="output/Ext.Component.html#show">Component</a></td>
1261
    </tr>
1262
        <tr class="method-row inherited expandable">
1263
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1264
        <td class="sig">
1265
        <a id="Ext.menu.CheckItem-suspendEvents"></a>
1266
            <b>suspendEvents</b>() : void            <div class="mdesc">
1267
                        <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>
1268
            <div class="long">
1269
                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">
1270
        <strong>Parameters:</strong>
1271
        <ul><li>None.</li>        </ul>
1272
        <strong>Returns:</strong>
1273
        <ul>
1274
            <li><code>void</code></li>
1275
        </ul>
1276
    </div>
1277
                </div>
1278
                        </div>
1279
        </td>
1280
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#suspendEvents" href="output/Ext.util.Observable.html#suspendEvents">Observable</a></td>
1281
    </tr>
1282
        <tr class="method-row inherited alt expandable">
1283
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1284
        <td class="sig">
1285
        <a id="Ext.menu.CheckItem-un"></a>
1286
            <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">
1287
                        <div class="short">Removes a listener (shorthand for removeListener)</div>
1288
            <div class="long">
1289
                Removes a listener (shorthand for removeListener)    <div class="mdetail-params">
1290
        <strong>Parameters:</strong>
1291
        <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>
1292
        <strong>Returns:</strong>
1293
        <ul>
1294
            <li><code>void</code></li>
1295
        </ul>
1296
    </div>
1297
                </div>
1298
                        </div>
1299
        </td>
1300
        <td class="msource"><a ext:cls="Ext.util.Observable" ext:member="#un" href="output/Ext.util.Observable.html#un">Observable</a></td>
1301
    </tr>
1302
            </table>
1303
                <a id="Ext.menu.CheckItem-events"></a>
1304
        <h2>Public Events</h2>
1305
                <table cellspacing="0" class="member-table">
1306
            <tr>
1307
                <th class="sig-header" colspan="2">Event</th>
1308
                <th class="msource-header">Defined By</th>
1309
            </tr>
1310
                <tr class="event-row inherited expandable">
1311
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1312
        <td class="sig">
1313
        <a id="Ext.menu.CheckItem-activate"></a>
1314
            <b>activate</b> : (&nbsp;<code>Ext.menu.BaseItem this</code>&nbsp;)            <div class="mdesc">
1315
                        <div class="short">Fires when this item is activated</div>
1316
            <div class="long">
1317
                Fires when this item is activated    <div class="mdetail-params">
1318
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1319
        <ul><li><code>this</code> : Ext.menu.BaseItem<div class="sub-desc"></div></li>        </ul>
1320
    </div>
1321
                </div>
1322
                        </div>
1323
        </td>
1324
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#event-activate" href="output/Ext.menu.BaseItem.html#event-activate">BaseItem</a></td>
1325
    </tr>
1326
        <tr class="event-row alt expandable">
1327
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1328
        <td class="sig">
1329
        <a id="Ext.menu.CheckItem-beforecheckchange"></a>
1330
            <b>beforecheckchange</b> : (&nbsp;<code>Ext.menu.CheckItem this</code>, <code>Boolean checked</code>&nbsp;)            <div class="mdesc">
1331
                        <div class="short">Fires before the checked value is set, providing an opportunity to cancel if needed</div>
1332
            <div class="long">
1333
                Fires before the checked value is set, providing an opportunity to cancel if needed    <div class="mdetail-params">
1334
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1335
        <ul><li><code>this</code> : Ext.menu.CheckItem<div class="sub-desc"></div></li><li><code>checked</code> : Boolean<div class="sub-desc">The new checked value that will be set</div></li>        </ul>
1336
    </div>
1337
                </div>
1338
                        </div>
1339
        </td>
1340
        <td class="msource">CheckItem</td>
1341
    </tr>
1342
        <tr class="event-row inherited expandable">
1343
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1344
        <td class="sig">
1345
        <a id="Ext.menu.CheckItem-beforedestroy"></a>
1346
            <b>beforedestroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1347
                        <div class="short">Fires before the component is destroyed. Return false to stop the destroy.</div>
1348
            <div class="long">
1349
                Fires before the component is destroyed. Return false to stop the destroy.    <div class="mdetail-params">
1350
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1351
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1352
    </div>
1353
                </div>
1354
                        </div>
1355
        </td>
1356
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforedestroy" href="output/Ext.Component.html#event-beforedestroy">Component</a></td>
1357
    </tr>
1358
        <tr class="event-row inherited alt expandable">
1359
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1360
        <td class="sig">
1361
        <a id="Ext.menu.CheckItem-beforehide"></a>
1362
            <b>beforehide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1363
                        <div class="short">Fires before the component is hidden. Return false to stop the hide.</div>
1364
            <div class="long">
1365
                Fires before the component is hidden. Return false to stop the hide.    <div class="mdetail-params">
1366
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1367
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1368
    </div>
1369
                </div>
1370
                        </div>
1371
        </td>
1372
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforehide" href="output/Ext.Component.html#event-beforehide">Component</a></td>
1373
    </tr>
1374
        <tr class="event-row inherited expandable">
1375
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1376
        <td class="sig">
1377
        <a id="Ext.menu.CheckItem-beforerender"></a>
1378
            <b>beforerender</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1379
                        <div class="short">Fires before the component is rendered. Return false to stop the render.</div>
1380
            <div class="long">
1381
                Fires before the component is rendered. Return false to stop the render.    <div class="mdetail-params">
1382
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1383
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1384
    </div>
1385
                </div>
1386
                        </div>
1387
        </td>
1388
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforerender" href="output/Ext.Component.html#event-beforerender">Component</a></td>
1389
    </tr>
1390
        <tr class="event-row inherited alt expandable">
1391
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1392
        <td class="sig">
1393
        <a id="Ext.menu.CheckItem-beforeshow"></a>
1394
            <b>beforeshow</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1395
                        <div class="short">Fires before the component is shown. Return false to stop the show.</div>
1396
            <div class="long">
1397
                Fires before the component is shown. Return false to stop the show.    <div class="mdetail-params">
1398
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1399
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1400
    </div>
1401
                </div>
1402
                        </div>
1403
        </td>
1404
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforeshow" href="output/Ext.Component.html#event-beforeshow">Component</a></td>
1405
    </tr>
1406
        <tr class="event-row inherited expandable">
1407
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1408
        <td class="sig">
1409
        <a id="Ext.menu.CheckItem-beforestaterestore"></a>
1410
            <b>beforestaterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1411
                        <div class="short">Fires before the state of the component is restored. Return false to stop the restore.</div>
1412
            <div class="long">
1413
                Fires before the state of the component is restored. Return false to stop the restore.    <div class="mdetail-params">
1414
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1415
        <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>
1416
    </div>
1417
                </div>
1418
                        </div>
1419
        </td>
1420
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestaterestore" href="output/Ext.Component.html#event-beforestaterestore">Component</a></td>
1421
    </tr>
1422
        <tr class="event-row inherited alt expandable">
1423
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1424
        <td class="sig">
1425
        <a id="Ext.menu.CheckItem-beforestatesave"></a>
1426
            <b>beforestatesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1427
                        <div class="short">Fires before the state of the component is saved to the configured state provider. Return false to stop the save.</div>
1428
            <div class="long">
1429
                Fires before the state of the component is saved to the configured state provider. Return false to stop the save.    <div class="mdetail-params">
1430
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1431
        <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>
1432
    </div>
1433
                </div>
1434
                        </div>
1435
        </td>
1436
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-beforestatesave" href="output/Ext.Component.html#event-beforestatesave">Component</a></td>
1437
    </tr>
1438
        <tr class="event-row expandable">
1439
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1440
        <td class="sig">
1441
        <a id="Ext.menu.CheckItem-checkchange"></a>
1442
            <b>checkchange</b> : (&nbsp;<code>Ext.menu.CheckItem this</code>, <code>Boolean checked</code>&nbsp;)            <div class="mdesc">
1443
                        <div class="short">Fires after the checked value has been set</div>
1444
            <div class="long">
1445
                Fires after the checked value has been set    <div class="mdetail-params">
1446
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1447
        <ul><li><code>this</code> : Ext.menu.CheckItem<div class="sub-desc"></div></li><li><code>checked</code> : Boolean<div class="sub-desc">The checked value that was set</div></li>        </ul>
1448
    </div>
1449
                </div>
1450
                        </div>
1451
        </td>
1452
        <td class="msource">CheckItem</td>
1453
    </tr>
1454
        <tr class="event-row inherited alt expandable">
1455
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1456
        <td class="sig">
1457
        <a id="Ext.menu.CheckItem-click"></a>
1458
            <b>click</b> : (&nbsp;<code>Ext.menu.BaseItem this</code>, <code>Ext.EventObject e</code>&nbsp;)            <div class="mdesc">
1459
                        <div class="short">Fires when this item is clicked</div>
1460
            <div class="long">
1461
                Fires when this item is clicked    <div class="mdetail-params">
1462
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1463
        <ul><li><code>this</code> : Ext.menu.BaseItem<div class="sub-desc"></div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc"></div></li>        </ul>
1464
    </div>
1465
                </div>
1466
                        </div>
1467
        </td>
1468
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#event-click" href="output/Ext.menu.BaseItem.html#event-click">BaseItem</a></td>
1469
    </tr>
1470
        <tr class="event-row inherited expandable">
1471
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1472
        <td class="sig">
1473
        <a id="Ext.menu.CheckItem-deactivate"></a>
1474
            <b>deactivate</b> : (&nbsp;<code>Ext.menu.BaseItem this</code>&nbsp;)            <div class="mdesc">
1475
                        <div class="short">Fires when this item is deactivated</div>
1476
            <div class="long">
1477
                Fires when this item is deactivated    <div class="mdetail-params">
1478
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1479
        <ul><li><code>this</code> : Ext.menu.BaseItem<div class="sub-desc"></div></li>        </ul>
1480
    </div>
1481
                </div>
1482
                        </div>
1483
        </td>
1484
        <td class="msource"><a ext:cls="Ext.menu.BaseItem" ext:member="#event-deactivate" href="output/Ext.menu.BaseItem.html#event-deactivate">BaseItem</a></td>
1485
    </tr>
1486
        <tr class="event-row inherited alt expandable">
1487
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1488
        <td class="sig">
1489
        <a id="Ext.menu.CheckItem-destroy"></a>
1490
            <b>destroy</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1491
                        <div class="short">Fires after the component is destroyed.</div>
1492
            <div class="long">
1493
                Fires after the component is destroyed.    <div class="mdetail-params">
1494
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1495
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1496
    </div>
1497
                </div>
1498
                        </div>
1499
        </td>
1500
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-destroy" href="output/Ext.Component.html#event-destroy">Component</a></td>
1501
    </tr>
1502
        <tr class="event-row inherited expandable">
1503
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1504
        <td class="sig">
1505
        <a id="Ext.menu.CheckItem-disable"></a>
1506
            <b>disable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1507
                        <div class="short">Fires after the component is disabled.</div>
1508
            <div class="long">
1509
                Fires after the component is disabled.    <div class="mdetail-params">
1510
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1511
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1512
    </div>
1513
                </div>
1514
                        </div>
1515
        </td>
1516
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-disable" href="output/Ext.Component.html#event-disable">Component</a></td>
1517
    </tr>
1518
        <tr class="event-row inherited alt expandable">
1519
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1520
        <td class="sig">
1521
        <a id="Ext.menu.CheckItem-enable"></a>
1522
            <b>enable</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1523
                        <div class="short">Fires after the component is enabled.</div>
1524
            <div class="long">
1525
                Fires after the component is enabled.    <div class="mdetail-params">
1526
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1527
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1528
    </div>
1529
                </div>
1530
                        </div>
1531
        </td>
1532
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-enable" href="output/Ext.Component.html#event-enable">Component</a></td>
1533
    </tr>
1534
        <tr class="event-row inherited expandable">
1535
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1536
        <td class="sig">
1537
        <a id="Ext.menu.CheckItem-hide"></a>
1538
            <b>hide</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1539
                        <div class="short">Fires after the component is hidden.</div>
1540
            <div class="long">
1541
                Fires after the component is hidden.    <div class="mdetail-params">
1542
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1543
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1544
    </div>
1545
                </div>
1546
                        </div>
1547
        </td>
1548
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-hide" href="output/Ext.Component.html#event-hide">Component</a></td>
1549
    </tr>
1550
        <tr class="event-row inherited alt expandable">
1551
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1552
        <td class="sig">
1553
        <a id="Ext.menu.CheckItem-render"></a>
1554
            <b>render</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1555
                        <div class="short">Fires after the component is rendered.</div>
1556
            <div class="long">
1557
                Fires after the component is rendered.    <div class="mdetail-params">
1558
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1559
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1560
    </div>
1561
                </div>
1562
                        </div>
1563
        </td>
1564
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-render" href="output/Ext.Component.html#event-render">Component</a></td>
1565
    </tr>
1566
        <tr class="event-row inherited expandable">
1567
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1568
        <td class="sig">
1569
        <a id="Ext.menu.CheckItem-show"></a>
1570
            <b>show</b> : (&nbsp;<code>Ext.Component this</code>&nbsp;)            <div class="mdesc">
1571
                        <div class="short">Fires after the component is shown.</div>
1572
            <div class="long">
1573
                Fires after the component is shown.    <div class="mdetail-params">
1574
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1575
        <ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li>        </ul>
1576
    </div>
1577
                </div>
1578
                        </div>
1579
        </td>
1580
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-show" href="output/Ext.Component.html#event-show">Component</a></td>
1581
    </tr>
1582
        <tr class="event-row inherited alt expandable">
1583
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1584
        <td class="sig">
1585
        <a id="Ext.menu.CheckItem-staterestore"></a>
1586
            <b>staterestore</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1587
                        <div class="short">Fires after the state of the component is restored.</div>
1588
            <div class="long">
1589
                Fires after the state of the component is restored.    <div class="mdetail-params">
1590
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1591
        <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>
1592
    </div>
1593
                </div>
1594
                        </div>
1595
        </td>
1596
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-staterestore" href="output/Ext.Component.html#event-staterestore">Component</a></td>
1597
    </tr>
1598
        <tr class="event-row inherited expandable">
1599
        <td class="micon"><a class="exi" href="#expand">&nbsp;</a></td>
1600
        <td class="sig">
1601
        <a id="Ext.menu.CheckItem-statesave"></a>
1602
            <b>statesave</b> : (&nbsp;<code>Ext.Component this</code>, <code>Object state</code>&nbsp;)            <div class="mdesc">
1603
                        <div class="short">Fires after the state of the component is saved to the configured state provider.</div>
1604
            <div class="long">
1605
                Fires after the state of the component is saved to the configured state provider.    <div class="mdetail-params">
1606
        <strong style="font-weight:normal;">Listeners will be called with the following arguments:</strong>
1607
        <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>
1608
    </div>
1609
                </div>
1610
                        </div>
1611
        </td>
1612
        <td class="msource"><a ext:cls="Ext.Component" ext:member="#event-statesave" href="output/Ext.Component.html#event-statesave">Component</a></td>
1613
    </tr>
1614
            </table>
1615
 
1616
        </div>