net.sf.dynamicreports.report.builder.subtotal
Class SubtotalBuilder<T extends SubtotalBuilder<T,U>,U>

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<T,U>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AggregationSubtotalBuilder, CustomSubtotalBuilder

public abstract class SubtotalBuilder<T extends SubtotalBuilder<T,U>,U>
extends BaseSubtotalBuilder<T,U>

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 SubtotalBuilder(ColumnBuilder<?,?> showInColumn)
           
 
Method Summary
 
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

SubtotalBuilder

protected SubtotalBuilder(ColumnBuilder<?,?> showInColumn)


Copyright © 2010-2014. All Rights Reserved.