Class type Ext_util_ComponentDragger.t


class type t = object .. end
Inherits
method onDrag : Ext_EventObject.t Js.t -> unit Js.meth

Move either the ghost Component or the target Component to its new position on drag

Template method which should be overridden by each DragTracker instance. Called whenever a drag has been detected.

Parameters:


method onEnd : Ext_EventObject.t Js.t -> unit Js.meth

Template method which should be overridden by each DragTracker instance. Called when a drag operation has been completed (e.g. the user clicked and held the mouse down, dragged the element and then released the mouse button)

Parameters:


method onStart : Ext_EventObject.t Js.t -> unit Js.meth

Template method which should be overridden by each DragTracker instance. Called when a drag operation starts (e.g. the user has moved the tracked element beyond the specified tolerance)

Parameters: