|
||||||||||
| 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 |
requestRows(int firstRowIndex,
int numberOfRows,
int firstCachedRowIndex,
int cacheSize)
Request rows from the server. |
void |
setPinned(java.lang.String key,
boolean isPinned)
Informs the server that an item referenced with a key pinned status has changed. |
| 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
void setPinned(java.lang.String key,
boolean isPinned)
key - key mapping to itemisPinned - pinned status of referenced item
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||