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, weight

    Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor

    key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources
  • Constructor Summary

    Constructors
    Constructor
    Description
    IssueDetailsViewDelegationPanelModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleClassFactory, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    com.atlassian.plugin.web.model.WebPanel
     
    void
    init(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, setWebInterfaceManager

    Methods 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, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.atlassian.plugin.web.api.descriptors.ContextAware

    getContextProvider

    Methods 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, setBroken

    Methods inherited from interface com.atlassian.plugin.Resourced

    getResourceDescriptor, getResourceDescriptors, getResourceLocation

    Methods inherited from interface com.atlassian.plugin.ScopeAware

    getScopeKey

    Methods inherited from interface com.atlassian.plugin.StateAware

    disabled, enabled

    Methods inherited from interface com.atlassian.plugin.web.api.descriptors.WebFragmentModuleDescriptor

    getCondition, getWeight

    Methods 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:
      init in interface com.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
      Overrides:
      init in class com.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:
      getModule in interface com.atlassian.plugin.ModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
      Specified by:
      getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>
    • getDelegate

      public String getDelegate()
      Specified by:
      getDelegate in interface DelegationWebPanelModuleDescriptor
    • getLocation

      public String getLocation()
      Specified by:
      getLocation in interface com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>