Interface CompassWidget

  • All Superinterfaces:
    com.allen_sauer.gwt.dnd.client.drop.DropController

    public interface CompassWidget
    extends com.allen_sauer.gwt.dnd.client.drop.DropController
    A pop-up widget with arrows in the four cardinal directions, each of which is a separate drop target. The center of the widget is a fifth drop target representing the parent widget itself. The compass centers itself over its parent's Drop Target when displayed.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.uberfire.workbench.model.Position getDropPosition()  
      • Methods inherited from interface com.allen_sauer.gwt.dnd.client.drop.DropController

        getDropTarget, onDrop, onEnter, onLeave, onMove, onPreviewDrop
    • Method Detail

      • getDropPosition

        org.uberfire.workbench.model.Position getDropPosition()