Package com.maryanovsky.gwtutils.client.ui.dnd

Interface Summary
DndListener A listener interface for receiving notifications of various events during a drag-and-drop gesture.
Draggable The interface to be implemented by objects that can be dragged and dropped.
DropTarget The interface for objects into which draggables can be dropped.
 

Class Summary
DragAndDrop A utility class for drag-and-drop support.