Uses of Class
net.sf.dynamicreports.report.builder.subtotal.PercentageSubtotalBuilder

Packages that use PercentageSubtotalBuilder
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.builder.subtotal   
 

Uses of PercentageSubtotalBuilder in net.sf.dynamicreports.report.builder
 

Methods in net.sf.dynamicreports.report.builder with parameters of type PercentageSubtotalBuilder
 T ReportBuilder.addSubtotalOfPercentageAtGroupFooter(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 T ReportBuilder.addSubtotalOfPercentageAtGroupHeader(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 T ReportBuilder.subtotalsOfPercentageAtGroupFooter(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 T ReportBuilder.subtotalsOfPercentageAtGroupHeader(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 

Uses of PercentageSubtotalBuilder in net.sf.dynamicreports.report.builder.subtotal
 

Methods in net.sf.dynamicreports.report.builder.subtotal that return PercentageSubtotalBuilder
static PercentageSubtotalBuilder Subtotals.percentage(FieldBuilder<? extends Number> field, ColumnBuilder<?,?> showInColumn)
           
 PercentageSubtotalBuilder SubtotalBuilders.percentage(FieldBuilder<? extends Number> field, ColumnBuilder<?,?> showInColumn)
           
static PercentageSubtotalBuilder Subtotals.percentage(String fieldName, Class<? extends Number> valueClass, ColumnBuilder<?,?> showInColumn)
           
 PercentageSubtotalBuilder SubtotalBuilders.percentage(String fieldName, Class<? extends Number> valueClass, ColumnBuilder<?,?> showInColumn)
           
static PercentageSubtotalBuilder Subtotals.percentage(ValueColumnBuilder<?,? extends Number> subtotalColumn)
           
 PercentageSubtotalBuilder SubtotalBuilders.percentage(ValueColumnBuilder<?,? extends Number> subtotalColumn)
           
 PercentageSubtotalBuilder PercentageSubtotalBuilder.setTotalGroup(GroupBuilder<?> totalGroup)
           
 PercentageSubtotalBuilder PercentageSubtotalBuilder.setTotalType(PercentageTotalType totalType)
           
 



Copyright © 2010-2014. All Rights Reserved.