Uses of Interface
com.vaadin.flow.component.grid.GridSelectionModel
-
Packages that use GridSelectionModel Package Description com.vaadin.flow.component.grid -
-
Uses of GridSelectionModel in com.vaadin.flow.component.grid
Subinterfaces of GridSelectionModel in com.vaadin.flow.component.grid Modifier and Type Interface Description interfaceGridMultiSelectionModel<T>Multiselection model interface for Grid.interfaceGridSingleSelectionModel<T>Single selection model interface for Grid.Classes in com.vaadin.flow.component.grid that implement GridSelectionModel Modifier and Type Class Description classAbstractGridMultiSelectionModel<T>Abstract implementation of a GridMultiSelectionModel.classAbstractGridSingleSelectionModel<T>Abstract implementation of a GridSingleSelectionModel.classGridNoneSelectionModel<T>Selection model implementation for disabling selection in Grid.Methods in com.vaadin.flow.component.grid that return GridSelectionModel Modifier and Type Method 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.Methods in com.vaadin.flow.component.grid with parameters of type GridSelectionModel Modifier and Type Method Description protected voidGrid. setSelectionModel(GridSelectionModel<T> model, Grid.SelectionMode selectionMode)Sets the selection model for the grid.
-