Package com.extjs.gxt.ui.client.dnd

Drag and drop framework.

See:
          Description

Class Summary
DND DND public constants and enumerations.
DragSource Identifies a component that drag and drops can be initiated from.
DropTarget Identifies components that can receive data from a drag and drop operations.
GridDragSource A DragSource implementation for Grids.
GridDropTarget A DropTarget implementation for Grids.
Insert A custom component used to show insert locations with drop targets.
ListViewDragSource A DragSource implementation for ListViews.
ListViewDropTarget A DropTarget implementation for the ListView component.
ScrollSupport Adds scroll support to a given element.
StatusProxy A custom component used to display the status of the drag operation and information about the data being dragged.
TreeDragSource Deprecated. TreePanelDragSource
TreeDropTarget Deprecated. TreePanelDropTarget
TreeGridDragSource DragSource implementation for TreeGrid.
TreeGridDropTarget DropTarget implementation for TreeGrid.
TreePanelDragSource DragSource implementation for TreePanel.
TreePanelDropTarget  
 

Enum Summary
DND.Feedback Feedback public enumeration which sets the type of visual feedback a drop target will display.
DND.Operation Operation public enumeration which sets the operation performed by a drop target.
DND.TreeSource TreeSource public enumeration which specifies the type of drops that are allowed with a tree drop target.
 

Package com.extjs.gxt.ui.client.dnd Description

Drag and drop framework.