| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setDragMode(Tree.TreeDragMode dragMode)
Sets the drag mode that controls how Tree behaves as a
DragSource
. |
Copyright © 2016 Vaadin Ltd. All rights reserved.