public class RsTreePanelDragSource<M>
extends <any>
DragSource
implementation for TreePanel.
Just like the default gxt TreePanelDragSource but does not add the mousedown
listener in IEConstructor and Description |
---|
RsTreePanelDragSource(<any> tree) |
Modifier and Type | Method and Description |
---|---|
TreeSource |
getTreeSource()
Returns the type of items that can be dragged.
|
void |
setTreeSource(TreeSource treeSource)
Sets which tree items can be dragged (defaults to BOTH).
|
public TreeSource getTreeSource()
public void setTreeSource(TreeSource treeSource)
treeSource
- the tree source type