Uses of Class
net.sf.dynamicreports.report.builder.group.GroupBuilder

Packages that use GroupBuilder
net.sf.dynamicreports.report.builder   
net.sf.dynamicreports.report.builder.column   
net.sf.dynamicreports.report.builder.component   
net.sf.dynamicreports.report.builder.expression   
net.sf.dynamicreports.report.builder.group   
net.sf.dynamicreports.report.builder.subtotal   
 

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

Methods in net.sf.dynamicreports.report.builder with parameters of type GroupBuilder
 T ReportBuilder.addGroup(GroupBuilder<?>... groups)
           
 T ReportBuilder.addGroupFooter(GroupBuilder<?> group, ComponentBuilder<?,?>... components)
          Adds components to the group footer band.
 T ReportBuilder.addGroupHeader(GroupBuilder<?> group, ComponentBuilder<?,?>... components)
          Adds components to the group header band.
 T ReportBuilder.addSubtotalAtGroupFooter(GroupBuilder<?> group, SubtotalBuilder<?,?>... subtotals)
           
 T ReportBuilder.addSubtotalAtGroupHeader(GroupBuilder<?> group, SubtotalBuilder<?,?>... subtotals)
           
 T ReportBuilder.addSubtotalOfPercentageAtGroupFooter(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 T ReportBuilder.addSubtotalOfPercentageAtGroupHeader(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 T ReportBuilder.groupBy(GroupBuilder<?>... groups)
           
 T ReportBuilder.groupFooter(GroupBuilder<?> group, ComponentBuilder<?,?>... components)
          Adds components to the group footer band.
 T ReportBuilder.groupHeader(GroupBuilder<?> group, ComponentBuilder<?,?>... components)
          Adds components to the group header band.
 T ReportBuilder.setGroupFooterBackgroundComponent(GroupBuilder<?> group, ComponentBuilder<?,?> backgroundComponent)
           
 T ReportBuilder.setGroupFooterPrintWhenExpression(GroupBuilder<?> group, DRIExpression<Boolean> printWhenExpression)
           
 T ReportBuilder.setGroupFooterSplitType(GroupBuilder<?> group, SplitType splitType)
          Sets the group footer band split type.
 T ReportBuilder.setGroupFooterStyle(GroupBuilder<?> group, ReportStyleBuilder style)
          Sets a group footer band style
 T ReportBuilder.setGroupHeaderBackgroundComponent(GroupBuilder<?> group, ComponentBuilder<?,?> backgroundComponent)
           
 T ReportBuilder.setGroupHeaderPrintWhenExpression(GroupBuilder<?> group, DRIExpression<Boolean> printWhenExpression)
           
 T ReportBuilder.setGroupHeaderSplitType(GroupBuilder<?> group, SplitType splitType)
          Sets the group header band split type.
 T ReportBuilder.setGroupHeaderStyle(GroupBuilder<?> group, ReportStyleBuilder style)
          Sets a group header band style
 VariableBuilder<T> VariableBuilder.setResetGroup(GroupBuilder<?> resetGroup)
           
 T ReportBuilder.subtotalsAtGroupFooter(GroupBuilder<?> group, SubtotalBuilder<?,?>... subtotals)
           
 T ReportBuilder.subtotalsAtGroupHeader(GroupBuilder<?> group, SubtotalBuilder<?,?>... subtotals)
           
 T ReportBuilder.subtotalsOfPercentageAtGroupFooter(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 T ReportBuilder.subtotalsOfPercentageAtGroupHeader(GroupBuilder<?> group, PercentageSubtotalBuilder... subtotals)
           
 

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

Methods in net.sf.dynamicreports.report.builder.column with parameters of type GroupBuilder
 PercentageColumnBuilder PercentageColumnBuilder.setTotalGroup(GroupBuilder<?> totalGroup)
          Sets the total group.
 

Uses of GroupBuilder in net.sf.dynamicreports.report.builder.component
 

Methods in net.sf.dynamicreports.report.builder.component with parameters of type GroupBuilder
 TextFieldBuilder<T> TextFieldBuilder.setEvaluationGroup(GroupBuilder<?> evaluationGroup)
           
 T DimensionComponentBuilder.setPrintWhenGroupChanges(GroupBuilder<?> group)
           
 

Uses of GroupBuilder in net.sf.dynamicreports.report.builder.expression
 

Methods in net.sf.dynamicreports.report.builder.expression with parameters of type GroupBuilder
static GroupRowNumberExpression Expressions.groupRowNumber(GroupBuilder<?> group)
           
 GroupRowNumberExpression ExpressionBuilders.groupRowNumber(GroupBuilder<?> group)
           
static PrintWhenGroupHasMoreThanOneRowExpression Expressions.printWhenGroupHasMoreThanOneRow(GroupBuilder<?> group)
           
 PrintWhenGroupHasMoreThanOneRowExpression ExpressionBuilders.printWhenGroupHasMoreThanOneRow(GroupBuilder<?> group)
           
 

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

Classes in net.sf.dynamicreports.report.builder.group with type parameters of type GroupBuilder
 class GroupBuilder<T extends GroupBuilder<T>>
           
 

Subclasses of GroupBuilder in net.sf.dynamicreports.report.builder.group
 class ColumnGroupBuilder
           
 class CustomGroupBuilder
           
 

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

Methods in net.sf.dynamicreports.report.builder.subtotal with parameters of type GroupBuilder
 T BaseSubtotalBuilder.setGroup(GroupBuilder<?> group)
           
 PercentageSubtotalBuilder PercentageSubtotalBuilder.setTotalGroup(GroupBuilder<?> totalGroup)
           
 



Copyright © 2010-2014. All Rights Reserved.