com.allen_sauer.gwt.dnd.client.drop
Class MonthViewPickupDragController

java.lang.Object
  extended by com.allen_sauer.gwt.dnd.client.AbstractDragController
      extended by com.allen_sauer.gwt.dnd.client.PickupDragController
          extended by com.allen_sauer.gwt.dnd.client.drop.MonthViewPickupDragController
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.DragController, com.allen_sauer.gwt.dnd.client.FiresDragEvents

public class MonthViewPickupDragController
extends com.allen_sauer.gwt.dnd.client.PickupDragController


Field Summary
 
Fields inherited from class com.allen_sauer.gwt.dnd.client.AbstractDragController
context
 
Constructor Summary
MonthViewPickupDragController(com.google.gwt.user.client.ui.AbsolutePanel boundaryPanel, boolean allowDroppingOnBoundaryPanel)
           
 
Method Summary
 void dragMove()
           
 
Methods inherited from class com.allen_sauer.gwt.dnd.client.PickupDragController
dragEnd, dragStart, getBehaviorBoundaryPanelDrop, getBehaviorDragProxy, getSelectedWidgets, newBoundaryDropController, newDragProxy, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonthViewPickupDragController

public MonthViewPickupDragController(com.google.gwt.user.client.ui.AbsolutePanel boundaryPanel,
                                     boolean allowDroppingOnBoundaryPanel)
Method Detail

dragMove

public void dragMove()
Specified by:
dragMove in interface com.allen_sauer.gwt.dnd.client.DragController
Overrides:
dragMove in class com.allen_sauer.gwt.dnd.client.PickupDragController


Copyright © 2012. All Rights Reserved.