public interface MultiSelectServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
updateSelection(Set<String> addedItemKeys,
Set<String> removedItemKeys)
Updates the selected items based on their keys.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.