Class GenericProjectTabPanel
java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
com.atlassian.jira.plugin.projectpanel.impl.GenericProjectTabPanel
- All Implemented Interfaces:
TabPanel<ProjectTabPanelModuleDescriptor,,BrowseContext> ProjectTabPanel
- Direct Known Subclasses:
GenericVersionsProjectTabPanel
Deprecated.
A generic implementation of a
ProjectTabPanel. Delegates to the
view resource for rendering.-
Field Summary
Fields inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
authenticationContext, descriptor -
Constructor Summary
ConstructorsConstructorDescriptionGenericProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext) Deprecated.GenericProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext, FieldVisibilityManager fieldVisibilityManager) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetHtml(BrowseContext ctx) Deprecated.Used to render the tab.booleanshowPanel(BrowseContext ctx) Deprecated.Determine whether or not to show this.Methods inherited from class com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
createVelocityParams, init
-
Constructor Details
-
GenericProjectTabPanel
public GenericProjectTabPanel(JiraAuthenticationContext jiraAuthenticationContext, FieldVisibilityManager fieldVisibilityManager) Deprecated. -
GenericProjectTabPanel
Deprecated.
-
-
Method Details
-
getHtml
Deprecated.Description copied from interface:TabPanelUsed to render the tab.- Specified by:
getHtmlin interfaceTabPanel<ProjectTabPanelModuleDescriptor,BrowseContext> - Overrides:
getHtmlin classAbstractProjectTabPanel- Parameters:
ctx- The current context the tab is rendering in.- Returns:
- Escaped string with the required html.
-
showPanel
Deprecated.Description copied from interface:TabPanelDetermine 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.
-
AbstractProjectTabPanelinstead. Since v5.0.