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

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.contribution.web.CategoryStatisticsTab
All Implemented Interfaces:
StatisticsTabContribution, java.io.Serializable
Direct Known Subclasses:
CategoryAggregationStatsTab

public abstract class CategoryStatisticsTab
extends java.lang.Object
implements StatisticsTabContribution

See Also:
Serialized Form

Constructor Summary
CategoryStatisticsTab()
           
 
Method Summary
protected  Tab createGroupingTab(java.util.List<Tab> children)
           
abstract  ReportCategory getCategory()
           
 int getOrder()
          Get order of the tabs.
protected  AbstractRenderer[] getRenderers()
           
 java.util.List<Tab> getTabs()
          Get list of tabs to be contributed to the statistics page of current configuration.
protected  java.lang.String getTitle()
           
 boolean isApplicable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryStatisticsTab

public CategoryStatisticsTab()
Method Detail

getCategory

public abstract ReportCategory getCategory()

isApplicable

public boolean isApplicable()

getTabs

public java.util.List<Tab> getTabs()
Description copied from interface: StatisticsTabContribution
Get list of tabs to be contributed to the statistics page of current configuration. Current configuration can be obtained by calling Context#getConfiguration().

Specified by:
getTabs in interface StatisticsTabContribution
Returns:
null or empty list if no tabs will be contributed.

getRenderers

protected AbstractRenderer[] getRenderers()

createGroupingTab

protected Tab createGroupingTab(java.util.List<Tab> children)

getOrder

public int getOrder()
Description copied from interface: StatisticsTabContribution
Get order of the tabs. This value will be used to determine order of the tabs on the statistics page.

Specified by:
getOrder in interface StatisticsTabContribution
Returns:

getTitle

protected java.lang.String getTitle()


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