public class ActionsAndOperationsColumnLayoutItem extends SimpleColumnLayoutItem
TO_ID
Constructor and Description |
---|
ActionsAndOperationsColumnLayoutItem(VelocityTemplatingEngine templatingEngine,
JiraAuthenticationContext authenticationContext,
XsrfTokenGenerator xsrfTokenGenerator) |
Modifier and Type | Method and Description |
---|---|
protected String |
getColumnCssClass()
Subclasses can override this to provide their own CSS class if they need to
|
String |
getColumnHeadingKey()
Return some text for the Column Header.
|
String |
getHtml(Map displayParams,
Issue issue)
Subclasses need to implement this to return the HTML for each row.
|
compareTo, getHeaderHtml, getId, getIssueObject, getNavigableField, getPosition, isAliasForField
public ActionsAndOperationsColumnLayoutItem(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, XsrfTokenGenerator xsrfTokenGenerator)
protected String getColumnCssClass()
SimpleColumnLayoutItem
getColumnCssClass
in class SimpleColumnLayoutItem
public String getHtml(Map displayParams, Issue issue)
SimpleColumnLayoutItem
getHtml
in interface ColumnLayoutItem
getHtml
in class SimpleColumnLayoutItem
public String getColumnHeadingKey()
ColumnLayoutItem
NavigableField.getColumnHeadingKey()
but
implementations can override this to provide different column headings as appropriategetColumnHeadingKey
in interface ColumnLayoutItem
getColumnHeadingKey
in class SimpleColumnLayoutItem
I18nHelper.getText(String)
to get a
headingCopyright © 2002-2022 Atlassian. All Rights Reserved.