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