T - the type of element in the list to wrap.public abstract class AbstractPagedListWrapper<T> extends Object implements ListWrapper<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPagedListWrapper(int size,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
ListWrapperCallback<T> |
getCallback() |
int |
getMaxResults() |
abstract ListWrapperCallback<T> |
getPagingCallback()
Gets the call back that will actually "retrieve" the necessary element to populate the List.
|
int |
getSize() |
Integer |
getStartIndex() |
void |
setStartIndex(int startIndex) |
protected AbstractPagedListWrapper(int size,
int maxResults)
public Integer getStartIndex()
public int getSize()
public int getMaxResults()
public void setStartIndex(int startIndex)
public final ListWrapperCallback<T> getCallback()
getCallback in interface ListWrapper<T>public abstract ListWrapperCallback<T> getPagingCallback()
Copyright © 2016 Atlassian. All rights reserved.