public interface HasDragResizeMoveHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragResizeMoveHandler(DragResizeMoveHandler handler)
Executed every time the mouse moves while drag-resizing.
|
fireEvent
HandlerRegistration addDragResizeMoveHandler(DragResizeMoveHandler handler)
DragResizeMoveEvent.cancel()
from within DragResizeMoveHandler.onDragResizeMove(com.smartgwt.client.widgets.events.DragResizeMoveEvent)
, the dragTarget
(or outline if dragAppearance
is set to "outline") will automatically be moved as
appropriate whenever the mouse moves.handler
- the dragResizeMove handlerHandlerRegistration
used to remove this handler