| Package | Description |
|---|---|
| com.vaadin.client.connectors.data | |
| com.vaadin.client.data |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataCommunicatorConnector.VaadinDataSource.requestRows(int firstRowIndex,
int numberOfRows,
AbstractRemoteDataSource.RequestRowsCallback<elemental.json.JsonObject> callback) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractRemoteDataSource.requestRows(int firstRowIndex,
int numberOfRows,
AbstractRemoteDataSource.RequestRowsCallback<T> callback)
Triggers fetching rows from the remote data source.
|
Copyright © 2021 Vaadin Ltd. All rights reserved.