Package com.allen_sauer.gwt.dnd.client.drop

Classes related to drop targets.

See:
          Description

Interface Summary
DropController Create a DropController for each drop target on which draggable widgets can be dropped.
 

Class Summary
AbsolutePositionDropController A DropController which allows a draggable widget to be placed at specific (absolute) locations on an AbsolutePanel drop target.
AbstractDropController Base class for typical drop controllers.
AbstractIndexedDropController Deprecated. Use AbstractInsertPanelDropController instead
AbstractInsertPanelDropController A DropController for InsertPanel drop targets.
AbstractPositioningDropController A DropController which allows a draggable widget to be placed at valid positions (locations) on the drop target, such as AbsolutePanel, VerticalPanel or HorizontalPanel.
BoundaryDropController A DropController for the Panel which contains a given draggable widget.
Draggable  
FlowPanelDropController A DropController for instances of FlowPanel.
GridConstrainedDropController A DropController which constrains the placement of draggable widgets the grid specified in the constructor.
HorizontalPanelDropController A DropController for instances of HorizontalPanel.
IndexedDropController Deprecated. User HorizontalPanelDropController or VerticalPanelDropController instead.
SimpleDropController Simple DropController which accepts widgets dropped on it.
VerticalPanelDropController A DropController for instances of VerticalPanel.
 

Package com.allen_sauer.gwt.dnd.client.drop Description

Classes related to drop targets. This package contains classes to control the behavior as draggable widgets interact and are eventually dropped on drop targets.



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