| Package | Description |
|---|---|
| com.vaadin.ui |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SelectionModel<T> |
Tree.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the tree's selection mode.
|
GridSelectionModel<T> |
Grid.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the grid's selection mode.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.