com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events
Class RefusedBeforeDropEvent

java.lang.Object
  extended by com.google.gwt.event.shared.GwtEvent<DragHandler>
      extended by com.ebmwebsourcing.geasytools.geasyui.impl.draggable.events.RefusedBeforeDropEvent
All Implemented Interfaces:
IRefusedBeforeDropEvent

public class RefusedBeforeDropEvent
extends com.google.gwt.event.shared.GwtEvent<DragHandler>
implements IRefusedBeforeDropEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<DragHandler> TYPE
           
 
Constructor Summary
RefusedBeforeDropEvent(IDroppableElement droppableElement)
           
 
Method Summary
protected  void dispatch(DragHandler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<DragHandler> getAssociatedType()
           
 IDroppableElement getDroppableElement()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static com.google.gwt.event.shared.GwtEvent.Type<DragHandler> TYPE
Constructor Detail

RefusedBeforeDropEvent

public RefusedBeforeDropEvent(IDroppableElement droppableElement)
Method Detail

dispatch

protected void dispatch(DragHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<DragHandler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<DragHandler> getAssociatedType()
Specified by:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DragHandler>

getDroppableElement

public IDroppableElement getDroppableElement()
Specified by:
getDroppableElement in interface IRefusedBeforeDropEvent


Copyright © 2010-2011 Petals Link. All Rights Reserved.