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

java.lang.Object
  extended bycom.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
All Implemented Interfaces:
ProjectTabPanel
Direct Known Subclasses:
ComponentsVersionsProjectTabPanel, GenericProjectTabPanel, PopularIssuesProjectTabPanel

public abstract class AbstractProjectTabPanel
extends Object
implements ProjectTabPanel


Field Summary
protected  ProjectTabPanelModuleDescriptor descriptor
           
 
Constructor Summary
AbstractProjectTabPanel()
           
 
Method Summary
 IssueConstant getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
          Return the issue constant object from the specified issue constant GV
 void init(ProjectTabPanelModuleDescriptor descriptor)
           
 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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.plugin.projectpanel.ProjectTabPanel
getHtml
 

Field Detail

descriptor

protected ProjectTabPanelModuleDescriptor descriptor
Constructor Detail

AbstractProjectTabPanel

public AbstractProjectTabPanel()
Method Detail

init

public void init(ProjectTabPanelModuleDescriptor descriptor)
Specified by:
init in interface ProjectTabPanel

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

getIssueConstant

public IssueConstant getIssueConstant(org.ofbiz.core.entity.GenericValue issueConstantGV)
Description copied from interface: ProjectTabPanel
Return the issue constant object from the specified issue constant GV

Specified by:
getIssueConstant in interface ProjectTabPanel


Copyright © 2002-2006 Atlassian. All Rights Reserved.