
public class DndDragLeaveEvent
extends <any>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DndDragLeaveEvent.DndDragLeaveHandler
Handler for
DndDragLeaveEvent events. |
static interface |
DndDragLeaveEvent.HasDndDragLeaveHandlers
A widget that implements this interface is a public source of
DndDragLeaveEvent events. |
| Constructor and Description |
|---|
DndDragLeaveEvent(Widget target,
DragSource dragSource,
DragMoveEvent event,
StatusProxy status) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(DndDragLeaveEvent.DndDragLeaveHandler handler) |
<any> |
getAssociatedType() |
DragMoveEvent |
getDragEnterEvent() |
DragSource |
getDragSource() |
Draggable |
getSource() |
StatusProxy |
getStatusProxy() |
Widget |
getTarget() |
static <any> |
getType()
Gets the type associated with this event.
|
public DndDragLeaveEvent(Widget target,
DragSource dragSource,
DragMoveEvent event,
StatusProxy status)
public static <any> getType()
public <any> getAssociatedType()
public DragMoveEvent getDragEnterEvent()
public DragSource getDragSource()
public Draggable getSource()
public StatusProxy getStatusProxy()
public Widget getTarget()
protected void dispatch(DndDragLeaveEvent.DndDragLeaveHandler handler)
Copyright © 2018. All rights reserved.