public class DRBand extends Object implements DRIBand
DRBand class.
| Constructor and Description |
|---|
DRBand()
Constructor for DRBand.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addComponent(DRComponent component)
addComponent.
|
DRList |
getList()
getList.
|
DRIExpression<Boolean> |
getPrintWhenExpression()
getPrintWhenExpression.
|
SplitType |
getSplitType()
getSplitType.
|
void |
setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
Setter for the field
printWhenExpression. |
void |
setSplitType(SplitType splitType)
Setter for the field
splitType. |
public SplitType getSplitType()
getSplitType.
getSplitType in interface DRIBandSplitType object.public void setSplitType(SplitType splitType)
Setter for the field splitType.
splitType - a SplitType object.public DRList getList()
getList.
public void addComponent(DRComponent component)
addComponent.
component - a DRComponent object.public DRIExpression<Boolean> getPrintWhenExpression()
getPrintWhenExpression.
getPrintWhenExpression in interface DRIBandDRIExpression object.public void setPrintWhenExpression(DRIExpression<Boolean> printWhenExpression)
Setter for the field printWhenExpression.
printWhenExpression - a DRIExpression object.Copyright © 2010–2021. All rights reserved.