com.pmease.quickbuild.plugin.report.engine.contribution.web
Class CategoryAggregationOverview

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.contribution.web.CategoryAggregationOverview
All Implemented Interfaces:
ConfigurationOverviewContribution

public abstract class CategoryAggregationOverview
extends java.lang.Object
implements ConfigurationOverviewContribution


Constructor Summary
CategoryAggregationOverview()
           
 
Method Summary
protected abstract  ReportCategory getCategory()
           
 int getOrder()
          Get order of this contribution.
 java.util.List<PanelCreator> getPanelCreators()
          Get list of panel creators which will create the panels and add to the configuration dash board.
protected  AbstractRenderer[] getRenderers()
           
protected abstract  java.lang.String getToTab()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryAggregationOverview

public CategoryAggregationOverview()
Method Detail

getCategory

protected abstract ReportCategory getCategory()

getToTab

protected abstract java.lang.String getToTab()

getPanelCreators

public java.util.List<PanelCreator> getPanelCreators()
Description copied from interface: ConfigurationOverviewContribution
Get list of panel creators which will create the panels and add to the configuration dash board. Current configuration can be obtained by calling Context.getConfiguration().

Specified by:
getPanelCreators in interface ConfigurationOverviewContribution
Returns:
null or empty list should be returned if no panels should be contributed.

getRenderers

protected AbstractRenderer[] getRenderers()

getOrder

public int getOrder()
Description copied from interface: ConfigurationOverviewContribution
Get order of this contribution. This value determines panel orders on the configuration dash board screen.

Specified by:
getOrder in interface ConfigurationOverviewContribution
Returns:


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.