public class PagedResult<T> extends Object implements IsSerializable
| Modifier and Type | Field and Description |
|---|---|
List<T> |
page
The current page of elements
|
int |
total
The total number of elements on the server.
|
| Constructor and Description |
|---|
PagedResult() |
Copyright © 2013. All Rights Reserved.