org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd
Class TableDropController
java.lang.Object
com.allen_sauer.gwt.dnd.client.drop.AbstractDropController
com.allen_sauer.gwt.dnd.client.drop.AbstractPositioningDropController
org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd.TableDropController
- All Implemented Interfaces:
- com.allen_sauer.gwt.dnd.client.drop.DropController
- public class TableDropController
- extends com.allen_sauer.gwt.dnd.client.drop.AbstractPositioningDropController
- Author:
- Alexander Yuhimenko
|
Method Summary |
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.AbstractPositioningDropController |
getPositioner |
| Methods inherited from class com.allen_sauer.gwt.dnd.client.drop.AbstractDropController |
getCurrentDragController, getDropTarget, getDropTargetEngageStyleName, getDropTargetStyleName, onDrop, onEnter, onLeave, onLeave, onMove, onMove, onPreviewDrop, onPreviewDrop |
TableDropController
public TableDropController(com.google.gwt.user.client.ui.FlexTable flexTable)
onDrop
public void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
onEnter
public void onEnter(com.allen_sauer.gwt.dnd.client.DragContext context)
onLeave
public void onLeave(com.allen_sauer.gwt.dnd.client.DragContext context)
onMove
public void onMove(com.allen_sauer.gwt.dnd.client.DragContext context)