com.pyxis.greenhopper.jira.boards.modal
Class SimpleCardBoard

java.lang.Object
  extended by com.pyxis.greenhopper.jira.boards.AbstractBoard
      extended by com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
          extended by com.pyxis.greenhopper.jira.boards.modal.SearchBoard
              extended by com.pyxis.greenhopper.jira.boards.modal.SimpleCardBoard
All Implemented Interfaces:
Board, java.lang.Comparable<Board>

public class SimpleCardBoard
extends SearchBoard


Field Summary
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
ID, VIEW
 
Fields inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard
canBoardRank, context, id, issueView, log, name, pager
 
Constructor Summary
SimpleCardBoard(BoardContext boardContext, com.atlassian.jira.issue.Issue issue)
           
 
Method Summary
 BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
          Retrieves the decorated isssue
 com.atlassian.jira.issue.Issue getIssue()
           
protected  com.atlassian.query.Query getPrettyQuery()
           
protected  com.atlassian.query.Query getQuery()
           
 java.lang.String getSearchKey()
           
 java.lang.String getTitle()
           
 boolean isCardsDisplayed()
           
 boolean isListDisplayed()
           
 boolean isStatsPanelSupported()
           
 boolean isSummariesDisplayed()
           
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.SearchBoard
canSelect, getStrippedSearchKey, getStrippedSearchKeyForInput, getType, isSearchInputSupported
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
canDrag, canManageStats, getContext, getDisplayableBoardForIssue, getKey, getView, hasMenuItems, hasSettings, hideDone, hideSubs, isAddIssueEnabled, isAddSubEnabled, isAssignedToMeOn, isAssociatedWith, isHighLighting, showLegendBar
 
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard
canBoardRank, canRank, compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoxCss, getCursor, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getDisplayQuery, getFocussedIssue, getHighLightedIssues, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxIssues, getMaxPagine, getName, getNavigatorQuery, getPageNumber, getPager, getPager, getPagination, getPluginLinks, getProject, getProjectId, getQuery, getRawName, getStart, getSummary, hashCode, indexOf, isCapacitySupported, isLocked, isMarkersSupported, isModifierOn, isProjectAdmin, isSelectable, issueCount, issuePagineCount, showParentSubInfo, showProgressStats, showStats, truncate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCardBoard

public SimpleCardBoard(BoardContext boardContext,
                       com.atlassian.jira.issue.Issue issue)
Method Detail

getBoardIssue

public BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
Description copied from interface: Board
Retrieves the decorated isssue

Specified by:
getBoardIssue in interface Board
Overrides:
getBoardIssue in class AbstractBoard
Returns:
the BoardIssue

getIssue

public com.atlassian.jira.issue.Issue getIssue()
Specified by:
getIssue in class SearchBoard

getSearchKey

public java.lang.String getSearchKey()
Specified by:
getSearchKey in class SearchBoard

getTitle

public java.lang.String getTitle()
Specified by:
getTitle in class SearchBoard

isStatsPanelSupported

public boolean isStatsPanelSupported()
Overrides:
isStatsPanelSupported in class SearchBoard

isCardsDisplayed

public boolean isCardsDisplayed()
Specified by:
isCardsDisplayed in interface Board
Overrides:
isCardsDisplayed in class AbstractBoard
Returns:
whether or not the Cards are displayed

isSummariesDisplayed

public boolean isSummariesDisplayed()
Specified by:
isSummariesDisplayed in interface Board
Overrides:
isSummariesDisplayed in class AbstractBoard
Returns:
whether or not the summary are displayed

isListDisplayed

public boolean isListDisplayed()
Specified by:
isListDisplayed in interface Board
Overrides:
isListDisplayed in class AbstractBoard
Returns:
whether or not the list is displayed

getPrettyQuery

protected com.atlassian.query.Query getPrettyQuery()
Specified by:
getPrettyQuery in class AbstractBoard

getQuery

protected com.atlassian.query.Query getQuery()
Specified by:
getQuery in class AbstractBoard


Copyright © 2007-2012 Atlassian. All Rights Reserved.