com.atlassian.jira.plugin.componentpanel.impl
Class AbstractFragmentBasedComponentTabPanel

java.lang.Object
  extended by com.atlassian.jira.plugin.browsepanel.AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
      extended by com.atlassian.jira.plugin.componentpanel.impl.AbstractFragmentBasedComponentTabPanel
All Implemented Interfaces:
TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>, ComponentTabPanel
Direct Known Subclasses:
IssuesComponentTabPanel, SummaryComponentTabPanel

public abstract class AbstractFragmentBasedComponentTabPanel
extends AbstractFragmentBasedTabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext,ComponentTabPanelFragment>
implements ComponentTabPanel

Abstract child of AbstractFragmentBasedTabPanel that implements ComponentTabPanel, so that all the concrete tab panels don't have to.

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.browsepanel.AbstractFragmentBasedTabPanel
moduleDescriptor
 
Constructor Summary
AbstractFragmentBasedComponentTabPanel()
           
 
Method Summary
 
Methods inherited from class com.atlassian.jira.plugin.browsepanel.AbstractFragmentBasedTabPanel
createEmptyContent, getHtml, getInlineHeader, getLeftColumnFragments, getMenuFragments, getRightColumnFragments, getTopFragments, init, showPanel
 
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.plugin.browsepanel.TabPanel
getHtml, init, showPanel
 

Constructor Detail

AbstractFragmentBasedComponentTabPanel

public AbstractFragmentBasedComponentTabPanel()


Copyright © 2002-2013 Atlassian. All Rights Reserved.