Package com.sencha.gxt.dnd.core.client

Drag and drop framework.

See:
          Description

Interface Summary
DndDragCancelEvent.DndDragCancelHandler  
DndDragCancelEvent.HasDndDragCancelHandlers A widget that implements this interface is a public source of DndDragCancelEvent events.
DndDragEnterEvent.DndDragEnterHandler Handler for DndDragEnterEvent events.
DndDragEnterEvent.HasDndDragEnterHandlers A widget that implements this interface is a public source of DndDragEnterEvent events.
DndDragLeaveEvent.DndDragLeaveHandler Handler for DndDragLeaveEvent events.
DndDragLeaveEvent.HasDndDragLeaveHandlers A widget that implements this interface is a public source of DndDragLeaveEvent events.
DndDragMoveEvent.DndDragMoveHandler Handler for DndDragMoveEvent events.
DndDragMoveEvent.HasDndDragMoveHandlers A widget that implements this interface is a public source of DndDragMoveEvent events.
DndDragStartEvent.DndDragStartHandler  
DndDragStartEvent.HasDndDragStartHandlers A widget that implements this interface is a public source of DndDragStartEvent events.
DndDropEvent.DndDropHandler  
DndDropEvent.HasDndDropHandlers A widget that implements this interface is a public source of DndDropEvent events.
GridDragSource.GridDragSourceMessages The locale-sensitive messages used by this class.
Insert.DefaultInsertAppearance.InsertResources  
Insert.DefaultInsertAppearance.InsertStyle  
Insert.DefaultInsertAppearance.Template  
Insert.InsertAppearance  
ListViewDragSource.ListViewDragSourceMessages The locale-sensitive messages used by this class.
StatusProxy.StatusProxyAppearance  
TreeDropTarget.TreeDropTargetResources The tree drop target resources.
TreeGridDropTarget.TreeGridDropTargetResources The tree drop target resources.
 

Class Summary
DND DND public constants and enumerations.
DndDragCancelEvent Fires after a drag is cancelled.
DndDragEnterEvent Fires when a drag enters a drop target.
DndDragLeaveEvent  
DndDragMoveEvent  
DndDragStartEvent  
DndDropEvent  
DragSource Enables a component to act as the source of a drag and drop operation (i.e.
DropTarget Enables a component to act as the target of a drag and drop operation (i.e.
GridDragSource<M> Enables a Grid to act as the source of a drag and drop operation.
GridDropTarget<M> Enables a Grid to act as the target of a drag and drop operation.
Insert A custom widget used to show insert locations with drop targets.
Insert.DefaultInsertAppearance  
ListViewDragSource<M> Enables a ListView to act as the source of a drag and drop operation.
ListViewDropTarget<M> Enables a ListView to act as the target of a drag and drop operation.
StatusProxy A custom widget used to display the status of the drag operation and information about the data being dragged.
TreeDragSource<M> Enables a Tree to act as the source of a drag and drop operation.
TreeDropTarget<M> Enables a Tree to act as the target of a drag and drop operation.
TreeGridDragSource<M> Enables a TreeGrid to act as the source of a drag and drop operation.
TreeGridDropTarget<M> Enables a TreeGrid to act as the target of a drag and drop operation.
 

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.sencha.gxt.dnd.core.client Description

Drag and drop framework.



Copyright © 2012. All Rights Reserved.