| Interface | Description |
|---|---|
| DropController |
Create a DropController for each drop target on which draggable widgets can be dropped.
|
| Class | Description |
|---|---|
| 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. |
| 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. |