net.sf.dynamicreports.design.transformation
Class GroupTransform

java.lang.Object
  extended by net.sf.dynamicreports.design.transformation.GroupTransform

public class GroupTransform
extends Object

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
GroupTransform(DesignTransformAccessor accessor)
           
 
Method Summary
protected  DRIGroup getBeforeGroup(DRIGroup group)
           
protected  DRIGroup getFirstGroup()
           
protected  DRIGroup getFirstResetPageNumberGroup()
           
protected  DRDesignGroup getGroup(DRIGroup group)
           
protected  int getGroupPadding()
           
 Collection<DRDesignGroup> getGroups()
           
protected  List<DRIValueColumn<?>> getHideGroupColumns()
           
protected  DRIGroup getLastGroup()
           
 void transform()
           
 void transformHeaderAndFooter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupTransform

public GroupTransform(DesignTransformAccessor accessor)
Method Detail

transform

public void transform()
               throws DRException
Throws:
DRException

transformHeaderAndFooter

public void transformHeaderAndFooter()
                              throws DRException
Throws:
DRException

getGroup

protected DRDesignGroup getGroup(DRIGroup group)

getFirstGroup

protected DRIGroup getFirstGroup()

getBeforeGroup

protected DRIGroup getBeforeGroup(DRIGroup group)

getLastGroup

protected DRIGroup getLastGroup()

getFirstResetPageNumberGroup

protected DRIGroup getFirstResetPageNumberGroup()

getGroupPadding

protected int getGroupPadding()

getHideGroupColumns

protected List<DRIValueColumn<?>> getHideGroupColumns()

getGroups

public Collection<DRDesignGroup> getGroups()


Copyright © 2010-2014. All Rights Reserved.