public class IssueTabPanelModuleDescriptorImpl extends AbstractJiraModuleDescriptor<PaginatedIssueTabPanel> implements IssueTabPanelModuleDescriptor
Constructor and Description |
---|
IssueTabPanelModuleDescriptorImpl(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
protected PaginatedIssueTabPanel |
createModule()
Creates an instance of the Module.
|
void |
enabled() |
String |
getLabel() |
String |
getLoadAllNewerLabel() |
String |
getLoadAllOlderLabel() |
String |
getLoadNewerLabel() |
String |
getLoadOlderLabel() |
int |
getOrder() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isDefault() |
boolean |
isSortable() |
boolean |
isSupportsAjaxLoad() |
assertResourceExists, createVelocityParams, disabled, getAuthenticationContext, getClassLoader, getDescription, getHtml, getHtml, getI18nBean, getModule, getName, getText, getText, isResourceExist, writeHtml
assertModuleClassImplements, checkPermissions, destroy, equals, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getHtml, getHtml, getI18nBean, writeHtml
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public IssueTabPanelModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<PaginatedIssueTabPanel>
init
in class AbstractJiraModuleDescriptor<PaginatedIssueTabPanel>
com.atlassian.plugin.PluginParseException
public void enabled()
enabled
in interface com.atlassian.plugin.StateAware
enabled
in class AbstractJiraModuleDescriptor<PaginatedIssueTabPanel>
public String getLabel()
getLabel
in interface IssueTabPanelModuleDescriptor
protected PaginatedIssueTabPanel createModule()
AbstractJiraModuleDescriptor
This is called by the lazy load logic of getModule() and is suitable for overriding in subclasses if they want to customize how the Module class is instantiated.
createModule
in class AbstractJiraModuleDescriptor<PaginatedIssueTabPanel>
public int getOrder()
getOrder
in interface IssueTabPanelModuleDescriptor
getOrder
in interface OrderableModuleDescriptor
public boolean isDefault()
isDefault
in interface IssueTabPanelModuleDescriptor
public boolean isSortable()
isSortable
in interface IssueTabPanelModuleDescriptor
public boolean isSupportsAjaxLoad()
isSupportsAjaxLoad
in interface IssueTabPanelModuleDescriptor
public String getLoadNewerLabel()
getLoadNewerLabel
in interface IssueTabPanelModuleDescriptor
public String getLoadOlderLabel()
getLoadOlderLabel
in interface IssueTabPanelModuleDescriptor
public String getLoadAllNewerLabel()
getLoadAllNewerLabel
in interface IssueTabPanelModuleDescriptor
public String getLoadAllOlderLabel()
getLoadAllOlderLabel
in interface IssueTabPanelModuleDescriptor
Copyright © 2002-2024 Atlassian. All Rights Reserved.