net.sf.dynamicreports.report.base
Class DRBand

java.lang.Object
  extended by 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

Constructor Summary
DRBand()
           
 
Method Summary
 void addComponent(DRComponent component)
           
 DRList getList()
           
 DRIExpression<Boolean> getPrintWhenExpression()
           
 SplitType getSplitType()
           
 void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
           
 void setSplitType(SplitType splitType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRBand

public DRBand()
Method Detail

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.