public class AllTabPanel extends Object implements PaginatedIssueTabPanel
Constructor and Description |
---|
AllTabPanel(com.atlassian.plugin.PluginAccessor pluginAccessor,
IssueTabPanelInvoker issueTabPanelInvoker) |
Modifier and Type | Method and Description |
---|---|
Page<IssueAction> |
getActions(GetActionsRequest request)
Returns a sorted list of issue actions wrapped in a Page object.
|
void |
init(IssueTabPanelModuleDescriptor descriptor) |
boolean |
showPanel(ShowPanelRequest request)
Indicates whether this tab should be shown on a given issue.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHeader, getPersistentMarkup, paginationSupported
public AllTabPanel(com.atlassian.plugin.PluginAccessor pluginAccessor, IssueTabPanelInvoker issueTabPanelInvoker)
public Page<IssueAction> getActions(GetActionsRequest request)
PaginatedIssueTabPanel
showPanel
returned true for a given context.
The request
parameter contains the user that is viewing the tab, information as to whether the tab
is being loaded using an AJAX request, and so on.
Note that for the 'all' tab, the returned actions will be displayed in order according to the value returned by
IssueAction.getTimePerformed()
.
getActions
in interface PaginatedIssueTabPanel
request
- a GetActionsRequestpublic void init(IssueTabPanelModuleDescriptor descriptor)
init
in interface PaginatedIssueTabPanel
public boolean showPanel(ShowPanelRequest request)
PaginatedIssueTabPanel
showPanel
in interface PaginatedIssueTabPanel
request
- a ShowPanelRequestCopyright © 2002-2024 Atlassian. All Rights Reserved.