@Dependent public class CompassDropController extends Object implements com.allen_sauer.gwt.dnd.client.drop.DropController
| Constructor and Description |
|---|
CompassDropController() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
getDropTarget() |
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) |
void |
onPreviewDrop(com.allen_sauer.gwt.dnd.client.DragContext context) |
void |
setup(WorkbenchPanelView<?> view) |
public void setup(WorkbenchPanelView<?> view)
public void onEnter(com.allen_sauer.gwt.dnd.client.DragContext context)
onEnter in interface com.allen_sauer.gwt.dnd.client.drop.DropControllerpublic void onLeave(com.allen_sauer.gwt.dnd.client.DragContext context)
onLeave in interface com.allen_sauer.gwt.dnd.client.drop.DropControllerpublic void onMove(com.allen_sauer.gwt.dnd.client.DragContext context)
onMove in interface com.allen_sauer.gwt.dnd.client.drop.DropControllerpublic void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
onDrop in interface com.allen_sauer.gwt.dnd.client.drop.DropControllerpublic com.google.gwt.user.client.ui.Widget getDropTarget()
getDropTarget in interface com.allen_sauer.gwt.dnd.client.drop.DropControllerpublic void onPreviewDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
throws com.allen_sauer.gwt.dnd.client.VetoDragException
onPreviewDrop in interface com.allen_sauer.gwt.dnd.client.drop.DropControllercom.allen_sauer.gwt.dnd.client.VetoDragExceptionCopyright © 2012–2020 JBoss by Red Hat. All rights reserved.