net.sf.dynamicreports.report.builder.subtotal
Class CustomSubtotalBuilder<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<CustomSubtotalBuilder<T>,T>
              extended by net.sf.dynamicreports.report.builder.subtotal.CustomSubtotalBuilder<T>
All Implemented Interfaces:
Serializable, DRIValue<T>

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

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
builded
 
Constructor Summary
protected CustomSubtotalBuilder(DRIExpression<T> expression, ColumnBuilder<?,?> showInColumn)
           
 
Method Summary
 String getName()
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.subtotal.BaseSubtotalBuilder
configure, getSubtotal, setAnchorName, setAnchorName, setBookmarkLevel, setDataType, setFixedHeight, setFixedRows, setGroup, setHeight, setHyperLink, setLabel, setLabel, setLabelFixedWidth, setLabelMinWidth, setLabelPosition, setLabelStyle, setLabelWidth, 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

CustomSubtotalBuilder

protected CustomSubtotalBuilder(DRIExpression<T> expression,
                                ColumnBuilder<?,?> showInColumn)
Method Detail

getName

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


Copyright © 2010-2014. All Rights Reserved.