Uses of Interface
com.vaadin.flow.data.selection.SelectionModel
-
Packages that use SelectionModel Package Description com.vaadin.flow.data.selection -
-
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.
-