public interface HasDragStartHandlers extends HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | addDragStartHandler(DragStartHandler handler)If  canDragis true, this notification method will be
 fired when the user starts to drag the draw item. | 
fireEventHandlerRegistration addDragStartHandler(DragStartHandler handler)
canDrag is true, this notification method will be
 fired when the user starts to drag the draw item.handler - the dragStart handlerHandlerRegistration used to remove this handler