public interface HasDragResizeStartHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addDragResizeStartHandler(DragResizeStartHandler handler)
If
canDrag is true and the control knobs include "resize" knobs then this notification
method will be fired when the user starts to drag the resize knobs of the draw item. |
fireEventHandlerRegistration addDragResizeStartHandler(DragResizeStartHandler handler)
canDrag is true and the control knobs include "resize" knobs then this notification
method will be fired when the user starts to drag the resize knobs of the draw item.handler - the dragResizeStart handlerHandlerRegistration used to remove this handler