com.sencha.gxt.dnd.core.client
Class DndDragCancelEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<DndDragCancelEvent.DndDragCancelHandler>
          extended by com.sencha.gxt.dnd.core.client.DndDragCancelEvent

public class DndDragCancelEvent
extends GwtEvent<DndDragCancelEvent.DndDragCancelHandler>

Fires after a drag is cancelled.


Nested Class Summary
static interface DndDragCancelEvent.DndDragCancelHandler
           
static interface DndDragCancelEvent.HasDndDragCancelHandlers
          A widget that implements this interface is a public source of DndDragCancelEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
DndDragCancelEvent(Widget target, DragCancelEvent event)
           
 
Method Summary
 GwtEvent.Type<DndDragCancelEvent.DndDragCancelHandler> getAssociatedType()
           
 DragCancelEvent getDragCancelEvent()
           
 Draggable getSource()
           
 StatusProxy getStatusProxy()
           
 Widget getTarget()
           
static GwtEvent.Type<DndDragCancelEvent.DndDragCancelHandler> getType()
          Gets the type associated with this event.
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DndDragCancelEvent

public DndDragCancelEvent(Widget target,
                          DragCancelEvent event)
Method Detail

getType

public static GwtEvent.Type<DndDragCancelEvent.DndDragCancelHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getAssociatedType

public GwtEvent.Type<DndDragCancelEvent.DndDragCancelHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<DndDragCancelEvent.DndDragCancelHandler>

getDragCancelEvent

public DragCancelEvent getDragCancelEvent()

getSource

public Draggable getSource()
Overrides:
getSource in class GwtEvent<DndDragCancelEvent.DndDragCancelHandler>

getStatusProxy

public StatusProxy getStatusProxy()

getTarget

public Widget getTarget()


Copyright © 2012. All Rights Reserved.