package com.smartgwt.client.docs; /** * The following APIs are all related to Dragging. * @see com.smartgwt.client.widgets.grid.ListGrid#willAcceptDrop * @see com.smartgwt.client.widgets.grid.ListGrid#getDragData * @see com.smartgwt.client.widgets.tree.TreeGrid#transferSelectedData * @see com.smartgwt.client.widgets.tile.TileLayout#getDragData * @see com.smartgwt.client.widgets.tile.TileGrid#getDragData * @see com.smartgwt.client.widgets.Window#getCanDragReposition * @see com.smartgwt.client.widgets.Window#getCanDragResize * @see com.smartgwt.client.widgets.Window#getShowResizer * @see com.smartgwt.client.widgets.Canvas#getCanDragScroll * @see com.smartgwt.client.widgets.Canvas#getDragScrollDelay * @see com.smartgwt.client.widgets.grid.ListGrid#getCanDragRecordsOut * @see com.smartgwt.client.widgets.grid.ListGrid#getCanAcceptDroppedRecords * @see com.smartgwt.client.widgets.grid.ListGrid#getCanReorderRecords * @see com.smartgwt.client.widgets.grid.ListGrid#getCanReorderFields * @see com.smartgwt.client.widgets.grid.ListGrid#getCanResizeFields * @see com.smartgwt.client.widgets.grid.ListGrid#getResizeFieldsInRealTime * @see com.smartgwt.client.widgets.grid.ListGrid#getDragDataAction * @see com.smartgwt.client.widgets.tile.TileLayout#getDragDataAction * @see com.smartgwt.client.widgets.tile.TileGrid#getCanReorderTiles * @see com.smartgwt.client.widgets.tile.TileGrid#getCanDragTilesOut * @see com.smartgwt.client.widgets.tile.TileGrid#getCanAcceptDroppedRecords * @see com.smartgwt.client.widgets.tile.TileGrid#getDragDataAction */ public interface Dragging { }