org.eclipse.higgins.ics.gwt.icm.client.panel.category.dnd
Class TableDropController
java.lang.Object
com.allen_sauer.gwt.dragdrop.client.drop.AbstractDropController
com.allen_sauer.gwt.dragdrop.client.drop.AbstractPositioningDropController
org.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
|
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 |
TableDropController
public TableDropController(com.google.gwt.user.client.ui.FlexTable flexTable)
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)