Uses of Class
com.vaadin.ui.Table.TableDragMode
-
Packages that use Table.TableDragMode Package Description com.vaadin.ui -
-
Uses of Table.TableDragMode in com.vaadin.ui
Methods in com.vaadin.ui that return Table.TableDragMode Modifier and Type Method 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.Methods in com.vaadin.ui with parameters of type Table.TableDragMode Modifier and Type Method Description void
Table. setDragMode(Table.TableDragMode newDragMode)
Sets the drag start mode of the Table.
-