Interface DelegationWebPanelModuleDescriptor

All Superinterfaces:
com.atlassian.plugin.web.api.descriptors.ConditionalDescriptor, com.atlassian.plugin.web.api.descriptors.ContextAware, 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.WebFragmentModuleDescriptor<com.atlassian.plugin.web.model.WebPanel>, com.atlassian.plugin.web.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.descriptors.WebPanelModuleDescriptor, com.atlassian.plugin.web.api.descriptors.WeightedDescriptor, com.atlassian.plugin.web.descriptors.WeightedDescriptor
All Known Implementing Classes:
IssueDetailsViewDelegationPanelModuleDescriptorImpl

public interface DelegationWebPanelModuleDescriptor extends com.atlassian.plugin.web.descriptors.WebPanelModuleDescriptor
Implementing this interface in order to allow delegation panel and its location to be defined within the module descriptor.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, 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

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

    getLocation
  • Method Details

    • getDelegate

      String getDelegate()