|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.projectpanel.impl.ChangeLogProjectTabPanel
public class ChangeLogProjectTabPanel
Project Tab Panel displaying past versions and their issues.
| Constructor Summary | |
|---|---|
ChangeLogProjectTabPanel(VersionManager versionManager,
VersionDrillDownRenderer panelRenderer,
FieldVisibilityManager fieldVisibilityManager)
|
|
| Method Summary | |
|---|---|
String |
getHtml(BrowseContext ctx)
Used to render the tab. |
void |
init(ProjectTabPanelModuleDescriptor descriptor)
Initialize the tab panel panel with the plugins ProjectTabPanelModuleDescriptor. |
boolean |
showPanel(BrowseContext 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 ChangeLogProjectTabPanel(VersionManager versionManager,
VersionDrillDownRenderer panelRenderer,
FieldVisibilityManager fieldVisibilityManager)
| Method Detail |
|---|
public void init(ProjectTabPanelModuleDescriptor descriptor)
TabPanel
init in interface TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>descriptor - the descriptor for this module as defined in the plugin xml descriptor.public String getHtml(BrowseContext ctx)
TabPanel
getHtml in interface TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>ctx - The current context the tab is rendering in.
public boolean showPanel(BrowseContext ctx)
TabPanel
showPanel in interface TabPanel<ProjectTabPanelModuleDescriptor,BrowseContext>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 | |||||||||