public class DndDropEvent extends GwtEvent<DndDropEvent.DndDropHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DndDropEvent.DndDropHandler |
static interface |
DndDropEvent.HasDndDropHandlers
A widget that implements this interface is a public source of
DndDropEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
DndDropEvent(Widget target,
DragEndEvent event,
StatusProxy proxy,
Object data) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<DndDropEvent.DndDropHandler> |
getAssociatedType() |
Object |
getData() |
DragEndEvent |
getDragEndEvent() |
DropTarget |
getDropTarget() |
DND.Operation |
getOperation() |
StatusProxy |
getStatusProxy() |
Widget |
getTarget() |
static GwtEvent.Type<DndDropEvent.DndDropHandler> |
getType()
Gets the type associated with this event.
|
public DndDropEvent(Widget target, DragEndEvent event, StatusProxy proxy, Object data)
public static GwtEvent.Type<DndDropEvent.DndDropHandler> getType()
public GwtEvent.Type<DndDropEvent.DndDropHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DndDropEvent.DndDropHandler>public Object getData()
public DragEndEvent getDragEndEvent()
public DropTarget getDropTarget()
public DND.Operation getOperation()
public StatusProxy getStatusProxy()
public Widget getTarget()
Copyright © 2012. All Rights Reserved.