public interface TreeGridClientRpc extends ClientRpc
| Modifier and Type | Method and Description |
|---|---|
void |
clearPendingExpands()
Clear all pending expands from the client.
|
void |
setCollapsed(List<String> keys)
Inform the client that a list of items with the given keys have been
collapsed by the server.
|
void |
setExpanded(List<String> keys)
Inform the client that a list of items with the given keys have been
expanded by the server.
|
void setExpanded(List<String> keys)
keys - the communication keys of the expanded itemsvoid setCollapsed(List<String> keys)
keys - the communication keys of the collapsed itemsvoid clearPendingExpands()
Copyright © 2017 Vaadin Ltd. All rights reserved.