Class WorkbenchPickupDragController
- java.lang.Object
-
- com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- com.allen_sauer.gwt.dnd.client.PickupDragController
-
- org.uberfire.client.workbench.widgets.dnd.WorkbenchPickupDragController
-
- All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.DragController,com.allen_sauer.gwt.dnd.client.FiresDragEvents
@ApplicationScoped public class WorkbenchPickupDragController extends com.allen_sauer.gwt.dnd.client.PickupDragControllerA Drag Controller for the Workbench.
-
-
Constructor Summary
Constructors Constructor Description WorkbenchPickupDragController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddragMove()voiddragStart()protected com.google.gwt.user.client.ui.WidgetnewDragProxy(com.allen_sauer.gwt.dnd.client.DragContext context)-
Methods inherited from class com.allen_sauer.gwt.dnd.client.PickupDragController
dragEnd, getBehaviorBoundaryPanelDrop, getBehaviorDragProxy, getSelectedWidgets, newBoundaryDropController, previewDragEnd, registerDropController, resetCache, restoreSelectedWidgetsLocation, restoreSelectedWidgetsStyle, saveSelectedWidgetsLocationAndStyle, setBehaviorBoundaryPanelDrop, setBehaviorDragProxy, unregisterDropController, unregisterDropControllers
-
Methods inherited from class com.allen_sauer.gwt.dnd.client.AbstractDragController
addDragHandler, clearSelection, getBehaviorCancelDocumentSelections, getBehaviorConstrainedToBoundaryPanel, getBehaviorDragStartSensitivity, getBehaviorMultipleSelection, getBehaviorScrollIntoView, getBoundaryPanel, makeDraggable, makeDraggable, makeNotDraggable, previewDragStart, removeDragHandler, setBehaviorCancelDocumentSelections, setBehaviorConstrainedToBoundaryPanel, setBehaviorDragStartSensitivity, setBehaviorMultipleSelection, setBehaviorScrollIntoView, setConstrainWidgetToBoundaryPanel, toggleSelection
-
-
-
-
Method Detail
-
dragStart
public void dragStart()
- Specified by:
dragStartin interfacecom.allen_sauer.gwt.dnd.client.DragController- Overrides:
dragStartin classcom.allen_sauer.gwt.dnd.client.PickupDragController
-
dragMove
public void dragMove()
- Specified by:
dragMovein interfacecom.allen_sauer.gwt.dnd.client.DragController- Overrides:
dragMovein classcom.allen_sauer.gwt.dnd.client.PickupDragController
-
newDragProxy
protected com.google.gwt.user.client.ui.Widget newDragProxy(com.allen_sauer.gwt.dnd.client.DragContext context)
- Overrides:
newDragProxyin classcom.allen_sauer.gwt.dnd.client.PickupDragController
-
-