Interface GridMultiSelectionModel<T>

  • Type Parameters:
    T - the type of items in grid
    All Superinterfaces:
    GridSelectionModel<T>, com.vaadin.flow.data.selection.SelectionModel<Grid<T>,​T>, com.vaadin.flow.data.selection.SelectionModel.Multi<Grid<T>,​T>, Serializable
    All Known Implementing Classes:
    AbstractGridMultiSelectionModel

    public interface GridMultiSelectionModel<T>
    extends GridSelectionModel<T>, com.vaadin.flow.data.selection.SelectionModel.Multi<Grid<T>,​T>
    Multiselection model interface for Grid.
    Author:
    Vaadin Ltd