|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 Board
canManageStats
in class AbstractBoard
public boolean hideSubs()
hideSubs
in interface Board
hideSubs
in class AbstractBoard
public boolean hideDone()
hideDone
in interface Board
hideDone
in class AbstractBoard
public boolean isAssignedToMeOn()
Board
isAssignedToMeOn
in interface Board
isAssignedToMeOn
in class AbstractBoard
public Context getContext()
Board
getContext
in interface Board
getContext
in class AbstractBoard
Context
public boolean showLegendBar()
Board
public boolean isAddIssueEnabled()
public boolean isAddSubEnabled()
public boolean isHighLighting()
isHighLighting
in interface Board
isHighLighting
in class AbstractBoard
public boolean hasMenuItems(BoardIssue bIssue)
Board
hasMenuItems
in interface Board
hasMenuItems
in class AbstractBoard
bIssue
- the selected issue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |