com.atlassian.jira.plugin.projectpanel
Interface ProjectTabPanel

All Known Implementing Classes:
AbstractProjectTabPanel

public interface ProjectTabPanel


Method Summary
 String getHtml(Browser browser)
          Run this tab panel for a given Browser action.
 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.
 

Method Detail

init

public void init(ProjectTabPanelModuleDescriptor descriptor)

getHtml

public String getHtml(Browser browser)
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)
Whether or not to show this panel for the given action and project.


getIssueConstant

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



Copyright © 2002-2006 Atlassian. All Rights Reserved.