/* This file is part of Ext JS 3.4 Copyright (c) 2011-2013 Sencha Inc Contact: http://www.sencha.com/contact GNU General Public License Usage This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. Build date: 2013-04-03 15:07:25 */ Ext.data.JsonP.Ext_slider_Thumb({"alternateClassNames":[],"aliases":{},"enum":null,"parentMixins":[],"tagname":"class","subclasses":[],"extends":null,"uses":[],"html":"
Files
Represents a single thumb element on a Slider. This would not usually be created manually and would instead\nbe created internally by an Ext.Slider.
\nTrue to constrain the thumb so that it cannot overlap its siblings
\nDefaults to: false
True while the thumb is in a drag operation
\nDefaults to: false
Disables the thumb if it is currently enabled
\nEnables the thumb if it is currently disabled
\nSets up an Ext.dd.DragTracker for this thumb
\nThis is tied into the internal Ext.dd.DragTracker. If the slider is currently disabled,\nthis returns false to disable the DragTracker too.
\nFalse if the slider is currently disabled
\nThis is tied into the internal Ext.dd.DragTracker's onDrag template method. This is called every time\nthe DragTracker detects a drag movement. It updates the Slider's value using the position of the drag
\nThis is tied to the internal Ext.dd.DragTracker's onEnd template method. Removes the drag CSS class and\nfires the 'changecomplete' event with the new value
\nThis is tied into the internal Ext.dd.DragTracker's onStart template method. Adds the drag CSS class\nto the thumb and fires the 'dragstart' event
\n