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

Packages that use SubtotalPosition
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.builder.subtotal   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.definition   
 

Uses of SubtotalPosition in net.sf.dynamicreports.report.base
 

Methods in net.sf.dynamicreports.report.base that return SubtotalPosition
 SubtotalPosition DRSubtotal.getPosition()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type SubtotalPosition
 void DRSubtotal.setPosition(SubtotalPosition position)
           
 

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

Methods in net.sf.dynamicreports.report.builder.subtotal with parameters of type SubtotalPosition
 T BaseSubtotalBuilder.setPosition(SubtotalPosition position)
           
 

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

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

Uses of SubtotalPosition in net.sf.dynamicreports.report.definition
 

Methods in net.sf.dynamicreports.report.definition that return SubtotalPosition
 SubtotalPosition DRISubtotal.getPosition()
           
 



Copyright © 2010-2014. All Rights Reserved.