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

Packages that use GroupHeaderLayout
net.sf.dynamicreports.design.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 GroupHeaderLayout in net.sf.dynamicreports.design.transformation
 

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

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

Methods in net.sf.dynamicreports.report.base that return GroupHeaderLayout
 GroupHeaderLayout DRReportTemplate.getGroupHeaderLayout()
           
 GroupHeaderLayout DRGroup.getHeaderLayout()
           
 

Methods in net.sf.dynamicreports.report.base with parameters of type GroupHeaderLayout
 void DRReportTemplate.setGroupHeaderLayout(GroupHeaderLayout groupHeaderLayout)
           
 void DRGroup.setHeaderLayout(GroupHeaderLayout headerLayout)
           
 

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

Methods in net.sf.dynamicreports.report.builder with parameters of type GroupHeaderLayout
 ReportTemplateBuilder ReportTemplateBuilder.setGroupHeaderLayout(GroupHeaderLayout groupHeaderLayout)
           
 

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

Methods in net.sf.dynamicreports.report.builder.group with parameters of type GroupHeaderLayout
 T GroupBuilder.setHeaderLayout(GroupHeaderLayout headerLayout)
           
 

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

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

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

Methods in net.sf.dynamicreports.report.defaults that return GroupHeaderLayout
 GroupHeaderLayout Default.getGroupHeaderLayout()
           
 

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

Methods in net.sf.dynamicreports.report.definition that return GroupHeaderLayout
 GroupHeaderLayout DRIReportTemplate.getGroupHeaderLayout()
           
 GroupHeaderLayout DRIGroup.getHeaderLayout()
           
 



Copyright © 2010-2014. All Rights Reserved.