Class ReferenceProjectTabPanel

java.lang.Object
com.atlassian.jira.plugin.projectpanel.impl.AbstractProjectTabPanel
com.atlassian.jira.dev.reference.plugin.tabpanels.ReferenceProjectTabPanel
All Implemented Interfaces:
TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>, ProjectTabPanel

public class ReferenceProjectTabPanel extends AbstractProjectTabPanel
Represents a simple reference project tab panel.
Since:
v4.3
  • Constructor Details

  • Method Details

    • 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.