Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.data.selection |
Modifier and Type | Interface and Description |
---|---|
interface |
GridMultiSelectionModel<T>
Multiselection model interface for Grid.
|
interface |
GridSelectionModel<T>
The server-side interface that controls Grid's selection state.
|
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 | Interface and Description |
---|---|
static interface |
SelectionModel.Multi<C extends Component,T>
A selection model in which multiple items can be selected at the same
time.
|
static interface |
SelectionModel.Single<C extends Component,T>
A selection model in which at most one item can be selected at a time.
|
Copyright © 2025. All rights reserved.