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
Methods 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, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, 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, getWebLabelMethods inherited from interface com.atlassian.plugin.web.api.descriptors.WebPanelModuleDescriptor
getLocation
-
Method Details
-
getDelegate
String getDelegate()
-