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

Packages that use GroupFooterPosition
net.sf.dynamicreports.design.base   
net.sf.dynamicreports.design.definition   
net.sf.dynamicreports.design.transformation   
net.sf.dynamicreports.jasper.transformation   
net.sf.dynamicreports.report.base   
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.builder.group   
net.sf.dynamicreports.report.constant   
net.sf.dynamicreports.report.defaults   
net.sf.dynamicreports.report.definition   
 

Uses of GroupFooterPosition in net.sf.dynamicreports.design.base
 

Methods in net.sf.dynamicreports.design.base that return GroupFooterPosition
 GroupFooterPosition DRDesignGroup.getFooterPosition()
           
 

Methods in net.sf.dynamicreports.design.base with parameters of type GroupFooterPosition
 void DRDesignGroup.setFooterPosition(GroupFooterPosition footerPosition)
           
 

Uses of GroupFooterPosition in net.sf.dynamicreports.design.definition
 

Methods in net.sf.dynamicreports.design.definition that return GroupFooterPosition
 GroupFooterPosition DRIDesignGroup.getFooterPosition()
           
 

Uses of GroupFooterPosition in net.sf.dynamicreports.design.transformation
 

Methods in net.sf.dynamicreports.design.transformation that return GroupFooterPosition
protected  GroupFooterPosition TemplateTransform.getGroupFooterPosition(DRIGroup group)
           
 

Uses of GroupFooterPosition in net.sf.dynamicreports.jasper.transformation
 

Methods in net.sf.dynamicreports.jasper.transformation with parameters of type GroupFooterPosition
static net.sf.jasperreports.engine.type.FooterPositionEnum ConstantTransform.groupFooterPosition(GroupFooterPosition footerPosition)
           
 

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

Methods in net.sf.dynamicreports.report.base that return GroupFooterPosition
 GroupFooterPosition DRGroup.getFooterPosition()
           
 GroupFooterPosition DRReportTemplate.getGroupFooterPosition()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type GroupFooterPosition
 void DRGroup.setFooterPosition(GroupFooterPosition footerPosition)
           
 void DRReportTemplate.setGroupFooterPosition(GroupFooterPosition groupFooterPosition)
           
 

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

Methods in net.sf.dynamicreports.report.builder with parameters of type GroupFooterPosition
 ReportTemplateBuilder ReportTemplateBuilder.setGroupFooterPosition(GroupFooterPosition groupFooterPosition)
           
 

Uses of GroupFooterPosition in net.sf.dynamicreports.report.builder.group
 

Methods in net.sf.dynamicreports.report.builder.group with parameters of type GroupFooterPosition
 T GroupBuilder.setFooterPosition(GroupFooterPosition footerPosition)
           
 

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

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

Uses of GroupFooterPosition in net.sf.dynamicreports.report.defaults
 

Methods in net.sf.dynamicreports.report.defaults that return GroupFooterPosition
 GroupFooterPosition Default.getGroupFooterPosition()
           
 

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

Methods in net.sf.dynamicreports.report.definition that return GroupFooterPosition
 GroupFooterPosition DRIGroup.getFooterPosition()
           
 GroupFooterPosition DRIReportTemplate.getGroupFooterPosition()
           
 



Copyright © 2010-2014. All Rights Reserved.