public static class PagedListWrapper.PagedListWrapperDocExample<T,Z> extends PagedListWrapper<T,Z>
PagedListWrapper.PagedListWrapperDocExample<T,Z>endIndex, size, startIndex| Constructor and Description |
|---|
PagedListWrapperDocExample(int maxResults,
int startIndex,
int endIndex,
Collection<T> items) |
| Modifier and Type | Method and Description |
|---|---|
T |
fromBackedObject(Z backedObject) |
int |
getBackingListSize() |
List<Z> |
getOrderedList(int startIndex,
int endIndex) |
getCallback, getItems, getMaxResults, getPagingCallback, getSizepublic PagedListWrapperDocExample(int maxResults,
int startIndex,
int endIndex,
Collection<T> items)
public T fromBackedObject(Z backedObject)
fromBackedObject in class PagedListWrapper<T,Z>public int getBackingListSize()
getBackingListSize in class PagedListWrapper<T,Z>public List<Z> getOrderedList(int startIndex, int endIndex)
getOrderedList in class PagedListWrapper<T,Z>Copyright © 2002-2015 Atlassian. All Rights Reserved.