package com.smartgwt.client.docs;
/**
* The following APIs are all related to DragTracker.
* @see com.smartgwt.client.widgets.grid.ListGrid#setDragTracker
* @see com.smartgwt.client.widgets.grid.ListGrid#getDragTrackerIcon
* @see com.smartgwt.client.widgets.grid.ListGrid#getDragTrackerTitle
* @see com.smartgwt.client.widgets.tree.TreeGrid#getDragTrackerIcon
* @see com.smartgwt.client.widgets.tile.TileGrid#setDragTracker
* @see com.smartgwt.client.widgets.tile.TileGrid#getDragTrackerTitle
* @see com.smartgwt.client.util.EventHandler#setDragTracker
* @see com.smartgwt.client.widgets.grid.ListGrid#getDragTrackerMode
* @see com.smartgwt.client.widgets.grid.ListGrid#getTrackerImage
* @see com.smartgwt.client.types.DragTrackerMode
*/
public interface DragTracker {
}