Uses of Interface
com.atlassian.jira.plugin.projectpanel.fragment.ProjectTabPanelFragment

Packages that use ProjectTabPanelFragment
com.atlassian.jira.plugin.browsepanel   
com.atlassian.jira.plugin.componentpanel.fragment   
com.atlassian.jira.plugin.componentpanel.fragment.impl   
com.atlassian.jira.plugin.projectpanel.fragment.impl   
com.atlassian.jira.plugin.projectpanel.impl   
com.atlassian.jira.plugin.versionpanel   
com.atlassian.jira.plugin.versionpanel.fragment.impl   
 

Uses of ProjectTabPanelFragment in com.atlassian.jira.plugin.browsepanel
 

Classes in com.atlassian.jira.plugin.browsepanel with type parameters of type ProjectTabPanelFragment
 class AbstractFragmentBasedTabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext,F extends ProjectTabPanelFragment>
          Abstract base for TabPanel implementers to extend.
 

Uses of ProjectTabPanelFragment in com.atlassian.jira.plugin.componentpanel.fragment
 

Subinterfaces of ProjectTabPanelFragment in com.atlassian.jira.plugin.componentpanel.fragment
 interface ComponentTabPanelFragment
          Piece of HTML that is rendered portlet-like in a TabPanel.
 

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

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

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

Classes in com.atlassian.jira.plugin.projectpanel.fragment.impl that implement ProjectTabPanelFragment
 class AbstractFragment
          This abstract class implements the standard way of rendering this fragment's HTML in AbstractFragment.getHtml(BrowseContext) method and base Velocity parameters creation via AbstractFragment.createVelocityParams(BrowseContext) method.
 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 ActivityStreamFragment
          Displays activity stream fragment for a project.
 class CreatedVsResolvedFragment
          Displays created vs resolved chart fragment for a project.
 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 NoIssuesFragment
          Shown when there are no issues in the project.
 class ProjectDescriptionFragment
          The fragment which displays the description of a project.
 class ProjectGetStarted
          Displays a fake activity stream fragment for a project.
 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.
 

Uses of ProjectTabPanelFragment in com.atlassian.jira.plugin.projectpanel.impl
 

Methods in com.atlassian.jira.plugin.projectpanel.impl that return types with arguments of type ProjectTabPanelFragment
protected  List<ProjectTabPanelFragment> IssuesProjectTabPanel.getLeftColumnFragments(BrowseContext ctx)
           
protected  List<ProjectTabPanelFragment> SummaryProjectTabPanel.getLeftColumnFragments(BrowseContext ctx)
           
protected  List<ProjectTabPanelFragment> IssuesProjectTabPanel.getRightColumnFragments(BrowseContext ctx)
           
protected  List<ProjectTabPanelFragment> SummaryProjectTabPanel.getRightColumnFragments(BrowseContext ctx)
           
protected  List<ProjectTabPanelFragment> IssuesProjectTabPanel.getTopFragments(BrowseContext ctx)
           
 

Uses of ProjectTabPanelFragment in com.atlassian.jira.plugin.versionpanel
 

Subinterfaces of ProjectTabPanelFragment in com.atlassian.jira.plugin.versionpanel
 interface VersionTabPanelFragment
          Piece of HTML that is rendered portlet-like in a TabPanel.
 

Uses of ProjectTabPanelFragment in com.atlassian.jira.plugin.versionpanel.fragment.impl
 

Classes in com.atlassian.jira.plugin.versionpanel.fragment.impl that implement ProjectTabPanelFragment
 class VersionDescriptionFragment
          The fragment which displays the description of a version.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.