Uses of Interface
com.vaadin.data.SelectionModel
-
Packages that use SelectionModel Package Description com.vaadin.data com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of SelectionModel in com.vaadin.data
Subinterfaces of SelectionModel in com.vaadin.data Modifier and Type Interface Description static interface
SelectionModel.Multi<T>
A selection model in which multiple items can be selected at the same time.static interface
SelectionModel.Single<T>
A selection model in which at most one item can be selected at a time. -
Uses of SelectionModel in com.vaadin.ui
Classes in com.vaadin.ui that implement SelectionModel Modifier and Type Class Description static class
Tree.TreeMultiSelectionModel<T>
Custom MultiSelectionModel for Tree.Methods in com.vaadin.ui that return SelectionModel Modifier and Type Method Description SelectionModel<T>
Tree. getSelectionModel()
Returns the selection model for this Tree.SelectionModel<T>
Tree. setSelectionMode(Grid.SelectionMode selectionMode)
Sets the tree's selection mode. -
Uses of SelectionModel in com.vaadin.ui.components.grid
Subinterfaces of SelectionModel in com.vaadin.ui.components.grid Modifier and Type Interface Description interface
GridSelectionModel<T>
The server-side interface that controls Grid's selection state.interface
MultiSelectionModel<T>
Multiselection model interface for Grid.interface
SingleSelectionModel<T>
Single selection model interface for Grid.Classes in com.vaadin.ui.components.grid that implement SelectionModel Modifier and Type Class Description class
AbstractSelectionModel<T>
Abstract selection model for grid.class
MultiSelectionModelImpl<T>
Multiselection model for grid.class
NoSelectionModel<T>
Selection model that doesn't allow selecting anything from the grid.class
SingleSelectionModelImpl<T>
Single selection model for grid.
-