|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.componentpanel.impl.RoadMapTabPanel
public class RoadMapTabPanel
This class implements road map tab panel.
| Constructor Summary | |
|---|---|
RoadMapTabPanel(VersionManager versionManager,
VersionDrillDownRenderer panelRenderer,
FieldVisibilityManager fieldVisibilityManager)
|
|
| Method Summary | |
|---|---|
String |
getHtml(BrowseComponentContext ctx)
Used to render the tab. |
void |
init(ComponentTabPanelModuleDescriptor descriptor)
Initialize the tab panel panel with the plugins ProjectTabPanelModuleDescriptor. |
boolean |
showPanel(BrowseComponentContext ctx)
Determine whether or not to show this. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoadMapTabPanel(VersionManager versionManager,
VersionDrillDownRenderer panelRenderer,
FieldVisibilityManager fieldVisibilityManager)
| Method Detail |
|---|
public void init(ComponentTabPanelModuleDescriptor descriptor)
TabPanel
init in interface TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>descriptor - the descriptor for this module as defined in the plugin xml descriptor.public String getHtml(BrowseComponentContext ctx)
TabPanel
getHtml in interface TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>ctx - The current context the tab is rendering in.
public boolean showPanel(BrowseComponentContext ctx)
TabPanel
showPanel in interface TabPanel<ComponentTabPanelModuleDescriptor,BrowseComponentContext>ctx - The current context the tab is rendering in.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||