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