public interface HasDragRepositionStopHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addDragRepositionStopHandler(DragRepositionStopHandler handler)
Executed when the mouse button is released at the end of the drag.
|
fireEvent
HandlerRegistration addDragRepositionStopHandler(DragRepositionStopHandler handler)
Returning true from this handler will cause the dragTarget
(or outline if dragAppearance
is set to "outline") to be left in its current
location. Returning false from this handler will cause it to snap back to its original location.
handler
- the dragRepositionStop handlerHandlerRegistration
used to remove this handler