You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.component.grid.

Class AbstractGridMultiSelectionModel<T>

java.lang.Object
com.vaadin.flow.component.grid.Grid.AbstractGridExtension<T>
com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel<T>

Type Parameters:

T - the grid type

All Implemented Interfaces:

GridMultiSelectionModel<T>, GridSelectionModel<T>, DataGenerator<T>, SelectionModel<Grid<T>,T>, SelectionModel.Multi<Grid<T>,T>, Serializable

public abstract class AbstractGridMultiSelectionModel<T> extends Grid.AbstractGridExtension<T> implements GridMultiSelectionModel<T>

Abstract implementation of a GridMultiSelectionModel.

Author:

Vaadin Ltd.

See Also: