org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd
Class TableDropController

java.lang.Object
  extended bycom.allen_sauer.gwt.dragdrop.client.drop.AbstractDropController
      extended bycom.allen_sauer.gwt.dragdrop.client.drop.AbstractPositioningDropController
          extended byorg.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd.TableDropController
All Implemented Interfaces:
com.allen_sauer.gwt.dragdrop.client.drop.DropController

public class TableDropController
extends com.allen_sauer.gwt.dragdrop.client.drop.AbstractPositioningDropController

Author:
Alexander Yuhimenko

Constructor Summary
TableDropController(com.google.gwt.user.client.ui.FlexTable flexTable)
           
 
Method Summary
 void drop(com.google.gwt.user.client.ui.Widget widget, int left, int top)
           
 void onDrop(com.google.gwt.user.client.ui.Widget reference, com.google.gwt.user.client.ui.Widget draggable, com.allen_sauer.gwt.dragdrop.client.DragController dragController)
           
 void onMove(com.google.gwt.user.client.ui.Widget reference, com.google.gwt.user.client.ui.Widget draggable, com.allen_sauer.gwt.dragdrop.client.DragController dragController)
           
 boolean onPreviewDrop(com.google.gwt.user.client.ui.Widget reference, com.google.gwt.user.client.ui.Widget draggable, com.allen_sauer.gwt.dragdrop.client.DragController dragController)
           
 
Methods inherited from class com.allen_sauer.gwt.dragdrop.client.drop.AbstractPositioningDropController
getPositioner, onEnter, onLeave
 
Methods inherited from class com.allen_sauer.gwt.dragdrop.client.drop.AbstractDropController
drop, getDropTarget, getDropTargetStyleName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDropController

public TableDropController(com.google.gwt.user.client.ui.FlexTable flexTable)
Method Detail

drop

public void drop(com.google.gwt.user.client.ui.Widget widget,
                 int left,
                 int top)

onDrop

public void onDrop(com.google.gwt.user.client.ui.Widget reference,
                   com.google.gwt.user.client.ui.Widget draggable,
                   com.allen_sauer.gwt.dragdrop.client.DragController dragController)

onMove

public void onMove(com.google.gwt.user.client.ui.Widget reference,
                   com.google.gwt.user.client.ui.Widget draggable,
                   com.allen_sauer.gwt.dragdrop.client.DragController dragController)

onPreviewDrop

public boolean onPreviewDrop(com.google.gwt.user.client.ui.Widget reference,
                             com.google.gwt.user.client.ui.Widget draggable,
                             com.allen_sauer.gwt.dragdrop.client.DragController dragController)