Package com.atlassian.jira.plugin
Interface PluggableTabPanelModuleDescriptor<T>
- All Superinterfaces:
JiraResourcedModuleDescriptor<T>,com.atlassian.plugin.ModuleDescriptor<T>,OrderableModuleDescriptor,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware
- All Known Subinterfaces:
ComponentTabPanelModuleDescriptor,ProjectTabPanelModuleDescriptor,TabPanelModuleDescriptor<T>,VersionTabPanelModuleDescriptor,ViewProfilePanelModuleDescriptor
- All Known Implementing Classes:
AbstractTabPanelModuleDescriptor,ComponentTabPanelModuleDescriptorImpl,ProjectTabPanelModuleDescriptorImpl,VersionTabPanelModuleDescriptorImpl,ViewProfilePanelModuleDescriptorImpl
public interface PluggableTabPanelModuleDescriptor<T>
extends JiraResourcedModuleDescriptor<T>, OrderableModuleDescriptor
Serves as the basis of a tab panel that can be loaded in to an
AbstractPluggableTabPanelAction- Since:
- v6.1
-
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.jira.plugin.OrderableModuleDescriptor
getOrderMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey