Uses of Class
com.allen_sauer.gwt.dnd.client.VetoDragException

Packages that use VetoDragException
com.allen_sauer.gwt.dnd.client Main drag-and-drop classes. 
com.allen_sauer.gwt.dnd.client.drop Classes related to drop targets. 
com.sage.swt.client.widget.dnd Contains classes for drag and drop that extend the allen_sauer library. 
 

Uses of VetoDragException in com.allen_sauer.gwt.dnd.client
 

Methods in com.allen_sauer.gwt.dnd.client that throw VetoDragException
 void DragHandlerCollection.firePreviewDragEnd(DragEndEvent dragEndEvent)
          Fires a DragHandler.onPreviewDragEnd(DragEndEvent) on all handlers in the collection.
 void DragHandlerCollection.firePreviewDragStart(DragStartEvent dragStartEvent)
          Fires a DragHandler.onPreviewDragStart(DragStartEvent) on all handlers in the collection.
 void DragHandlerAdapter.onPreviewDragEnd(DragEndEvent event)
           
 void DragHandler.onPreviewDragEnd(DragEndEvent event)
          Fired before DragHandler.onDragEnd(DragEndEvent) is fired and provides an opportunity for any registered DragHandler to throw VetoDragException to prevent the operation.
 void DragHandlerAdapter.onPreviewDragStart(DragStartEvent event)
           
 void DragHandler.onPreviewDragStart(DragStartEvent event)
          Fired before DragHandler.onDragStart(DragStartEvent) is fired and provides an opportunity for any registered DragHandler to throw VetoDragException to prevent the operation.
 void PickupDragController.previewDragEnd()
           
 void DragController.previewDragEnd()
          Callback method for MouseDragHandler.
 void AbstractDragController.previewDragEnd()
           
 void DragController.previewDragStart()
          Callback method for MouseDragHandler.
 void AbstractDragController.previewDragStart()
           
 

Uses of VetoDragException in com.allen_sauer.gwt.dnd.client.drop
 

Methods in com.allen_sauer.gwt.dnd.client.drop that throw VetoDragException
 void DropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void BoundaryDropController.onPreviewDrop(DragContext context)
           
 void AbstractInsertPanelDropController.onPreviewDrop(DragContext context)
           
 void AbstractIndexedDropController.onPreviewDrop(DragContext context)
          Deprecated.  
 void AbstractDropController.onPreviewDrop(DragContext context)
           
 

Uses of VetoDragException in com.sage.swt.client.widget.dnd
 

Methods in com.sage.swt.client.widget.dnd that throw VetoDragException
 void SwtTreeviewTreeItemDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void SwtTreeItemDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void SwtCellPanelDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void AbstractSimplePanelDropController.onPreviewDrop(DragContext context)
          Called just prior to DropController.onDrop(DragContext) to allow the drop operation to be cancelled by throwing a VetoDragException.
 void SwtTreeDropController.onPreviewDropDoNothing(DragContext context)
           
 void SwtDragController.previewDragEnd()
          Callback method for MouseDragHandler.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.