Interface IssueTabPanelModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<PaginatedIssueTabPanel>, com.atlassian.plugin.ModuleDescriptor<PaginatedIssueTabPanel>, OrderableModuleDescriptor, com.atlassian.plugin.Resourced, com.atlassian.plugin.ScopeAware
All Known Implementing Classes:
IssueTabPanelModuleDescriptorImpl

public interface IssueTabPanelModuleDescriptor extends JiraResourcedModuleDescriptor<PaginatedIssueTabPanel>, OrderableModuleDescriptor
An issue tab panel plugin adds extra panel tabs to JIRA's View Issue page.
  • Method Details

    • getLabel

      String getLabel()
    • getOrder

      int getOrder()
      Specified by:
      getOrder in interface OrderableModuleDescriptor
    • isDefault

      boolean isDefault()
    • isSortable

      boolean isSortable()
    • isSupportsAjaxLoad

      boolean isSupportsAjaxLoad()
      Returns:
      a boolean indicating whether the issue tab panel can be loaded using an AJAX request
    • getLoadNewerLabel

      String getLoadNewerLabel()
    • getLoadOlderLabel

      String getLoadOlderLabel()
    • getLoadAllNewerLabel

      String getLoadAllNewerLabel()
    • getLoadAllOlderLabel

      String getLoadAllOlderLabel()