Class ComponentsVersionsProjectTabPanel
java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
com.atlassian.jira.projects.legacy.projectpanel.impl.ComponentsVersionsProjectTabPanel
- All Implemented Interfaces:
TabPanel<ProjectTabPanelModuleDescriptor,,BrowseContext> ProjectTabPanel
-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
authenticationContext, descriptor -
Constructor Summary
ConstructorsConstructorDescriptionComponentsVersionsProjectTabPanel(JiraAuthenticationContext authenticationContext, FieldVisibilityManager fieldVisibilityManager) -
Method Summary
Modifier and TypeMethodDescriptiongetHtml(BrowseContext ctx) Used to render the tab.booleanshowPanel(BrowseContext ctx) Determine whether or not to show this.Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
createVelocityParams, init
-
Constructor Details
-
ComponentsVersionsProjectTabPanel
public ComponentsVersionsProjectTabPanel(JiraAuthenticationContext authenticationContext, FieldVisibilityManager fieldVisibilityManager)
-
-
Method Details
-
getHtml
Description copied from interface:TabPanelUsed to render the tab.- Specified by:
getHtmlin interfaceTabPanel<ProjectTabPanelModuleDescriptor,BrowseContext> - Overrides:
getHtmlin classAbstractProjectTabPanel- Parameters:
ctx- The current context the tab is rendering in.- Returns:
- Escaped string with the required html.
-
showPanel
Description copied from interface:TabPanelDetermine whether or not to show this.- Parameters:
ctx- The current context the tab is rendering in.- Returns:
- True if the conditions are right to display tab, otherwise false.
-