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, isAliasForFieldpublic ActionsAndOperationsColumnLayoutItem(VelocityTemplatingEngine templatingEngine, JiraAuthenticationContext authenticationContext, XsrfTokenGenerator xsrfTokenGenerator)
protected String getColumnCssClass()
SimpleColumnLayoutItemgetColumnCssClass in class SimpleColumnLayoutItempublic String getHtml(Map displayParams, Issue issue)
SimpleColumnLayoutItemgetHtml in interface ColumnLayoutItemgetHtml in class SimpleColumnLayoutItempublic String getColumnHeadingKey()
ColumnLayoutItemNavigableField.getColumnHeadingKey() but
implementations can override this to provide different column headings as appropriategetColumnHeadingKey in interface ColumnLayoutItemgetColumnHeadingKey in class SimpleColumnLayoutItemI18nHelper.getText(String) to get a
headingCopyright © 2002-2017 Atlassian. All Rights Reserved.