Uses of Class
com.vaadin.ui.Grid.SelectionMode
-
Packages that use Grid.SelectionMode Package Description com.vaadin.ui -
-
Uses of Grid.SelectionMode in com.vaadin.ui
Methods in com.vaadin.ui that return Grid.SelectionMode Modifier and Type Method Description static Grid.SelectionMode
Grid.SelectionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Grid.SelectionMode[]
Grid.SelectionMode. 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 Grid.SelectionMode Modifier and Type Method Description GridSelectionModel<T>
Grid. setSelectionMode(Grid.SelectionMode selectionMode)
Sets the grid's selection mode.SelectionModel<T>
Tree. setSelectionMode(Grid.SelectionMode selectionMode)
Sets the tree's selection mode.
-