public class WorklogTabPanel extends Object implements PaginatedIssueTabPanel
| Modifier and Type | Field and Description |
|---|---|
protected IssueTabPanelModuleDescriptor |
descriptor |
| Constructor and Description |
|---|
WorklogTabPanel(WorklogService worklogService,
JiraDurationUtils jiraDurationUtils,
FieldLayoutManager fieldLayoutManager,
RendererManager rendererManager,
ApplicationProperties applicationProperties,
FieldVisibilityManager fieldVisibilityManager,
UserFormats userFormats,
DateTimeFormatter formatter) |
| 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, waitgetPersistentMarkup, paginationSupportedprotected IssueTabPanelModuleDescriptor descriptor
public WorklogTabPanel(WorklogService worklogService, JiraDurationUtils jiraDurationUtils, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, ApplicationProperties applicationProperties, FieldVisibilityManager fieldVisibilityManager, UserFormats userFormats, DateTimeFormatter formatter)
public void init(IssueTabPanelModuleDescriptor descriptor)
init in interface PaginatedIssueTabPanelpublic 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 showPanel(ShowPanelRequest request)
PaginatedIssueTabPanelshowPanel in interface PaginatedIssueTabPanelrequest - a ShowPanelRequestCopyright © 2002-2024 Atlassian. All Rights Reserved.