net.sf.dynamicreports.report.builder.crosstab
Class CrosstabRowGroupBuilder<T>

java.lang.Object
  extended by net.sf.dynamicreports.report.builder.AbstractBuilder<T,U>
      extended by net.sf.dynamicreports.report.builder.crosstab.AbstractCrosstabGroupBuilder<CrosstabRowGroupBuilder<T>,DRCrosstabRowGroup<T>,T>
          extended by net.sf.dynamicreports.report.builder.crosstab.CrosstabRowGroupBuilder<T>
All Implemented Interfaces:
Serializable, DRIValue<T>

public class CrosstabRowGroupBuilder<T>
extends AbstractCrosstabGroupBuilder<CrosstabRowGroupBuilder<T>,DRCrosstabRowGroup<T>,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 CrosstabRowGroupBuilder(DRIExpression<T> expression)
           
protected CrosstabRowGroupBuilder(FieldBuilder<T> field)
           
protected CrosstabRowGroupBuilder(ValueColumnBuilder<?,T> column)
           
 
Method Summary
 CrosstabRowGroupBuilder<T> setHeaderWidth(Integer headerWidth)
           
 CrosstabRowGroupBuilder<T> setTotalHeaderHeight(Integer totalHeaderHeight)
           
 
Methods inherited from class net.sf.dynamicreports.report.builder.crosstab.AbstractCrosstabGroupBuilder
getName, orderBy, orderBy, setComparatorExpression, setDataType, setHeaderHorizontalAlignment, setHeaderPattern, setHeaderStretchWithOverflow, setHeaderStyle, setHeaderValueFormatter, setOrderByExpression, setOrderType, setShowTotal, setTotalHeader, setTotalHeader, setTotalHeaderStyle, setTotalPosition
 
Methods inherited from class net.sf.dynamicreports.report.builder.AbstractBuilder
build, configure, getObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrosstabRowGroupBuilder

protected CrosstabRowGroupBuilder(ValueColumnBuilder<?,T> column)

CrosstabRowGroupBuilder

protected CrosstabRowGroupBuilder(FieldBuilder<T> field)

CrosstabRowGroupBuilder

protected CrosstabRowGroupBuilder(DRIExpression<T> expression)
Method Detail

setHeaderWidth

public CrosstabRowGroupBuilder<T> setHeaderWidth(Integer headerWidth)

setTotalHeaderHeight

public CrosstabRowGroupBuilder<T> setTotalHeaderHeight(Integer totalHeaderHeight)


Copyright © 2010-2012. All Rights Reserved.