| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
Tree.TreeDragMode |
Tree.getDragMode()
Deprecated.
|
static Tree.TreeDragMode |
Tree.TreeDragMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Tree.TreeDragMode[] |
Tree.TreeDragMode.values()
Deprecated.
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)
Deprecated.
Sets the drag mode that controls how Tree behaves as a
DragSource
. |
Copyright © 2019 Vaadin Ltd. All rights reserved.