| com.atlassian.jira.plugin.browsepanel.TabPanel<D extends com.atlassian.jira.plugin.TabPanelModuleDescriptor, C extends com.atlassian.jira.project.browse.BrowseContext> |
Known Indirect Subclasses
AbstractProjectTabPanel,
ComponentTabPanel,
GenericProjectTabPanel,
GenericTabPanel,
GenericVersionsProjectTabPanel,
ProjectTabPanel,
ReferenceProjectTabPanel,
VersionTabPanel
| |||||||||||||||||||||||||||
@PublicSpi
Clients of @PublicSpi can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicSpi as per each product's API policy (clients should refer to each product's API policy for
the exact guarantee -- usually binary compatibility is guaranteed at least across minor versions).
@PublicSpi interfaces and classes are specifically designed to be implemented/extended by clients.
Hence, the guarantee of binary compatibility is different to that of @PublicApi elements (if an element
is both @PublicApi and @PublicSpi, both guarantees apply).
Unified interface for all fragment-based tab panels.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Used to render the tab.
| |||||||||||
Initialize the tab panel panel with the plugins ProjectTabPanelModuleDescriptor.
| |||||||||||
Determine whether or not to show this.
| |||||||||||
Used to render the tab.
| ctx | The current context the tab is rendering in. |
|---|
Initialize the tab panel panel with the plugins ProjectTabPanelModuleDescriptor. This is usually used for rendering velocity views.
| descriptor | the descriptor for this module as defined in the plugin xml descriptor. |
|---|
Determine whether or not to show this.
| ctx | The current context the tab is rendering in. |
|---|
