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 interfaceSelectionModel.Multi<T>A selection model in which multiple items can be selected at the same time.static interfaceSelectionModel.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 classTree.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 interfaceGridSelectionModel<T>The server-side interface that controls Grid's selection state.interfaceMultiSelectionModel<T>Multiselection model interface for Grid.interfaceSingleSelectionModel<T>Single selection model interface for Grid.Classes in com.vaadin.ui.components.grid that implement SelectionModel Modifier and Type Class Description classAbstractSelectionModel<T>Abstract selection model for grid.classMultiSelectionModelImpl<T>Multiselection model for grid.classNoSelectionModel<T>Selection model that doesn't allow selecting anything from the grid.classSingleSelectionModelImpl<T>Single selection model for grid.
-