public interface HasDropMoveHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addDropMoveHandler(DropMoveHandler handler) Executed whenever the compatible dragged object is moved over this drop target. |
com.google.gwt.event.shared.HandlerRegistration addDropMoveHandler(DropMoveHandler handler)
no-drop cursor to indicate that this is not a valid drop target, typically if willAcceptDrop() returns false. For details on showing a 'no drop' cursor when the user drags over all invalid drop targets, see showNoDropIndicator.
handler - the dropMove handlerHandlerRegistration used to remove this handler