Uses of Interface
com.vaadin.flow.component.grid.GridSelectionModel
Packages that use GridSelectionModel
-
Uses of GridSelectionModel in com.vaadin.flow.component.grid
Subinterfaces of GridSelectionModel in com.vaadin.flow.component.gridModifier and TypeInterfaceDescriptioninterfaceMultiselection model interface for Grid.interfaceSingle selection model interface for Grid.Classes in com.vaadin.flow.component.grid that implement GridSelectionModelModifier and TypeClassDescriptionclassAbstract implementation of a GridMultiSelectionModel.classAbstract implementation of a GridSingleSelectionModel.classSelection model implementation for disabling selection in Grid.Methods in com.vaadin.flow.component.grid that return GridSelectionModelModifier and TypeMethodDescriptionprotected <T> GridSelectionModel<T> Grid.SelectionMode.createModel(Grid<T> grid) Creates the selection model to use with this enum.Grid.getSelectionModel()Returns the selection model for this grid.Grid.setSelectionMode(Grid.SelectionMode selectionMode) Sets the grid's selection mode.Methods in com.vaadin.flow.component.grid with parameters of type GridSelectionModelModifier and TypeMethodDescriptionprotected voidGrid.setSelectionModel(GridSelectionModel<T> model, Grid.SelectionMode selectionMode) Sets the selection model for the grid.