Uses of Interface
com.atlassian.jira.projects.legacy.projectpanel.fragment.ProjectTabPanelFragment
Packages that use ProjectTabPanelFragment
Package
Description
-
Uses of ProjectTabPanelFragment in com.atlassian.jira.projects.legacy.plugin.browsepanel
Classes in com.atlassian.jira.projects.legacy.plugin.browsepanel with type parameters of type ProjectTabPanelFragmentModifier and TypeClassDescriptionclassAbstractFragmentBasedTabPanel<D extends TabPanelModuleDescriptor,C extends BrowseContext, F extends ProjectTabPanelFragment> Abstract base forTabPanelimplementers to extend. -
Uses of ProjectTabPanelFragment in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl
Classes in com.atlassian.jira.projects.legacy.projectpanel.fragment.impl that implement ProjectTabPanelFragmentModifier and TypeClassDescriptionclassThis abstract class implements the standard way of rendering this fragment's HTML inAbstractFragment.getHtml(com.atlassian.jira.project.browse.BrowseContext)method and base Velocity parameters creation viaAbstractFragment.createVelocityParams(com.atlassian.jira.project.browse.BrowseContext)method.classA common base class for fragments which display issues on project tab panels.classBase class for all fragments which are multi-purpose i.e.classDisplays activity stream fragment for a project.classDisplays created vs resolved chart fragment for a project.classThe fragment which displays the earliest issues dueclassShows shortcuts to a list of pre-defined issue searches.classShown when there are no issues in the project.classThe fragment which displays the description of a project.classDisplays a welcome message/call to action for empty project.classThe fragment which displays the most recently updated issuesclassDisplays a break down based on issue status.classFragment to display unresolved issues by assignee in the Issues Project Tab PanelclassFragment to display unresolved issues by components in the Issues Project Tab PanelclassFragment to display unresolved issues by fix version in the Issues Project Tab PanelclassDisplays a breakdown of all the unresolved issues in the instance, grouped by issue type.classDisplays a breakdown of all the unresolved issues in the instance, grouped by priority. -
Uses of ProjectTabPanelFragment in com.atlassian.jira.projects.legacy.projectpanel.impl
Methods in com.atlassian.jira.projects.legacy.projectpanel.impl that return types with arguments of type ProjectTabPanelFragmentModifier and TypeMethodDescriptionprotected 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.projects.legacy.versionpanel
Subinterfaces of ProjectTabPanelFragment in com.atlassian.jira.projects.legacy.versionpanelModifier and TypeInterfaceDescriptioninterfacePiece of HTML that is rendered portlet-like in aTabPanel. -
Uses of ProjectTabPanelFragment in com.atlassian.jira.projects.legacy.versionpanel.fragment.impl
Classes in com.atlassian.jira.projects.legacy.versionpanel.fragment.impl that implement ProjectTabPanelFragmentModifier and TypeClassDescriptionclassThe fragment which displays the description of a version.