T - Grid's row typepublic interface HasUserSelectionAllowed<T> extends SelectionModel<T>
SelectionModel.Multi<T>, SelectionModel.None<T>, SelectionModel.Single<T>| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserSelectionAllowed()
Checks if the user is allowed to change the selection.
|
void |
setUserSelectionAllowed(boolean userSelectionAllowed)
Sets whether the user is allowed to change the selection.
|
getSelectedRows, getSelectionColumnRenderer, isSelected, reset, setGridboolean isUserSelectionAllowed()
true if the user is allowed to change the selection,
false otherwisevoid setUserSelectionAllowed(boolean userSelectionAllowed)
userSelectionAllowed - true if the user is allowed to change the
selection, false otherwiseCopyright © 2021 Vaadin Ltd. All rights reserved.