Package | Description |
---|---|
com.vaadin.flow.component.grid |
Modifier and Type | Interface and Description |
---|---|
interface |
GridMultiSelectionModel<T>
Multiselection model interface for Grid.
|
interface |
GridSingleSelectionModel<T>
Single selection model interface for Grid.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGridMultiSelectionModel<T>
Abstract implementation of a GridMultiSelectionModel.
|
class |
AbstractGridSingleSelectionModel<T>
Abstract implementation of a GridSingleSelectionModel.
|
class |
GridNoneSelectionModel<T>
Selection model implementation for disabling selection in Grid.
|
Modifier and Type | Method and Description |
---|---|
protected abstract <T> GridSelectionModel<T> |
Grid.SelectionMode.createModel(Grid<T> grid)
Creates the selection model to use with this enum.
|
GridSelectionModel<T> |
Grid.getSelectionModel()
Returns the selection model for this grid.
|
GridSelectionModel<T> |
Grid.setSelectionMode(Grid.SelectionMode selectionMode)
Sets the grid's selection mode.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Grid.setSelectionModel(GridSelectionModel<T> model,
Grid.SelectionMode selectionMode)
Sets the selection model for the grid.
|
Copyright © 2025. All rights reserved.