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

java.lang.Object
  extended by com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
      extended by com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel
All Implemented Interfaces:
ProjectTabPanel
Direct Known Subclasses:
GenericVersionsProjectTabPanel

public class GenericProjectTabPanel
extends AbstractProjectTabPanel


Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
descriptor
 
Constructor Summary
GenericProjectTabPanel()
           
 
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)
          Always returns true.
 
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
 

Constructor Detail

GenericProjectTabPanel

public GenericProjectTabPanel()
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 class: AbstractProjectTabPanel
Always returns true.

Specified by:
showPanel in interface ProjectTabPanel
Overrides:
showPanel in class AbstractProjectTabPanel
Parameters:
action - ignored
project - ignored
Returns:
true


Copyright © 2002-2007 Atlassian. All Rights Reserved.