net.sf.dynamicreports.report.base
Class DRBand
java.lang.Object
net.sf.dynamicreports.report.base.DRBand
- All Implemented Interfaces:
- Serializable, DRIBand
public class DRBand
- extends Object
- implements DRIBand
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRBand
public DRBand()
getSplitType
public SplitType getSplitType()
- Specified by:
getSplitType
in interface DRIBand
setSplitType
public void setSplitType(SplitType splitType)
getList
public DRList getList()
- Specified by:
getList
in interface DRIBand
addComponent
public void addComponent(DRComponent component)
getPrintWhenExpression
public DRIExpression<Boolean> getPrintWhenExpression()
- Specified by:
getPrintWhenExpression
in interface DRIBand
setPrintWhenExpression
public void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
Copyright © 2010-2014. All Rights Reserved.