public interface HasDragStartHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDragStartHandler(DragStartHandler handler)
Executed when dragging first starts.
|
fireEventHandlerRegistration addDragStartHandler(DragStartHandler handler)
A drag action is
considered to be begin when the mouse has moved dragStartDistance with the left mouse down.
handler - the dragStart handlerHandlerRegistration used to remove this handler