Package com.vaadin.shared.data.selection
Interface SelectionServerRpc
-
- All Superinterfaces:
Serializable
,ServerRpc
- All Known Subinterfaces:
GridMultiSelectServerRpc
public interface SelectionServerRpc extends ServerRpc
Transmits SelectionModel selection events from the client to the server.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deselect(String key)
Deselects an item based on its key.void
select(String key)
Selects an item based on its key.
-