public interface HasDragResizeMoveHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addDragResizeMoveHandler(DragResizeMoveHandler handler)
If
canDrag and canDrag are both true and the control knobs include "resize" knobs, then this notification
method will be fired when the user drags the resize knobs of the draw item. |
com.google.gwt.event.shared.HandlerRegistration addDragResizeMoveHandler(DragResizeMoveHandler handler)
canDrag
and canDrag
are both true and the control knobs
include "resize" knobs, then this notification
method will be fired when the user drags the resize knobs of the draw item.handler
- the dragResizeMove handlerHandlerRegistration
used to remove this handler