Uses of Class
com.vaadin.ui.Tree.TreeDragMode
-
Packages that use Tree.TreeDragMode Package Description com.vaadin.ui -
-
Uses of Tree.TreeDragMode in com.vaadin.ui
Methods in com.vaadin.ui that return Tree.TreeDragMode Modifier and Type Method Description 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 Modifier and Type Method Description void
Tree. setDragMode(Tree.TreeDragMode dragMode)
Sets the drag mode that controls how Tree behaves as aDragSource
.
-