Uses of Class
org.jclarion.clarion.print.ReportStatistic

Packages that use ReportStatistic
org.jclarion.clarion.print   
 

Uses of ReportStatistic in org.jclarion.clarion.print
 

Fields in org.jclarion.clarion.print declared as ReportStatistic
protected  ReportStatistic AbstractElement.aggregate
           
 

Methods in org.jclarion.clarion.print that return ReportStatistic
static ReportStatistic ReportStatistic.AVG(ClarionObject target)
           
static ReportStatistic ReportStatistic.COUNT(ClarionObject target)
           
 ReportStatistic AbstractElement.getAggregate()
           
 ReportStatistic OpenReport.getStatistic(StringControl control)
           
static ReportStatistic ReportStatistic.MAX(ClarionObject target)
           
static ReportStatistic ReportStatistic.MIN(ClarionObject target)
           
static ReportStatistic ReportStatistic.SUM(ClarionObject target)
           
 

Methods in org.jclarion.clarion.print with parameters of type ReportStatistic
 void ReportStatistics.add(ReportStatistic rs)
           
 void OpenReport.registerResetListener(AbstractReportControl control, ReportStatistic statistic)
           
 void OpenReport.registerTallyListener(AbstractReportControl control, ReportStatistic statistic)
           
 void AbstractElement.setAggregate(ReportStatistic aggregate)
           
 



Copyright © 2010. All Rights Reserved.