Class WorkbenchDragAndDropManager


  • @ApplicationScoped
    public class WorkbenchDragAndDropManager
    extends Object
    A Manager of drag and drop operations within the Workbench.
    • Constructor Detail

      • WorkbenchDragAndDropManager

        public WorkbenchDragAndDropManager()
    • Method Detail

      • makeDraggable

        public void makeDraggable​(com.google.gwt.user.client.ui.IsWidget draggable,
                                  com.google.gwt.user.client.ui.IsWidget dragHandle)
      • registerDropController

        public void registerDropController​(WorkbenchPanelView owner,
                                           com.allen_sauer.gwt.dnd.client.drop.DropController dropController)
      • unregisterDropController

        public void unregisterDropController​(WorkbenchPanelView view)
      • unregisterDropControllers

        public void unregisterDropControllers()