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.PickupDragController
Used by GWT-DND to manage drag and drop events in the solution browser.
 
 User: nbaker Date: Jun 25, 2010
- 
Field Summary
Fields inherited from class com.allen_sauer.gwt.dnd.client.AbstractDragController
context - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddragEnd()voiddragMove()voidprotected com.google.gwt.user.client.ui.WidgetnewDragProxy(com.allen_sauer.gwt.dnd.client.DragContext context) voidprotected voidprotected voidprotected voidMethods inherited from class com.allen_sauer.gwt.dnd.client.PickupDragController
getBehaviorBoundaryPanelDrop, getBehaviorDragProxy, getSelectedWidgets, newBoundaryDropController, registerDropController, resetCache, setBehaviorBoundaryPanelDrop, setBehaviorDragProxy, unregisterDropController, unregisterDropControllersMethods 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 Details
- 
SolutionBrowserDragController
 
 - 
 - 
Method Details
- 
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
 
 -