| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
Table.TableDragMode |
Table.getDragMode()
Deprecated.
|
static Table.TableDragMode |
Table.TableDragMode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Table.TableDragMode[] |
Table.TableDragMode.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 |
Table.setDragMode(Table.TableDragMode newDragMode)
Deprecated.
Sets the drag start mode of the Table.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.