public class PagedRequest extends Object implements IsSerializable
PagedResult is provided by the service,
including a needCount value.PagedResult,
PagedServiceDataModel,
ServiceBackedDataModel#callFetchService()| Modifier and Type | Field and Description |
|---|---|
int |
count
The number of items requested for the page.
|
boolean |
needCount
Whether or not the count is required (i.e.
|
int |
offset
The offset of the first item in the requested page within the whole data set.
|
| Constructor and Description |
|---|
PagedRequest()
Creates an empty paged request for deserialization.
|
PagedRequest(int offset,
int count,
boolean needCount)
Creates a new paged request with the given values.
|
public int offset
public int count
public boolean needCount
Copyright © 2013. All Rights Reserved.