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