Class ExcelColumnLayoutItem
java.lang.Object
com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItemImpl
com.atlassian.jira.issue.fields.layout.column.ExcelColumnLayoutItem
- All Implemented Interfaces:
ColumnLayoutItem
,Comparable
-
Field Summary
Fields inherited from interface com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItem
TO_ID
-
Constructor Summary
ConstructorsConstructorDescriptionExcelColumnLayoutItem
(ColumnLayoutItem columnLayoutItem) ExcelColumnLayoutItem
(NavigableField navigableField, int position) -
Method Summary
Modifier and TypeMethodDescriptionReturn some text for the Column Header.Methods inherited from class com.atlassian.jira.issue.fields.layout.column.ColumnLayoutItemImpl
compareTo, equals, getHtml, getId, getNavigableField, getPosition, getSafeSortOrder, hashCode, isAliasForField, toString
-
Constructor Details
-
ExcelColumnLayoutItem
-
Method Details
-
getColumnHeadingKey
Description copied from interface:ColumnLayoutItem
Return some text for the Column Header. By default this callsNavigableField.getColumnHeadingKey()
but implementations can override this to provide different column headings as appropriate- Specified by:
getColumnHeadingKey
in interfaceColumnLayoutItem
- Overrides:
getColumnHeadingKey
in classColumnLayoutItemImpl
- Returns:
- A key, which can be run through
I18nHelper.getText(String)
to get a heading
-