com.atlassian.jira.plugin.componentpanel.impl
Class SummaryComponentTabPanel
java.lang.Object
com.atlassian.jira.plugin.browsepanel.AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
com.atlassian.jira.plugin.componentpanel.impl.AbstractFragmentBasedComponentTabPanel
com.atlassian.jira.plugin.componentpanel.impl.SummaryComponentTabPanel
- All Implemented Interfaces:
- TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>, ComponentTabPanel
public class SummaryComponentTabPanel
- extends AbstractFragmentBasedComponentTabPanel
Summary component tab panel.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SummaryComponentTabPanel
public SummaryComponentTabPanel(ComponentDescriptionFragment componentDescriptionFragment,
DueIssuesFragment dueIssuesFragment,
RecentIssuesFragment recentIssuesFragment,
DueVersionsFragment dueVersionsFragment,
FiltersMenuComponentFragment filtersMenuComponentFragment)
createEmptyContent
public String createEmptyContent()
- Description copied from class:
AbstractFragmentBasedTabPanel
- Create content for when there ae no fragments shown.
- Overrides:
createEmptyContent
in class AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
- Returns:
- the html for the empty content.
getLeftColumnFragments
protected List<ComponentTabPanelFragment> getLeftColumnFragments(BrowseComponentContext ctx)
- Specified by:
getLeftColumnFragments
in class AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
- Parameters:
ctx
- the browse context
- Returns:
- a list of fragments to be displayed in the left column of the project tab panel
getRightColumnFragments
protected List<ComponentTabPanelFragment> getRightColumnFragments(BrowseComponentContext ctx)
- Specified by:
getRightColumnFragments
in class AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
- Parameters:
ctx
- the browse context
- Returns:
- a list of fragments to be displayed in the right column of the project tab panel
getMenuFragments
protected List<MenuFragment> getMenuFragments()
- Overrides:
getMenuFragments
in class AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
- Returns:
- a list of fragments to be displayed in the menu section of the panel
getInlineHeader
public String getInlineHeader()
- Overrides:
getInlineHeader
in class AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
Copyright © 2002-2011 Atlassian. All Rights Reserved.