public static interface Grid.SelectionModel.HasUserSelectionAllowed extends Grid.SelectionModel
Grid.SelectionModel.HasUserSelectionAllowed, Grid.SelectionModel.Multi, Grid.SelectionModel.None, Grid.SelectionModel.SingleClientConnector.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, setGridaddAttachListener, addDetachListener, attach, beforeClientResponse, detach, encodeState, getErrorHandler, getExtensions, getParent, getRpcManager, getStateType, getUI, handleConnectorRequest, isAttached, isConnectorEnabled, markAsDirty, markAsDirtyRecursive, removeAttachListener, removeDetachListener, removeExtension, requestRepaint, requestRepaintAll, retrievePendingRpcCalls, setErrorHandlergetConnectorIdboolean 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 © 2017 Vaadin Ltd. All rights reserved.