|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.projectconfig.tab.IssueTypesTab
public class IssueTypesTab
Field Summary | |
---|---|
static String |
ERROR
|
static String |
URL
|
Constructor Summary | |
---|---|
IssueTypesTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
VelocityContextFactory contextFactory)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String URL
public static final String ERROR
Constructor Detail |
---|
public IssueTypesTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, VelocityContextFactory contextFactory)
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |