@ApplicationScoped public class CompassWidgetImpl extends Object implements CompassWidget
Constructor and Description |
---|
CompassWidgetImpl() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.workbench.model.Position |
getDropPosition() |
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) |
public static final String FA_ACTIVE
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 org.uberfire.workbench.model.Position getDropPosition()
getDropPosition
in interface CompassWidget
public com.google.gwt.user.client.ui.Widget getDropTarget()
getDropTarget
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 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–2018 JBoss by Red Hat. All rights reserved.