net.sf.dynamicreports.report.builder.subtotal
Class PercentageSubtotalBuilder

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

public class PercentageSubtotalBuilder
extends BaseSubtotalBuilder<PercentageSubtotalBuilder,Double>

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 PercentageSubtotalBuilder(DRIExpression<? extends Number> expression, ColumnBuilder<?,?> showInColumn)
           
protected PercentageSubtotalBuilder(FieldBuilder<? extends Number> field, ColumnBuilder<?,?> showInColumn)
           
protected PercentageSubtotalBuilder(ValueColumnBuilder<?,? extends Number> column)
           
 
Method Summary
protected  void configure()
           
 PercentageSubtotalBuilder setTotalGroup(GroupBuilder<?> totalGroup)
           
 PercentageSubtotalBuilder setTotalType(PercentageTotalType totalType)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.subtotal.BaseSubtotalBuilder
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

PercentageSubtotalBuilder

protected PercentageSubtotalBuilder(ValueColumnBuilder<?,? extends Number> column)

PercentageSubtotalBuilder

protected PercentageSubtotalBuilder(FieldBuilder<? extends Number> field,
                                    ColumnBuilder<?,?> showInColumn)

PercentageSubtotalBuilder

protected PercentageSubtotalBuilder(DRIExpression<? extends Number> expression,
                                    ColumnBuilder<?,?> showInColumn)
Method Detail

setTotalType

public PercentageSubtotalBuilder setTotalType(PercentageTotalType totalType)

setTotalGroup

public PercentageSubtotalBuilder setTotalGroup(GroupBuilder<?> totalGroup)

configure

protected void configure()
Overrides:
configure in class BaseSubtotalBuilder<PercentageSubtotalBuilder,Double>


Copyright © 2010-2014. All Rights Reserved.