com.atlassian.jira.projectconfig.tab
Class SummaryTab

java.lang.Object
  extended by com.atlassian.jira.projectconfig.tab.WebPanelTab
      extended by com.atlassian.jira.projectconfig.tab.SummaryTab
All Implemented Interfaces:
ProjectConfigTab

public class SummaryTab
extends WebPanelTab
implements ProjectConfigTab

Since:
v4.4

Field Summary
static String LINK_ID
           
static String NAME
           
 
Fields inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
CURRENT_PROJECT, CURRENT_TAB_NAME
 
Constructor Summary
SummaryTab(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 getTitle(ProjectConfigTabRenderContext context)
          Return the title to display in the browser when the tab is displayed.
 
Methods inherited from class com.atlassian.jira.projectconfig.tab.WebPanelTab
getId, getLinkId, getTab
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.projectconfig.tab.ProjectConfigTab
getId, getLinkId, getTab
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

LINK_ID

public static final String LINK_ID
See Also:
Constant Field Values
Constructor Detail

SummaryTab

public SummaryTab(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                  VelocityContextFactory contextFactory)
Method Detail

getTitle

public String getTitle(ProjectConfigTabRenderContext context)
Description copied from interface: ProjectConfigTab
Return the title to display in the browser when the tab is displayed.

Specified by:
getTitle in interface ProjectConfigTab
Parameters:
context - contains information that may be useful for tab renderering.
Returns:
the title to display on the screen.

addResourceForProject

public void addResourceForProject(ProjectConfigTabRenderContext context)
Description copied from interface: ProjectConfigTab
Add any webresource that the tab needs to render itself.

Specified by:
addResourceForProject in interface ProjectConfigTab
Overrides:
addResourceForProject in class WebPanelTab
Parameters:
context - contains information that may be useful for tab renderering.


Copyright © 2002-2013 Atlassian. All Rights Reserved.