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 Summary
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtmlMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Method Details
-
getLabel
String getLabel() -
getOrder
int getOrder()- Specified by:
getOrderin interfaceOrderableModuleDescriptor
-
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()
-