public interface HasDragResizeStartHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.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. |
com.google.gwt.event.shared.HandlerRegistration 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