net.sf.dynamicreports.report.builder.subtotal
Class PercentageSubtotalBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<T,DRSubtotal<U>>
net.sf.dynamicreports.report.builder.subtotal.BaseSubtotalBuilder<PercentageSubtotalBuilder,Double>
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.