Uses of Interface
com.vaadin.ui.components.grid.GridSelectionModel
-
Packages that use GridSelectionModel Package Description com.vaadin.ui com.vaadin.ui.components.grid -
-
Uses of GridSelectionModel in com.vaadin.ui
Classes in com.vaadin.ui that implement GridSelectionModel Modifier and Type Class Description static classTree.TreeMultiSelectionModel<T>Custom MultiSelectionModel for Tree.Methods in com.vaadin.ui that return GridSelectionModel Modifier and Type Method Description protected abstract <T> GridSelectionModel<T>Grid.SelectionMode. createModel()Creates the selection model to use with this enum.GridSelectionModel<T>Grid. getSelectionModel()Returns the selection model for this grid.GridSelectionModel<T>Grid. setSelectionMode(Grid.SelectionMode selectionMode)Sets the grid's selection mode.Methods in com.vaadin.ui with parameters of type GridSelectionModel Modifier and Type Method Description protected voidGrid. setSelectionModel(GridSelectionModel<T> model)Sets the selection model for the grid. -
Uses of GridSelectionModel in com.vaadin.ui.components.grid
Subinterfaces of GridSelectionModel in com.vaadin.ui.components.grid Modifier and Type Interface Description interfaceMultiSelectionModel<T>Multiselection model interface for Grid.interfaceSingleSelectionModel<T>Single selection model interface for Grid.Classes in com.vaadin.ui.components.grid that implement GridSelectionModel 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.
-