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 interface
GridMultiSelectionModel<T>
Multiselection model interface for Grid.interface
GridSingleSelectionModel<T>
Single selection model interface for Grid.Classes in com.vaadin.flow.component.grid that implement GridSelectionModel Modifier and Type Class 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.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 void
Grid. setSelectionModel(GridSelectionModel<T> model, Grid.SelectionMode selectionMode)
Sets the selection model for the grid.
-