Properties Methods Events Config Options Direct Link
Observable
  DragTracker

Class CQ.Ext.dd.DragTracker

Package:CQ.Ext.dd
Class:DragTracker
Extends:CQ.Ext.util.Observable
Clientlib:cq.widgets
A DragTracker listens for drag events on an Element and fires events at the start and end of the drag, as well as during the drag. This is useful for components such as CQ.Ext.slider.MultiSlider, where there is an element that can be dragged around to change the Slider's value. DragTracker provides a series of template methods that should be overridden to provide functionality in response to detected drag operations. These are onBeforeStart, onStart, onDrag and onEnd. See CQ.Ext.slider.MultiSlider's initEvents function for an example implementation.

Config Options

Config Options Defined By

Public Properties

This class has no public properties.

Public Methods

Method Defined By

Public Events

Event Defined By