public interface ProjectConfigTab
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.
|
String getId()
String getLinkId()
String getTab(ProjectConfigTabRenderContext context)
context
- contains information that may be useful for tab renderering.String getTitle(ProjectConfigTabRenderContext context)
context
- contains information that may be useful for tab renderering.void addResourceForProject(ProjectConfigTabRenderContext context)
context
- contains information that may be useful for tab renderering.Copyright © 2002-2017 Atlassian. All Rights Reserved.