com.pyxis.greenhopper.jira.boards.pagination
Class VersionColumnPagination
java.lang.Object
com.pyxis.greenhopper.jira.boards.pagination.AbstractColumnPagination
com.pyxis.greenhopper.jira.boards.pagination.VersionColumnPagination
- All Implemented Interfaces:
- ColumnPagination
public class VersionColumnPagination
- extends AbstractColumnPagination
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VersionColumnPagination
public VersionColumnPagination(BoardContext boardContext)
getBoardsForPage
public java.util.List<PlanningBoard> getBoardsForPage(int page)
- Description copied from interface:
ColumnPagination
- Retrieves the list of boards for the given page, according to PAGE_SIZE. If that
page does not contain any boards, the returned list is empty.
- Specified by:
getBoardsForPage
in interface ColumnPagination
- Specified by:
getBoardsForPage
in class AbstractColumnPagination
- Parameters:
page
- the requested page, starting with 1
- Returns:
- list of boards in that page, or empty list
getBoards
protected java.util.List<PlanningBoard> getBoards()
- Specified by:
getBoards
in class AbstractColumnPagination
getHierarchy
protected java.util.LinkedList<java.lang.String> getHierarchy(java.lang.String id)
- Specified by:
getHierarchy
in class AbstractColumnPagination
allowUnset
protected boolean allowUnset()
- Specified by:
allowUnset
in class AbstractColumnPagination
useFullNamesInTooltip
protected boolean useFullNamesInTooltip()
- Specified by:
useFullNamesInTooltip
in class AbstractColumnPagination
Copyright © 2007-2011 Atlassian. All Rights Reserved.