Class ReferenceProjectTabPanel
java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
com.atlassian.jira.dev.reference.plugin.tabpanels.ReferenceProjectTabPanel
- All Implemented Interfaces:
TabPanel<ProjectTabPanelModuleDescriptor,,BrowseContext> ProjectTabPanel
Represents a simple reference project tab panel.
- Since:
- v4.3
-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
authenticationContext, descriptor -
Constructor Summary
ConstructorsConstructorDescriptionReferenceProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext) -
Method Summary
Modifier and TypeMethodDescriptionbooleanshowPanel(BrowseContext ctx) Determine whether or not to show this.Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
createVelocityParams, getHtml, init
-
Constructor Details
-
ReferenceProjectTabPanel
-
-
Method Details
-
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.
-