public interface MultiSelectionModelServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
deselect(List<String> rowKeys)
Deselect a list of rows based on their row keys on the server-side.
|
void |
deselectAll()
Deselects all rows on the server-side.
|
void |
select(List<String> rowKeys)
Select a list of rows based on their row keys on the server-side.
|
void |
selectAll()
Selects all rows on the server-side.
|
void select(List<String> rowKeys)
rowKeys - list of row keys to selectvoid deselect(List<String> rowKeys)
rowKeys - list of row keys to deselectvoid selectAll()
void deselectAll()
Copyright © 2019 Vaadin Ltd. All rights reserved.