com.atlassian.jira.plugin.componentpanel.impl
Class IssuesComponentTabPanel
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.IssuesComponentTabPanel
- All Implemented Interfaces:
- TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>, ComponentTabPanel
public class IssuesComponentTabPanel
- extends AbstractFragmentBasedComponentTabPanel
Issues component tab panel.
- Since:
- v4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssuesComponentTabPanel
public IssuesComponentTabPanel(UnresolvedIssuesByPriorityFragment unresolvedIssuesByPriorityFragment,
UnresolvedIssuesByAssigneeFragment unresolvedIssuesByAssigneeFragment,
UnresolvedIssuesByFixVersionFragment unresolvedIssuesByFixVersionFragment,
StatusSummaryFragment statusSummaryFragment)
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
showPanel
public boolean showPanel(BrowseComponentContext ctx)
- Description copied from interface:
TabPanel
- Determine whether or not to show this.
- Specified by:
showPanel
in interface TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>
- Overrides:
showPanel
in class AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
- Parameters:
ctx
- The current context the tab is rendering in.
- Returns:
- True if the conditions are right to display tab, otherwise false.
Copyright © 2002-2011 Atlassian. All Rights Reserved.