public interface HasDragRepositionMoveHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addDragRepositionMoveHandler(DragRepositionMoveHandler handler) Executed every time the mouse moves while drag-repositioning. |
com.google.gwt.event.shared.HandlerRegistration addDragRepositionMoveHandler(DragRepositionMoveHandler handler)
DragRepositionMoveEvent.cancel() from within DragRepositionMoveHandler.onDragRepositionMove(com.smartgwt.client.widgets.events.DragRepositionMoveEvent), the dragTarget (or outline if dragAppearance is set to "outline") will automatically be moved as appropriate whenever the mouse moves.handler - the dragRepositionMove handlerHandlerRegistration used to remove this handler