Class SolutionBrowserDragController
- java.lang.Object
-
- com.allen_sauer.gwt.dnd.client.AbstractDragController
-
- com.allen_sauer.gwt.dnd.client.PickupDragController
-
- org.pentaho.mantle.client.solutionbrowser.SolutionBrowserDragController
-
- All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.DragController,com.allen_sauer.gwt.dnd.client.FiresDragEvents
public class SolutionBrowserDragController extends com.allen_sauer.gwt.dnd.client.PickupDragControllerUsed by GWT-DND to manage drag and drop events in the solution browser. User: nbaker Date: Jun 25, 2010
-
-
Constructor Summary
Constructors Constructor Description SolutionBrowserDragController(MantleTabPanel tabs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddragEnd()voiddragMove()voiddragStart()protected com.google.gwt.user.client.ui.WidgetnewDragProxy(com.allen_sauer.gwt.dnd.client.DragContext context)voidpreviewDragEnd()protected voidrestoreSelectedWidgetsLocation()protected voidrestoreSelectedWidgetsStyle()protected voidsaveSelectedWidgetsLocationAndStyle()-
Methods inherited from class com.allen_sauer.gwt.dnd.client.PickupDragController
getBehaviorBoundaryPanelDrop, getBehaviorDragProxy, getSelectedWidgets, newBoundaryDropController, registerDropController, resetCache, 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
-
-
-
-
Constructor Detail
-
SolutionBrowserDragController
public SolutionBrowserDragController(MantleTabPanel tabs)
-
-
Method Detail
-
restoreSelectedWidgetsStyle
protected void restoreSelectedWidgetsStyle()
- Overrides:
restoreSelectedWidgetsStylein classcom.allen_sauer.gwt.dnd.client.PickupDragController
-
saveSelectedWidgetsLocationAndStyle
protected void saveSelectedWidgetsLocationAndStyle()
- Overrides:
saveSelectedWidgetsLocationAndStylein classcom.allen_sauer.gwt.dnd.client.PickupDragController
-
restoreSelectedWidgetsLocation
protected void restoreSelectedWidgetsLocation()
- Overrides:
restoreSelectedWidgetsLocationin classcom.allen_sauer.gwt.dnd.client.PickupDragController
-
dragEnd
public void dragEnd()
- Specified by:
dragEndin interfacecom.allen_sauer.gwt.dnd.client.DragController- Overrides:
dragEndin 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
-
dragStart
public void dragStart()
- Specified by:
dragStartin interfacecom.allen_sauer.gwt.dnd.client.DragController- Overrides:
dragStartin 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
-
previewDragEnd
public void previewDragEnd() throws com.allen_sauer.gwt.dnd.client.VetoDragException- Specified by:
previewDragEndin interfacecom.allen_sauer.gwt.dnd.client.DragController- Overrides:
previewDragEndin classcom.allen_sauer.gwt.dnd.client.PickupDragController- Throws:
com.allen_sauer.gwt.dnd.client.VetoDragException
-
-