|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataRequestRpc
RPC interface used for requesting container data to the client.
| Method Summary | |
|---|---|
void |
dropRows(JsonArray rowKeys)
Informs the server that items have been dropped from the client cache. |
void |
requestRows(int firstRowIndex,
int numberOfRows,
int firstCachedRowIndex,
int cacheSize)
Request rows from the server. |
| Method Detail |
|---|
@NoLoadingIndicator
void requestRows(int firstRowIndex,
int numberOfRows,
int firstCachedRowIndex,
int cacheSize)
firstRowIndex - the index of the first requested rownumberOfRows - the number of requested rowsfirstCachedRowIndex - the index of the first cached rowcacheSize - the number of cached rows@Delayed @NoLoadingIndicator void dropRows(JsonArray rowKeys)
rowKeys - array of dropped keys mapping to items
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||