|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.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
. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |