java.lang.Object | |
↳ | com.atlassian.jira.issue.fields.FieldRenderingContext |
FieldRenderingContext strings are passed in the displayParameters map as keys with a TRUE value. This allows us to test that we are for instance on the ViewIssue page, or rendering an excel view.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | EMAIL_VIEW | used to signify we are rendering for emails | |||||||||
String | EXCEL_VIEW | used to signify we are rendering for excel | |||||||||
String | ISSUE_VIEW | used to signify we are on the ViewIssue page | |||||||||
String | NAVIGATOR_VIEW | This is a display hint that is placed into the displayParameters when rendering the issue navigator. | |||||||||
String | PRINT_VIEW | used to signify we are rendering simplified view used for printing |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object |
used to signify we are rendering for emails
used to signify we are rendering for excel
used to signify we are on the ViewIssue page
This is a display hint that is placed into the displayParameters when rendering the issue navigator. This value allows field views the ability to determine whether a field is being rendered in the context of the issue navigator or in some other context. An example of where this is used can be found in the jira-labels-plugin in the column-view-label.vm.
used to signify we are rendering simplified view used for printing