com.pyxis.greenhopper.jira.boards.pagination
Class ChartBoardColumnPagination

java.lang.Object
  extended by com.pyxis.greenhopper.jira.boards.pagination.AbstractColumnPagination
      extended by com.pyxis.greenhopper.jira.boards.pagination.ChartBoardColumnPagination
All Implemented Interfaces:
ColumnPagination

public class ChartBoardColumnPagination
extends AbstractColumnPagination


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.pagination.AbstractColumnPagination
boardContext, boards
 
Fields inherited from interface com.pyxis.greenhopper.jira.boards.pagination.ColumnPagination
PAGE_SIZE
 
Constructor Summary
ChartBoardColumnPagination(BoardContext boardContext)
           
 
Method Summary
protected  boolean allowUnset()
           
protected  java.util.List<PlanningBoard> getBoards()
           
 java.util.List<PlanningBoard> getBoardsForPage(int page)
          Retrieves the list of boards for the given page, according to PAGE_SIZE.
protected  java.util.List<java.lang.String> getHierarchy(java.lang.String id)
           
protected  boolean useFullNamesInTooltip()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.pagination.AbstractColumnPagination
getPageContent, getPageCount, getPageFor, getTooltips
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartBoardColumnPagination

public ChartBoardColumnPagination(BoardContext boardContext)
Method Detail

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.List<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-2012 Atlassian. All Rights Reserved.