Class CQ.Ext.slider.Thumb
| Package: | CQ.Ext.slider |
| Class: | Thumb |
| Extends: | Object |
| Clientlib: | cq.widgets |
Represents a single thumb element on a Slider. This would not usually be created manually and would instead
be created internally by an
CQ.Ext.Slider.
Config Options
| |
constrain : Boolean
True to constrain the thumb so that it cannot overlap its siblings
|
Thumb |
Public Properties
| |
dragging : Boolean
True while the thumb is in a drag operation
|
Thumb |
| |
slider : CQ.Ext.slider.MultiSlider
The
|
Thumb |
Public Methods
| |
constructor() : void
|
Thumb |
| |
disable() : void
Disables the thumb if it is currently enabled
Disables the thumb if it is currently enabled
|
Thumb |
| |
enable() : void
Enables the thumb if it is currently disabled
Enables the thumb if it is currently disabled
|
Thumb |
| |
initEvents() : void
Sets up an CQ.Ext.dd.DragTracker for this thumb
Sets up an CQ.Ext.dd.DragTracker for this thumb
|
Thumb |
| |
render() : void
Renders the thumb into a slider
Renders the thumb into a slider
|
Thumb |
Public Events
This class has no public events.