Class DRBand
java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRBand
- All Implemented Interfaces:
DRIBand, Serializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(DRComponent component) addComponent.getList()getList.getPrintWhenExpression.getSplitType.voidsetPrintWhenExpression(DRIExpression<Boolean> printWhenExpression) Setter for the fieldprintWhenExpression.voidsetSplitType(SplitType splitType) Setter for the fieldsplitType.
-
Constructor Details
-
DRBand
public DRBand()Constructor for DRBand.
-
-
Method Details
-
getSplitType
getSplitType.
- Specified by:
getSplitTypein interfaceDRIBand- Returns:
- a
SplitTypeobject.
-
setSplitType
-
getList
-
addComponent
addComponent.
- Parameters:
component- aDRComponentobject.
-
getPrintWhenExpression
getPrintWhenExpression.
- Specified by:
getPrintWhenExpressionin interfaceDRIBand- Returns:
- a
DRIExpressionobject.
-
setPrintWhenExpression
Setter for the field
printWhenExpression.- Parameters:
printWhenExpression- aDRIExpressionobject.
-