protected class DataCommunicator.SimpleDataRequestRpc extends Object implements DataRequestRpc
Modifier | Constructor and Description |
---|---|
protected |
SimpleDataRequestRpc() |
Modifier and Type | Method and Description |
---|---|
void |
dropRows(elemental.json.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 DataRequestRpc
public void dropRows(elemental.json.JsonArray keys)
dropRows
in interface DataRequestRpc
Copyright © 2017 Vaadin Ltd. All rights reserved.