com.atlassian.jira.plugin.projectpanel
Interface ProjectTabPanel

All Known Implementing Classes:
AbstractProjectTabPanel, ComponentsProjectTabPanel, ComponentsVersionsProjectTabPanel, GenericProjectTabPanel, GenericVersionsProjectTabPanel, PopularIssuesProjectTabPanel, VersionsProjectTabPanel

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

void init(ProjectTabPanelModuleDescriptor descriptor)

getHtml

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

boolean showPanel(ProjectActionSupport action,
                  org.ofbiz.core.entity.GenericValue project)
Whether or not to show this panel for the given action and project.

Parameters:
action - project action
project - project generic value
Returns:
true if panel should be shown, false otherwise

getIssueConstant

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

Parameters:
issueConstantGV - issue constant generic value
Returns:
IssueConstant based on the generic value parameter


Copyright © 2002-2007 Atlassian. All Rights Reserved.