Uses of Interface
com.vaadin.data.SelectionModel.Single
-
Packages that use SelectionModel.Single Package Description com.vaadin.ui.components.grid -
-
Uses of SelectionModel.Single in com.vaadin.ui.components.grid
Subinterfaces of SelectionModel.Single in com.vaadin.ui.components.grid Modifier and Type Interface Description interface
SingleSelectionModel<T>
Single selection model interface for Grid.Classes in com.vaadin.ui.components.grid that implement SelectionModel.Single Modifier and Type Class Description class
SingleSelectionModelImpl<T>
Single selection model for grid.
-