Uses of Class
com.vaadin.ui.Tree.TreeDragMode

Packages that use Tree.TreeDragMode
com.vaadin.ui   
 

Uses of Tree.TreeDragMode in com.vaadin.ui
 

Methods in com.vaadin.ui that return Tree.TreeDragMode
 Tree.TreeDragMode Tree.getDragMode()
           
static Tree.TreeDragMode Tree.TreeDragMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Tree.TreeDragMode[] Tree.TreeDragMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.ui with parameters of type Tree.TreeDragMode
 void Tree.setDragMode(Tree.TreeDragMode dragMode)
          Sets the drag mode that controls how Tree behaves as a DragSource .
 



Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.