Class RsTreePanelDragSource<M>
<any><M>
net.datenwerke.gf.client.treedb.dnd.RsTreePanelDragSource<M>
- Direct Known Subclasses:
UITreeDragSource
public class RsTreePanelDragSource<M>
extends <any>
DragSource implementation for TreePanel.
Just like the default gxt TreePanelDragSource but does not add the mousedown
listener in IE-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionTreeSourceReturns the type of items that can be dragged.voidsetTreeSource(TreeSource treeSource) Sets which tree items can be dragged (defaults to BOTH).
-
Constructor Details
-
RsTreePanelDragSource
public RsTreePanelDragSource(<any> tree)
-
-
Method Details
-
getTreeSource
public TreeSource getTreeSource()Returns the type of items that can be dragged.- Returns:
- the tree source type
-
setTreeSource
public void setTreeSource(TreeSource treeSource) Sets which tree items can be dragged (defaults to BOTH).- Parameters:
treeSource- the tree source type
-