Class IssueDetailsViewDelegationPanelModuleDescriptorImpl
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
com.atlassian.greenhopper.issue.detailsview.IssueDetailsViewDelegationPanelModuleDescriptorImpl
- All Implemented Interfaces:
DelegationWebPanelModuleDescriptor,com.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware,com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor,com.atlassian.plugin.web.api.descriptors.ContextAware,com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.web.api.descriptors.WeightedDescriptor,com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>,com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor,com.atlassian.plugin.web.descriptors.WeightedDescriptor
public class IssueDetailsViewDelegationPanelModuleDescriptorImpl
extends com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
implements DelegationWebPanelModuleDescriptor
Module descriptor for Editable Details View system blocks which do not need a custom context provider to work, just delegate to the View Issue ones.
-
Field Summary
Fields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, label, tooltip, webInterfaceManager, weightFields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
ConstructorsConstructorDescriptionIssueDetailsViewDelegationPanelModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleClassFactory, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager) -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.plugin.web.model.WebPanelvoidinit(com.atlassian.plugin.Plugin plugin, com.atlassian.plugin.module.Element element) Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
buildCondition, buildConditions, buildConditions, buildContextProvider, disabled, enabled, equals, getCondition, getContextProvider, getTooltip, getWebLabel, getWeight, hashCode, setWebInterfaceManagerMethods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.web.api.descriptors.ContextAware
getContextProviderMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKeyMethods inherited from interface com.atlassian.plugin.StateAware
disabled, enabledMethods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor
getCondition, getWeightMethods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getTooltip, getWebLabel
-
Constructor Details
-
IssueDetailsViewDelegationPanelModuleDescriptorImpl
public IssueDetailsViewDelegationPanelModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleClassFactory, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
-
-
Method Details
-
init
public void init(@Nonnull com.atlassian.plugin.Plugin plugin, @Nonnull com.atlassian.plugin.module.Element element) throws com.atlassian.plugin.PluginParseException - Specified by:
initin interfacecom.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>- Overrides:
initin classcom.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>- Throws:
com.atlassian.plugin.PluginParseException
-
getModule
public com.atlassian.plugin.web.model.WebPanel getModule()- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>- Specified by:
getModulein classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
-
getDelegate
- Specified by:
getDelegatein interfaceDelegationWebPanelModuleDescriptor
-
getLocation
- Specified by:
getLocationin interfacecom.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
-