| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pyxis.greenhopper.jira.boards.AbstractBoard
com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
public abstract class AbstractModalBoard
| Field Summary | |
|---|---|
static java.lang.String | 
ID
 | 
static java.lang.String | 
VIEW
 | 
| Fields inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard | 
|---|
canBoardRank, context, id, issueView, log, name, pager | 
| Constructor Summary | |
|---|---|
AbstractModalBoard(BoardContext boardContext)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
canDrag(BoardIssue boardIssue)
 | 
 boolean | 
canManageStats()
 | 
 Context | 
getContext()
Retrieves the selected context of the board  | 
 java.lang.String | 
getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Retrieves the id of the board where the issue is displayed in  | 
 java.lang.String | 
getKey()
Retrieves the key of the board  | 
 java.lang.String | 
getView()
The issue view to display the issues in  | 
 boolean | 
hasMenuItems(BoardIssue bIssue)
Returns whether or not the issue has menu items to display in the card menu  | 
 boolean | 
hasSettings()
Checks if the board has settings  | 
 boolean | 
hideDone()
 | 
 boolean | 
hideSubs()
 | 
 boolean | 
isAddIssueEnabled()
 | 
 boolean | 
isAddSubEnabled()
 | 
 boolean | 
isAssignedToMeOn()
Returns whether or not only the user issues should be displayed  | 
 boolean | 
isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Checks whether the issue is associated with this board, e.g.  | 
 boolean | 
isHighLighting()
 | 
 boolean | 
showLegendBar()
Show or not the Legend bar  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String VIEW
public static final java.lang.String ID
| Constructor Detail | 
|---|
public AbstractModalBoard(BoardContext boardContext)
| Method Detail | 
|---|
public java.lang.String getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
                                             throws GreenHopperException
Board
issue - to locate
GreenHopperException - if none foundpublic java.lang.String getView()
Board
public java.lang.String getKey()
Board
public boolean canDrag(BoardIssue boardIssue)
public boolean hasSettings()
Board
public boolean isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Board
public boolean canManageStats()
canManageStats in interface BoardcanManageStats in class AbstractBoardpublic boolean hideSubs()
hideSubs in interface BoardhideSubs in class AbstractBoardpublic boolean hideDone()
hideDone in interface BoardhideDone in class AbstractBoardpublic boolean isAssignedToMeOn()
Board
isAssignedToMeOn in interface BoardisAssignedToMeOn in class AbstractBoardpublic Context getContext()
Board
getContext in interface BoardgetContext in class AbstractBoardContextpublic boolean showLegendBar()
Board
public boolean isAddIssueEnabled()
public boolean isAddSubEnabled()
public boolean isHighLighting()
isHighLighting in interface BoardisHighLighting in class AbstractBoardpublic boolean hasMenuItems(BoardIssue bIssue)
Board
hasMenuItems in interface BoardhasMenuItems in class AbstractBoardbIssue - the selected issue
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||