public class

IssueSummaryLayoutBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.component.issuesummary.IssueSummaryLayoutBean

Class Overview

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.

Summary

Public Constructors
IssueSummaryLayoutBean(boolean isLongLayout)
Public Methods
boolean isLongLayout()
boolean isShowIssueActions()
boolean isShowIssueDetails()
boolean isShowIssueOperations()
boolean isShowIssueViews()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public IssueSummaryLayoutBean (boolean isLongLayout)

Parameters
isLongLayout Whether to show all the details, or just a short view of the issue summary

Public Methods

public boolean isLongLayout ()

public boolean isShowIssueActions ()

public boolean isShowIssueDetails ()

public boolean isShowIssueOperations ()

public boolean isShowIssueViews ()