@Component public class IssueTypesTab extends Object implements ProjectConfigTab
Constructor and Description |
---|
IssueTypesTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityContextFactory contextFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addResourceForProject(ProjectConfigTabRenderContext context)
Add any webresource that the tab needs to render itself.
|
String |
getId()
Get the ID for the panel.
|
String |
getLinkId()
Return the ID of the tab link that opens this tab.
|
String |
getTab(ProjectConfigTabRenderContext context)
Return the tab content.
|
String |
getTitle(ProjectConfigTabRenderContext context)
Return the title to display in the browser when the tab is displayed.
|
public static final String URL
public static final String ERROR
@Autowired public IssueTypesTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityContextFactory contextFactory)
public String getId()
ProjectConfigTab
getId
in interface ProjectConfigTab
public String getLinkId()
ProjectConfigTab
getLinkId
in interface ProjectConfigTab
public String getTab(ProjectConfigTabRenderContext context)
ProjectConfigTab
getTab
in interface ProjectConfigTab
context
- contains information that may be useful for tab renderering.public String getTitle(ProjectConfigTabRenderContext context)
ProjectConfigTab
getTitle
in interface ProjectConfigTab
context
- contains information that may be useful for tab renderering.public void addResourceForProject(ProjectConfigTabRenderContext context)
ProjectConfigTab
addResourceForProject
in interface ProjectConfigTab
context
- contains information that may be useful for tab renderering.Copyright © 2002-2023 Atlassian. All Rights Reserved.