com.atlassian.jira.web.component.issuesummary
Class IssueSummaryLayoutBean

java.lang.Object
  extended by com.atlassian.jira.web.component.issuesummary.IssueSummaryLayoutBean

public class IssueSummaryLayoutBean
extends java.lang.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.


Constructor Summary
IssueSummaryLayoutBean(boolean isLongLayout)
           
 
Method Summary
 boolean isLongLayout()
           
 boolean isShowIssueActions()
           
 boolean isShowIssueDetails()
           
 boolean isShowIssueOperations()
           
 boolean isShowIssueViews()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueSummaryLayoutBean

public IssueSummaryLayoutBean(boolean isLongLayout)
Parameters:
isLongLayout - Whether to show all the details, or just a short view of the issue summary
Method Detail

isLongLayout

public boolean isLongLayout()

isShowIssueViews

public boolean isShowIssueViews()

isShowIssueDetails

public boolean isShowIssueDetails()

isShowIssueActions

public boolean isShowIssueActions()

isShowIssueOperations

public boolean isShowIssueOperations()


Copyright © 2002-2011 Atlassian. All Rights Reserved.