|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.plugins.spacedirectory.util.ListBuilderPaginationSupport<T>
T - - the type of the itempublic class ListBuilderPaginationSupport<T>
Calculates pagination indexes using a com.atlassian.confluence.core.ListBuilder. This is preferable to using bucket.core.actions.PaginationSupport, since it only loads part of the list into memory.
| Constructor Summary | |
|---|---|
ListBuilderPaginationSupport(int startIndex,
int pageSize,
ListBuilder<T> items)
|
|
| Method Summary | |
|---|---|
int |
getCountOnEachPage()
Deprecated. since 3.0 (at least). Please use getPageSize()}} |
int |
getNextIndex()
Deprecated. since 3.0 (at least). Please use getNextStartIndex()} |
int |
getNextStartIndex()
Returns the next start index. |
int[] |
getNextStartIndexes()
Returns an array of start indexes for pages that appear after the current page If there are no further pages, null is returned |
int |
getNiceEndIndex()
Returns an end index for use in the UI. |
int |
getNiceStartIndex()
Returns a start index for use in the UI. |
List<T> |
getPage()
Returns a subset of the list of items passed in, based on startIndex and the page size |
int |
getPageSize()
Returns the number of items available on the current page. |
int |
getPreviousIndex()
Deprecated. since 3.0 (at least). Please use getPreviousStartIndex()} |
int |
getPreviousStartIndex()
Returns the previous start index. |
int[] |
getPreviousStartIndexes()
Returns an array of start indexes for pages that appear before the current page If there are no preceding pages, null is returned |
int |
getStartIndex()
Returns the start index. |
int |
getStartIndexValue()
Always return the start index value, regardless of whether the pagination has any total. |
int |
getTotal()
Returns the total number of items in the list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ListBuilderPaginationSupport(int startIndex,
int pageSize,
ListBuilder<T> items)
| Method Detail |
|---|
public int getNiceEndIndex()
PaginationSupport
getNiceEndIndex in interface PaginationSupport<T>public int getStartIndex()
PaginationSupport
getStartIndex in interface PaginationSupport<T>public int getStartIndexValue()
PaginationSupport
getStartIndexValue in interface PaginationSupport<T>public int getNextStartIndex()
getNextStartIndex in interface PaginationSupport<T>public int getPreviousStartIndex()
getPreviousStartIndex in interface PaginationSupport<T>@Deprecated public int getNextIndex()
getNextStartIndex()}
@Deprecated public int getPreviousIndex()
getPreviousStartIndex()}
public int[] getNextStartIndexes()
PaginationSupport
getNextStartIndexes in interface PaginationSupport<T>public int[] getPreviousStartIndexes()
PaginationSupport
getPreviousStartIndexes in interface PaginationSupport<T>public int getNiceStartIndex()
PaginationSupport
getNiceStartIndex in interface PaginationSupport<T>public List<T> getPage()
getPage in interface PaginationSupport<T>public int getTotal()
PaginationSupport
getTotal in interface PaginationSupport<T>public int getPageSize()
PaginationSupport
getPageSize in interface PaginationSupport<T>@Deprecated public int getCountOnEachPage()
getPageSize()}}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||