We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeInterfaceDescriptioninterface
Multiselection model interface for Grid.
interface
Single selection model interface for Grid.
Classes in com.vaadin.flow.component.grid that implement GridSelectionModelModifier and TypeClassDescriptionclass
Abstract implementation of a GridMultiSelectionModel.
class
Abstract implementation of a GridSingleSelectionModel.
class
Selection 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 void
Grid.setSelectionModel
(GridSelectionModel<T> model, Grid.SelectionMode selectionMode) Sets the selection model for the grid.