com.atlassian.jira.web.component.issuesummary
Class IssueSummaryLayoutBean
java.lang.Object
com.atlassian.jira.web.component.issuesummary.IssueSummaryLayoutBean
public class IssueSummaryLayoutBean
- extends Object
This bean is used to control the display properties of the IssueSummary, and works with
IssueSummaryWebComponent and issuesummary.vm to achieve this.
It contains sensible defaults.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueSummaryLayoutBean
public IssueSummaryLayoutBean(boolean isLongLayout)
- Parameters:
isLongLayout - Whether to show all the details, or just a short view of the issue summary
isLongLayout
public boolean isLongLayout()
isShowIssueViews
public boolean isShowIssueViews()
isShowIssueDetails
public boolean isShowIssueDetails()
isShowIssueActions
public boolean isShowIssueActions()
isShowIssueOperations
public boolean isShowIssueOperations()
Copyright © 2002-2012 Atlassian. All Rights Reserved.