Package | Description |
---|---|
com.vaadin.flow.component.grid |
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 |
---|---|
GridSelectionModel<T> |
Grid.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the grid's selection mode.
|
protected void |
Grid.setSelectionModel(GridSelectionModel<T> model,
Grid.SelectionMode selectionMode)
Sets the selection model for the grid.
|
Copyright © 2025. All rights reserved.