Uses of Class
com.vaadin.client.widgets.Grid.SelectionMode
-
Packages that use Grid.SelectionMode Package Description com.vaadin.client.widgets -
-
Uses of Grid.SelectionMode in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets 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.client.widgets with parameters of type Grid.SelectionMode Modifier and Type Method Description void
Grid. setSelectionMode(Grid.SelectionMode mode)
Sets current selection mode.
-