com.atlassian.jira.plugin.projectpanel.impl
Class GenericVersionsProjectTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
      extended by com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel
          extended by com.atlassian.jira.plugin.projectpanel.impl.GenericVersionsProjectTabPanel
All Implemented Interfaces:
TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>, ProjectTabPanel

Deprecated. Extend AbstractProjectTabPanel instead. Since v5.0.

public class GenericVersionsProjectTabPanel
extends GenericProjectTabPanel

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
GenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext)
          Deprecated.  
GenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext, FieldVisibilityManager fieldVisibilityManager)
          Deprecated.  
 
Method Summary
 boolean showPanel(BrowseContext ctx)
          Deprecated. Determine whether or not to show this.
 
Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel
getHtml
 
Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
createVelocityParams, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericVersionsProjectTabPanel

public GenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext,
                                      FieldVisibilityManager fieldVisibilityManager)
Deprecated. 

GenericVersionsProjectTabPanel

public GenericVersionsProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext)
Deprecated. 
Method Detail

showPanel

public boolean showPanel(BrowseContext ctx)
Deprecated. 
Description copied from interface: TabPanel
Determine whether or not to show this.

Specified by:
showPanel in interface TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>
Overrides:
showPanel in class GenericProjectTabPanel
Parameters:
ctx - The current context the tab is rendering in.
Returns:
True if the conditions are right to display tab, otherwise false.


Copyright © 2002-2014 Atlassian. All Rights Reserved.