protected class DataCommunicator.SimpleDataRequestRpc extends Object implements DataRequestRpc
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleDataRequestRpc() |
| Modifier and Type | Method and Description |
|---|---|
void |
dropRows(JsonArray keys) |
void |
requestRows(int firstRowIndex,
int numberOfRows,
int firstCachedRowIndex,
int cacheSize) |
public void requestRows(int firstRowIndex,
int numberOfRows,
int firstCachedRowIndex,
int cacheSize)
requestRows in interface DataRequestRpcpublic void dropRows(JsonArray keys)
dropRows in interface DataRequestRpcCopyright © 2019 Vaadin Ltd. All rights reserved.