Package com.vaadin.shared.data.selection
Interface MultiSelectServerRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
public interface MultiSelectServerRpc extends ServerRpc
Transmits SelectionModel selection changes from the client to the server.- Since:
- 8.0
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateSelection(Set<String> addedItemKeys, Set<String> removedItemKeys)
Updates the selected items based on their keys.
-