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
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
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
()