net.sf.dynamicreports.report.builder.subtotal
Class AggregationSubtotalBuilder<T>

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,DRSubtotal<U>>
      extended by net.sf.dynamicreports.report.builder.subtotal.BaseSubtotalBuilder<T,U>
          extended by net.sf.dynamicreports.report.builder.subtotal.SubtotalBuilder<AggregationSubtotalBuilder<T>,T>
              extended by net.sf.dynamicreports.report.builder.subtotal.AggregationSubtotalBuilder<T>
All Implemented Interfaces:
Serializable, DRIValue<T>

public class AggregationSubtotalBuilder<T>
extends SubtotalBuilder<AggregationSubtotalBuilder<T>,T>
implements DRIValue<T>

Author:
Ricardo Mariaca (dynamicreports@gmail.com)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected AggregationSubtotalBuilder(DRIExpression<?> expression, ColumnBuilder<?,?> showInColumn, Calculation calculation)
           
protected AggregationSubtotalBuilder(FieldBuilder<?> field, ColumnBuilder<?,?> showInColumn, Calculation calculation)
           
protected AggregationSubtotalBuilder(ValueColumnBuilder<?,?> column, Calculation calculation)
           
 
Method Summary
protected  void configure()
           
 String getName()
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.subtotal.BaseSubtotalBuilder
getSubtotal, setAnchorName, setAnchorName, setBookmarkLevel, setDataType, setFixedHeight, setFixedRows, setGroup, setHeight, setHyperLink, setLabel, setLabel, setLabelStyle, setMinHeight, setMinRows, setPattern, setPattern, setPosition, setPrintWhenExpression, setRows, setShowInColumn, setStyle, setValueExpression, setValueFormatter
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationSubtotalBuilder

protected AggregationSubtotalBuilder(ValueColumnBuilder<?,?> column,
                                     Calculation calculation)

AggregationSubtotalBuilder

protected AggregationSubtotalBuilder(FieldBuilder<?> field,
                                     ColumnBuilder<?,?> showInColumn,
                                     Calculation calculation)

AggregationSubtotalBuilder

protected AggregationSubtotalBuilder(DRIExpression<?> expression,
                                     ColumnBuilder<?,?> showInColumn,
                                     Calculation calculation)
Method Detail

configure

protected void configure()
Overrides:
configure in class BaseSubtotalBuilder<AggregationSubtotalBuilder<T>,T>

getName

public String getName()
Specified by:
getName in interface DRIValue<T>


Copyright © 2010-2012. All Rights Reserved.