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

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.DayViewPickupDragController
All Implemented Interfaces:
com.allen_sauer.gwt.dnd.client.DragController, com.allen_sauer.gwt.dnd.client.FiresDragEvents

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


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

Constructor Detail

DayViewPickupDragController

public DayViewPickupDragController(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

newDragProxy

protected com.google.gwt.user.client.ui.Widget newDragProxy(com.allen_sauer.gwt.dnd.client.DragContext context)
Overrides:
newDragProxy in class com.allen_sauer.gwt.dnd.client.PickupDragController

setMaxProxyHeight

public void setMaxProxyHeight(int maxProxyHeight)


Copyright © 2012. All Rights Reserved.