org.jbpm.formbuilder.client.command
Class DisposeDropController

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
      extended by com.allen_sauer.gwt.dnd.client.drop.SimpleDropController
          extended by org.jbpm.formbuilder.client.command.DisposeDropController
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.drop.DropController

public class DisposeDropController
extends com.allen_sauer.gwt.dnd.client.drop.SimpleDropController

DropController designed to remove a ui component that was dropped on a not allowed zone.


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

Constructor Detail

DisposeDropController

public DisposeDropController(com.google.gwt.user.client.ui.Widget dropTarget)
Method Detail

onDrop

public void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
Specified by:
onDrop in interface com.allen_sauer.gwt.dnd.client.drop.DropController
Overrides:
onDrop in class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.