Class TabExpanderAction
java.lang.Object
com.atlassian.jira.issue.tabpanels.TabExpanderAction
- All Implemented Interfaces:
IssueAction
- Direct Known Subclasses:
TabExpanderAction.ShowNewer,TabExpanderAction.ShowOlder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Method Summary
-
Method Details
-
getParams
-
getHtml
Description copied from interface:IssueActionGet the HTML to present for this issueAction on the tab panel. IssueAction represents one entry of the tab panel- Specified by:
getHtmlin interfaceIssueAction
-
templateName
-
getTimePerformed
Description copied from interface:IssueActionThis is used to sort between IssueAction objects on the 'All' tab.- Specified by:
getTimePerformedin interfaceIssueAction- Returns:
- timestamp of when the issue action was created, or throw
UnsupportedOperationExceptionif there is no timestamp (say for generic messages) - See Also:
-
isDisplayActionAllTab
public boolean isDisplayActionAllTab()Description copied from interface:IssueActionDetermines whether this action is displayed in the 'All' tab- Specified by:
isDisplayActionAllTabin interfaceIssueAction
-