public class GridDropTarget<M> extends DropTarget
DropTarget implementation for Grids. Supports both inserts and
appends, specified using
DropTarget.setOperation(com.sencha.gxt.dnd.core.client.DND.Operation).
Supported drag data:
| Constructor and Description |
|---|
GridDropTarget(Grid<M> grid)
Creates a new drop target instance.
|
| Modifier and Type | Method and Description |
|---|---|
Grid<M> |
getGrid()
Returns the target grid component.
|
addDragCancelHandler, addDragEnterHandler, addDragLeaveHandler, addDragMoveHandler, addDropHandler, disable, enable, getFeedback, getGroup, getOperation, getOverStyle, getWidget, isAllowSelfAsSource, isEnabled, release, setAllowSelfAsSource, setFeedback, setGroup, setOperation, setOverStyleCopyright © 2012. All Rights Reserved.