com.atlassian.jira.plugin.componentpanel
Interface ComponentTabPanel

All Known Implementing Classes:
AbstractSummaryTabPanel, ChangeLogTabPanel, GenericTabPanel, PopularIssuesTabPanel, RoadMapTabPanel

public interface ComponentTabPanel

Since:
v3.10

Method Summary
 String getHtml(ComponentContext context)
          Run this tab panel for a given Component Browser action.
 void init(ComponentTabPanelModuleDescriptor descriptor)
           
 boolean showPanel(ComponentContext context)
          Whether or not to show this panel for the given action, project and version.
 

Method Detail

init

void init(ComponentTabPanelModuleDescriptor descriptor)
Parameters:
descriptor - component tab panel descriptor

getHtml

String getHtml(ComponentContext context)
Run this tab panel for a given Component Browser action.

Parameters:
context - the component to render html for
Returns:
HTML result of the tab panel.

showPanel

boolean showPanel(ComponentContext context)
Whether or not to show this panel for the given action, project and version.

Parameters:
context - component
Returns:
true if panel should be shown, false otherwise


Copyright © 2002-2007 Atlassian. All Rights Reserved.