| Package | Description |
|---|---|
| com.vaadin.shared.data | |
| com.vaadin.shared.ui.progressindicator | |
| com.vaadin.shared.ui.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
DataRequestRpc.dropRows(JsonArray rowKeys)
Informs the server that items have been dropped from the client cache.
|
void |
DataRequestRpc.requestRows(int firstRowIndex,
int numberOfRows,
int firstCachedRowIndex,
int cacheSize)
Request rows from the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressIndicatorServerRpc.poll() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIServerRpc.poll() |
Copyright © 2021 Vaadin Ltd. All rights reserved.