Uses of Class
net.sf.dynamicreports.report.constant.PercentageTotalType

Packages that use PercentageTotalType
net.sf.dynamicreports.report.builder.column   
net.sf.dynamicreports.report.builder.subtotal   
net.sf.dynamicreports.report.constant   
 

Uses of PercentageTotalType in net.sf.dynamicreports.report.builder.column
 

Methods in net.sf.dynamicreports.report.builder.column with parameters of type PercentageTotalType
 PercentageColumnBuilder PercentageColumnBuilder.setTotalType(PercentageTotalType totalType)
          Sets the total type.
 

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

Methods in net.sf.dynamicreports.report.builder.subtotal with parameters of type PercentageTotalType
 PercentageSubtotalBuilder PercentageSubtotalBuilder.setTotalType(PercentageTotalType totalType)
           
 

Uses of PercentageTotalType in net.sf.dynamicreports.report.constant
 

Methods in net.sf.dynamicreports.report.constant that return PercentageTotalType
static PercentageTotalType PercentageTotalType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PercentageTotalType[] PercentageTotalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2014. All Rights Reserved.