public abstract class TabExpanderAction extends Object implements IssueAction
Modifier and Type | Class and Description |
---|---|
static class |
TabExpanderAction.ShowNewer |
static class |
TabExpanderAction.ShowOlder |
Modifier and Type | Method and Description |
---|---|
String |
getHtml()
Get the HTML to present for this issueAction on the tab panel.
|
protected Map<String,Object> |
getParams() |
Date |
getTimePerformed()
This is used to sort between IssueAction objects on the 'All' tab.
|
boolean |
isDisplayActionAllTab()
Determines whether this action is displayed in the 'All' tab
|
protected abstract String |
templateName() |
public String getHtml()
IssueAction
getHtml
in interface IssueAction
protected abstract String templateName()
public Date getTimePerformed()
IssueAction
getTimePerformed
in interface IssueAction
UnsupportedOperationException
if there
is no timestamp (say for generic messages)IssueActionComparator
public boolean isDisplayActionAllTab()
IssueAction
isDisplayActionAllTab
in interface IssueAction
Copyright © 2002-2024 Atlassian. All Rights Reserved.