public static interface Grid.SelectionModel.HasUserSelectionAllowed extends Grid.SelectionModel
Grid.SelectionModel.HasUserSelectionAllowed, Grid.SelectionModel.Multi, Grid.SelectionModel.None, Grid.SelectionModel.Single
ClientConnector.AttachEvent, ClientConnector.AttachListener, ClientConnector.ConnectorErrorEvent, ClientConnector.DetachEvent, ClientConnector.DetachListener
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, isSelected, reset, setGrid
addAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getParent, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandler
getConnectorId
boolean 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 © 2022 Vaadin Ltd. All rights reserved.