public class ComponentColumnPagination extends AbstractColumnPagination
boardContext, boards
PAGE_SIZE
Constructor and Description |
---|
ComponentColumnPagination(BoardContext boardContext) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
allowUnset() |
protected List<PlanningBoard> |
getBoards() |
List<PlanningBoard> |
getBoardsForPage(int page)
Retrieves the list of boards for the given page, according to PAGE_SIZE.
|
protected LinkedList<String> |
getHierarchy(String id) |
protected boolean |
useFullNamesInTooltip() |
getPageContent, getPageCount, getPageFor, getTooltips
public ComponentColumnPagination(BoardContext boardContext)
public List<PlanningBoard> getBoardsForPage(int page)
ColumnPagination
getBoardsForPage
in interface ColumnPagination
getBoardsForPage
in class AbstractColumnPagination
page
- the requested page, starting with 1protected List<PlanningBoard> getBoards()
getBoards
in class AbstractColumnPagination
protected LinkedList<String> getHierarchy(String id)
getHierarchy
in class AbstractColumnPagination
protected boolean allowUnset()
allowUnset
in class AbstractColumnPagination
protected boolean useFullNamesInTooltip()
useFullNamesInTooltip
in class AbstractColumnPagination
Copyright © 2007–2015 Atlassian. All rights reserved.