org.jboss.errai.widgets.client.dnd
Class OutBoundsDropController

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
      extended by org.jboss.errai.widgets.client.dnd.OutBoundsDropController
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController

public class OutBoundsDropController
extends com.allen_sauer.gwt.dnd.client.drop.AbstractDropController


Constructor Summary
OutBoundsDropController(com.google.gwt.user.client.ui.Widget widget)
           
 
Method Summary
 void onPreviewDrop(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
           
 
Methods inherited from class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
getDropTarget, onDrop, onEnter, onLeave, onMove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutBoundsDropController

public OutBoundsDropController(com.google.gwt.user.client.ui.Widget widget)
Method Detail

onPreviewDrop

public void onPreviewDrop(com.allen_sauer.gwt.dnd.client.DragContext dragContext)
                   throws com.allen_sauer.gwt.dnd.client.VetoDragException
Specified by:
onPreviewDrop in interface com.allen_sauer.gwt.dnd.client.drop.DropController
Overrides:
onPreviewDrop in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
Throws:
com.allen_sauer.gwt.dnd.client.VetoDragException


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.