public interface SelectionServerRpc extends ServerRpc
| Modifier and Type | Method and Description |
|---|---|
void |
deselect(String key)
Deselects an item based on its key.
|
void |
select(String key)
Selects an item based on its key.
|
Copyright © 2017 Vaadin Ltd. All rights reserved.