public interface HasDropMoveHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDropMoveHandler(DropMoveHandler handler)
Executed whenever the compatible dragged object is moved over this drop target.
|
fireEvent
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