org.jbpm.formbuilder.client.command
Class DropFormItemController

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

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

DropController designed to allow dropping of components inside the form layout and fire all necessary actions.


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

Constructor Detail

DropFormItemController

public DropFormItemController(com.google.gwt.user.client.ui.Widget dropTarget,
                              LayoutView layoutView)
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

onEnter

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

onMove

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

onLeave

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

clearPhantoms

protected void clearPhantoms()

addPhantoms

protected void addPhantoms(com.allen_sauer.gwt.dnd.client.DragContext context)


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