Uses of Interface
com.atlassian.jira.plugin.componentpanel.fragment.ComponentTabPanelFragment

Packages that use ComponentTabPanelFragment
com.atlassian.jira.plugin.componentpanel.fragment.impl   
com.atlassian.jira.plugin.componentpanel.impl   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
 

Uses of ComponentTabPanelFragment in com.atlassian.jira.plugin.componentpanel.fragment.impl
 

Classes in com.atlassian.jira.plugin.componentpanel.fragment.impl that implement ComponentTabPanelFragment
 class ComponentDescriptionFragment
          The fragment which displays the description of a project.
 

Uses of ComponentTabPanelFragment in com.atlassian.jira.plugin.componentpanel.impl
 

Methods in com.atlassian.jira.plugin.componentpanel.impl that return types with arguments of type ComponentTabPanelFragment
protected  List<ComponentTabPanelFragment> SummaryComponentTabPanel.getLeftColumnFragments(BrowseComponentContext ctx)
           
protected  List<ComponentTabPanelFragment> IssuesComponentTabPanel.getLeftColumnFragments(BrowseComponentContext ctx)
           
protected  List<ComponentTabPanelFragment> SummaryComponentTabPanel.getRightColumnFragments(BrowseComponentContext ctx)
           
protected  List<ComponentTabPanelFragment> IssuesComponentTabPanel.getRightColumnFragments(BrowseComponentContext ctx)
           
protected  List<ComponentTabPanelFragment> IssuesComponentTabPanel.getTopFragments(BrowseComponentContext ctx)
           
 

Uses of ComponentTabPanelFragment in com.atlassian.jira.plugin.projectpanel.fragment.impl
 

Classes in com.atlassian.jira.plugin.projectpanel.fragment.impl that implement ComponentTabPanelFragment
 class AbstractIssuesFragment
          A common base class for fragments which display issues on project tab panels.
 class AbstractMultiFragment
          Base class for all fragments which are multi-purpose i.e.
 class DueIssuesFragment
          The fragment which displays the earliest issues due
 class DueVersionsFragment
          Displays the top 3 versions which are unreleased and not archived for a project.
 class IssueFiltersFragment
          Shows shortcuts to a list of pre-defined issue searches.
 class RecentIssuesFragment
          The fragment which displays the most recently updated issues
 class StatusSummaryFragment
          Displays a break down based on issue status.
 class UnresolvedIssuesByAssigneeFragment
          Fragment to display unresolved issues by assignee in the Issues Project Tab Panel
 class UnresolvedIssuesByComponentFragment
          Fragment to display unresolved issues by components in the Issues Project Tab Panel
 class UnresolvedIssuesByFixVersionFragment
          Fragment to display unresolved issues by fix version in the Issues Project Tab Panel
 class UnresolvedIssuesByIssueTypeFragment
          Displays a breakdown of all the unresolved issues in the instance, grouped by issue type.
 class UnresolvedIssuesByPriorityFragment
          Displays a breakdown of all the unresolved issues in the instance, grouped by priority.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.