Interface SelectionModel.None<T>
-
- Type Parameters:
T
- type parameter corresponding with Grid row type
- All Superinterfaces:
SelectionModel<T>
- All Known Implementing Classes:
SelectionModelNone
- Enclosing interface:
- SelectionModel<T>
public static interface SelectionModel.None<T> extends SelectionModel<T>
Interface for a selection model that does not allow anything to be selected.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.vaadin.client.widget.grid.selection.SelectionModel
SelectionModel.Multi<T>, SelectionModel.None<T>, SelectionModel.Single<T>
-
-
Method Summary
-
Methods inherited from interface com.vaadin.client.widget.grid.selection.SelectionModel
getSelectedRows, getSelectionColumnRenderer, isSelected, reset, setGrid
-
-