-has a null implementation.</div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#beforestatesave" ext:member="#beforestatesave" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-change"></a><b><a href="source/Slider.html#event-Ext.Slider-change">change</a></b> :\r
- ( <code>Ext.Slider slider</code>, <code>Number newValue</code> )\r
- <div class="mdesc"><div class="short">Fires when the slider value is changed.</div><div class="long">Fires when the slider value is changed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider has been changed to.</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-changecomplete"></a><b><a href="source/Slider.html#event-Ext.Slider-changecomplete">changecomplete</a></b> :\r
- ( <code>Ext.Slider slider</code>, <code>Number newValue</code> )\r
- <div class="mdesc"><div class="short">Fires when the slider value is changed by the user and any drag operations have completed.</div><div class="long">Fires when the slider value is changed by the user and any drag operations have completed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider has been changed to.</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-destroy"></a><b><a href="source/Component.html#event-Ext.Component-destroy">destroy</a></b> :\r
- ( <code>Ext.Component this</code> )\r
- <div class="mdesc"><div class="short">Fires after the component is destroyed.</div><div class="long">Fires after the component is <a href="output/Ext.Component.html#Ext.Component-destroy" ext:member="destroy" ext:cls="Ext.Component">destroy</a>ed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#destroy" ext:member="#destroy" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-disable"></a><b><a href="source/Component.html#event-Ext.Component-disable">disable</a></b> :\r
- ( <code>Ext.Component this</code> )\r
- <div class="mdesc"><div class="short">Fires after the component is disabled.</div><div class="long">Fires after the component is disabled.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#disable" ext:member="#disable" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-drag"></a><b><a href="source/Slider.html#event-Ext.Slider-drag">drag</a></b> :\r
- ( <code>Ext.Slider slider</code>, <code>Ext.EventObject e</code> )\r
- <div class="mdesc"><div class="short">Fires continuously during the drag operation while the mouse is moving.</div><div class="long">Fires continuously during the drag operation while the mouse is moving.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-dragend"></a><b><a href="source/Slider.html#event-Ext.Slider-dragend">dragend</a></b> :\r
- ( <code>Ext.Slider slider</code>, <code>Ext.EventObject e</code> )\r
- <div class="mdesc"><div class="short">Fires after the drag operation has completed.</div><div class="long">Fires after the drag operation has completed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-dragstart"></a><b><a href="source/Slider.html#event-Ext.Slider-dragstart">dragstart</a></b> :\r
- ( <code>Ext.Slider slider</code>, <code>Ext.EventObject e</code> )\r
- <div class="mdesc"><div class="short">Fires after a drag operation has started.</div><div class="long">Fires after a drag operation has started.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-enable"></a><b><a href="source/Component.html#event-Ext.Component-enable">enable</a></b> :\r
- ( <code>Ext.Component this</code> )\r
- <div class="mdesc"><div class="short">Fires after the component is enabled.</div><div class="long">Fires after the component is enabled.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#enable" ext:member="#enable" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-hide"></a><b><a href="source/Component.html#event-Ext.Component-hide">hide</a></b> :\r
- ( <code>Ext.Component this</code> )\r
- <div class="mdesc"><div class="short">Fires after the component is hidden.\r
+has a null implementation.</div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#beforestatesave" ext:member="#beforestatesave" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-change"></a><b><a href="source/Slider.html#event-Ext.Slider-change">change</a></b> :
+ ( <code>Ext.Slider slider</code>, <code>Number newValue</code> )
+ <div class="mdesc"><div class="short">Fires when the slider value is changed.</div><div class="long">Fires when the slider value is changed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider has been changed to.</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-changecomplete"></a><b><a href="source/Slider.html#event-Ext.Slider-changecomplete">changecomplete</a></b> :
+ ( <code>Ext.Slider slider</code>, <code>Number newValue</code> )
+ <div class="mdesc"><div class="short">Fires when the slider value is changed by the user and any drag operations have completed.</div><div class="long">Fires when the slider value is changed by the user and any drag operations have completed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>newValue</code> : Number<div class="sub-desc">The new value which the slider has been changed to.</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-destroy"></a><b><a href="source/Component.html#event-Ext.Component-destroy">destroy</a></b> :
+ ( <code>Ext.Component this</code> )
+ <div class="mdesc"><div class="short">Fires after the component is destroyed.</div><div class="long">Fires after the component is <a href="output/Ext.Component.html#Ext.Component-destroy" ext:member="destroy" ext:cls="Ext.Component">destroy</a>ed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#destroy" ext:member="#destroy" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-disable"></a><b><a href="source/Component.html#event-Ext.Component-disable">disable</a></b> :
+ ( <code>Ext.Component this</code> )
+ <div class="mdesc"><div class="short">Fires after the component is disabled.</div><div class="long">Fires after the component is disabled.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#disable" ext:member="#disable" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-drag"></a><b><a href="source/Slider.html#event-Ext.Slider-drag">drag</a></b> :
+ ( <code>Ext.Slider slider</code>, <code>Ext.EventObject e</code> )
+ <div class="mdesc"><div class="short">Fires continuously during the drag operation while the mouse is moving.</div><div class="long">Fires continuously during the drag operation while the mouse is moving.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-dragend"></a><b><a href="source/Slider.html#event-Ext.Slider-dragend">dragend</a></b> :
+ ( <code>Ext.Slider slider</code>, <code>Ext.EventObject e</code> )
+ <div class="mdesc"><div class="short">Fires after the drag operation has completed.</div><div class="long">Fires after the drag operation has completed.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable "><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Slider-dragstart"></a><b><a href="source/Slider.html#event-Ext.Slider-dragstart">dragstart</a></b> :
+ ( <code>Ext.Slider slider</code>, <code>Ext.EventObject e</code> )
+ <div class="mdesc"><div class="short">Fires after a drag operation has started.</div><div class="long">Fires after a drag operation has started.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>slider</code> : Ext.Slider<div class="sub-desc">The slider</div></li><li><code>e</code> : Ext.EventObject<div class="sub-desc">The event fired from Ext.dd.DragTracker</div></li></ul></div></div></div></td><td class="msource">Slider</td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-enable"></a><b><a href="source/Component.html#event-Ext.Component-enable">enable</a></b> :
+ ( <code>Ext.Component this</code> )
+ <div class="mdesc"><div class="short">Fires after the component is enabled.</div><div class="long">Fires after the component is enabled.<div class="mdetail-params"><strong style="font-weight: normal;">Listeners will be called with the following arguments:</strong><ul><li><code>this</code> : Ext.Component<div class="sub-desc"></div></li></ul></div></div></div></td><td class="msource"><a href="output/Ext.Component.html#enable" ext:member="#enable" ext:cls="Ext.Component">Component</a></td></tr><tr class="method-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-hide"></a><b><a href="source/Component.html#event-Ext.Component-hide">hide</a></b> :
+ ( <code>Ext.Component this</code> )
+ <div class="mdesc"><div class="short">Fires after the component is hidden.