@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.DropController
public void onLeave(com.allen_sauer.gwt.dnd.client.DragContext context)
onLeave
in interface com.allen_sauer.gwt.dnd.client.drop.DropController
public void onMove(com.allen_sauer.gwt.dnd.client.DragContext context)
onMove
in interface com.allen_sauer.gwt.dnd.client.drop.DropController
public void onDrop(com.allen_sauer.gwt.dnd.client.DragContext context)
onDrop
in interface com.allen_sauer.gwt.dnd.client.drop.DropController
public com.google.gwt.user.client.ui.Widget getDropTarget()
getDropTarget
in interface com.allen_sauer.gwt.dnd.client.drop.DropController
public 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.DropController
com.allen_sauer.gwt.dnd.client.VetoDragException
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.