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

java.lang.Object
  extended bycom.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
      extended bycom.atlassian.jira.plugin.projectpanel.impl.ComponentsVersionsProjectTabPanel
All Implemented Interfaces:
ProjectTabPanel

public class ComponentsVersionsProjectTabPanel
extends AbstractProjectTabPanel


Field Summary
protected  JiraAuthenticationContext authenticationContext
           
 
Fields inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
descriptor
 
Constructor Summary
ComponentsVersionsProjectTabPanel(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String getHtml(Browser browser)
          Run this tab panel for a given Browser action.
 boolean showPanel(ProjectActionSupport action, org.ofbiz.core.entity.GenericValue project)
          Whether or not to show this panel for the given action and project.
 
Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
getIssueConstant, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authenticationContext

protected final JiraAuthenticationContext authenticationContext
Constructor Detail

ComponentsVersionsProjectTabPanel

public ComponentsVersionsProjectTabPanel(JiraAuthenticationContext authenticationContext)
Method Detail

getHtml

public String getHtml(Browser browser)
Description copied from interface: ProjectTabPanel
Run this tab panel for a given Browser action.

Parameters:
browser - The current Browser action
Returns:
HTML result of the tab panel.

showPanel

public boolean showPanel(ProjectActionSupport action,
                         org.ofbiz.core.entity.GenericValue project)
Description copied from interface: ProjectTabPanel
Whether or not to show this panel for the given action and project.

Specified by:
showPanel in interface ProjectTabPanel
Overrides:
showPanel in class AbstractProjectTabPanel


Copyright © 2002-2007 Atlassian. All Rights Reserved.