public class PaginatedIssueTabPanelAdaptor extends Object implements PaginatedIssueTabPanel
| Constructor and Description |
|---|
PaginatedIssueTabPanelAdaptor(IssueTabPanel3 issueTabPanel) |
| Modifier and Type | Method and Description |
|---|---|
static PaginatedIssueTabPanel |
createFrom(IssueTabPanel3 issueTabPanel) |
Page<IssueAction> |
getActions(GetActionsRequest request)
Returns a sorted list of issue actions wrapped in a Page object.
|
void |
init(IssueTabPanelModuleDescriptor descriptor) |
boolean |
paginationSupported()
Indicates whether the tab supports pagination.
|
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, waitgetHeader, getPersistentMarkuppublic PaginatedIssueTabPanelAdaptor(IssueTabPanel3 issueTabPanel)
public static PaginatedIssueTabPanel createFrom(IssueTabPanel3 issueTabPanel)
public void init(IssueTabPanelModuleDescriptor descriptor)
init in interface PaginatedIssueTabPanelpublic boolean showPanel(ShowPanelRequest request)
PaginatedIssueTabPanelshowPanel in interface PaginatedIssueTabPanelrequest - a ShowPanelRequestpublic Page<IssueAction> getActions(GetActionsRequest request)
PaginatedIssueTabPanelshowPanel 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 PaginatedIssueTabPanelrequest - a GetActionsRequestpublic boolean paginationSupported()
PaginatedIssueTabPanelpaginationSupported in interface PaginatedIssueTabPanelCopyright © 2002-2023 Atlassian. All Rights Reserved.