Uses of Interface
com.vaadin.flow.data.selection.SelectionModel
-
Packages that use SelectionModel Package Description com.vaadin.flow.component.grid com.vaadin.flow.data.selection -
-
Uses of SelectionModel in com.vaadin.flow.component.grid
Subinterfaces of SelectionModel in com.vaadin.flow.component.grid Modifier and Type Interface Description interfaceGridMultiSelectionModel<T>Multiselection model interface for Grid.interfaceGridSelectionModel<T>The server-side interface that controls Grid's selection state.interfaceGridSingleSelectionModel<T>Single selection model interface for Grid.Classes in com.vaadin.flow.component.grid that implement SelectionModel 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. -
Uses of SelectionModel in com.vaadin.flow.data.selection
Subinterfaces of SelectionModel in com.vaadin.flow.data.selection Modifier and Type Interface Description static interfaceSelectionModel.Multi<C extends Component,T>A selection model in which multiple items can be selected at the same time.static interfaceSelectionModel.Single<C extends Component,T>A selection model in which at most one item can be selected at a time.
-