com.atlassian.jira.plugin.projectpanel.impl
Class ComponentsVersionsProjectTabPanel
java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
com.atlassian.jira.plugin.projectpanel.impl.ComponentsVersionsProjectTabPanel
- All Implemented Interfaces:
- TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>, ProjectTabPanel
public class ComponentsVersionsProjectTabPanel
- extends AbstractProjectTabPanel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentsVersionsProjectTabPanel
public ComponentsVersionsProjectTabPanel(JiraAuthenticationContext authenticationContext,
FieldVisibilityManager fieldVisibilityManager)
getHtml
public String getHtml(BrowseContext ctx)
- Description copied from interface:
TabPanel
- Used to render the tab.
- Specified by:
getHtml
in interface TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>
- Overrides:
getHtml
in class AbstractProjectTabPanel
- Parameters:
ctx
- The current context the tab is rendering in.
- Returns:
- Escaped string with the required html.
showPanel
public boolean showPanel(BrowseContext ctx)
- Description copied from interface:
TabPanel
- Determine whether or not to show this.
- Parameters:
ctx
- The current context the tab is rendering in.
- Returns:
- True if the conditions are right to display tab, otherwise false.
Copyright © 2002-2012 Atlassian. All Rights Reserved.