com.sencha.gxt.dnd.core.client
Class DndDropEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<DndDropEvent.DndDropHandler>
com.sencha.gxt.dnd.core.client.DndDropEvent
public class DndDropEvent
- extends GwtEvent<DndDropEvent.DndDropHandler>
| Methods inherited from class com.google.web.bindery.event.shared.Event |
toDebugString, toString |
DndDropEvent
public DndDropEvent(Widget target,
DragEndEvent event,
StatusProxy proxy,
Object data)
getType
public static GwtEvent.Type<DndDropEvent.DndDropHandler> getType()
- Gets the type associated with this event.
- Returns:
- returns the handler type
getAssociatedType
public GwtEvent.Type<DndDropEvent.DndDropHandler> getAssociatedType()
- Overrides:
getAssociatedType in class GwtEvent<DndDropEvent.DndDropHandler>
getData
public Object getData()
getDragEndEvent
public DragEndEvent getDragEndEvent()
getDropTarget
public DropTarget getDropTarget()
getOperation
public DND.Operation getOperation()
getStatusProxy
public StatusProxy getStatusProxy()
getTarget
public Widget getTarget()
Copyright © 2012. All Rights Reserved.