Class GenericVersionsProjectTabPanel
java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel
com.atlassian.jira.plugin.projectpanel.impl.GenericVersionsProjectTabPanel
- All Implemented Interfaces:
TabPanel<ProjectTabPanelModuleDescriptor,,BrowseContext> ProjectTabPanel
Deprecated.
A Generic implementation of a
VersionTabPanel. Dellegates to the
view resource for rendering..-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
authenticationContext, descriptor -
Constructor Summary
ConstructorsConstructorDescriptionGenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext) Deprecated.GenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext, FieldVisibilityManager fieldVisibilityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionbooleanshowPanel(BrowseContext ctx) Deprecated.Determine whether or not to show this.Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel
getHtmlMethods inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
createVelocityParams, init
-
Constructor Details
-
GenericVersionsProjectTabPanel
public GenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext, FieldVisibilityManager fieldVisibilityManager) Deprecated. -
GenericVersionsProjectTabPanel
Deprecated.
-
-
Method Details
-
showPanel
Deprecated.Description copied from interface:TabPanelDetermine whether or not to show this.- Specified by:
showPanelin interfaceTabPanel<ProjectTabPanelModuleDescriptor,BrowseContext> - Overrides:
showPanelin classGenericProjectTabPanel- Parameters:
ctx- The current context the tab is rendering in.- Returns:
- True if the conditions are right to display tab, otherwise false.
-
AbstractProjectTabPanelinstead. Since v5.0.