public interface HasDragResizeStopHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragResizeStopHandler(DragResizeStopHandler handler)
If
canDrag is true and the control knobs include "resize" knobs then this notification
method will be fired when the user completes a drag on the resize knobs of the draw item. |
fireEvent
HandlerRegistration addDragResizeStopHandler(DragResizeStopHandler handler)
canDrag
is true and the control knobs
include "resize" knobs then this notification
method will be fired when the user completes a drag on the resize knobs of the draw item.handler
- the dragResizeStop handlerHandlerRegistration
used to remove this handler