Package com.vaadin.data.provider
Class DataCommunicator.SimpleDataRequestRpc
- java.lang.Object
-
- com.vaadin.data.provider.DataCommunicator.SimpleDataRequestRpc
-
- All Implemented Interfaces:
ServerRpc,DataRequestRpc,Serializable
- Enclosing class:
- DataCommunicator<T>
protected class DataCommunicator.SimpleDataRequestRpc extends Object implements DataRequestRpc
Simple implementation of collection data provider communication. All data is sent by server automatically and no data is requested by client.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleDataRequestRpc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddropRows(elemental.json.JsonArray keys)voidrequestRows(int firstRowIndex, int numberOfRows, int firstCachedRowIndex, int cacheSize)
-
-
-
Method Detail
-
requestRows
public void requestRows(int firstRowIndex, int numberOfRows, int firstCachedRowIndex, int cacheSize)- Specified by:
requestRowsin interfaceDataRequestRpc
-
dropRows
public void dropRows(elemental.json.JsonArray keys)
- Specified by:
dropRowsin interfaceDataRequestRpc
-
-