Modifier and Type | Class and Description |
---|---|
class |
PagerPaginationSupport
This class stores its items using a
Pager - which cannot report the total
size of the result. |
class |
PaginationSupport<T>
Where there are a _very_ large number of items to paginate (in othe order of 10,000's), loading them all up in memory from the db and then
handing them out to the user in a .subList fashion is not very efficient
|
Modifier and Type | Class and Description |
---|---|
class |
ManualTotalPaginationSupport<T>
This class allows us to set the total number of items without
reading the size of the items list.
|
Modifier and Type | Method and Description |
---|---|
PaginationSupport<Space> |
ViewSpaceDirectoryAction.getPaginationSupport() |
Modifier and Type | Class and Description |
---|---|
class |
ListBuilderPaginationSupport<T>
Calculates pagination indexes using a com.atlassian.confluence.core.ListBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
UsernameToUserTranslatingPaginationSupport
A special pagination support class to translate results of membership search to user objects.
|
Copyright © 2003–2016 Atlassian. All rights reserved.