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. |
fireEventHandlerRegistration 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