Class DRDesignBand
java.lang.Object
ch.unibas.medizin.dynamicreports.design.base.DRDesignBand
- All Implemented Interfaces:
DRIDesignBand, Serializable
DRDesignBand class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(int index, DRDesignComponent component) addComponent.voidaddComponent(DRDesignComponent component) addComponent.getBandComponent.getHeight.getList()getList.getName()getName.getPrintWhenExpression.getSplitType.voidsetBandComponent(DRDesignComponent component) Setter for the fieldbandComponent.voidSetter for the fieldheight.voidsetList(DRDesignList list) Setter for the fieldlist.voidsetPrintWhenExpression(DRIDesignExpression printWhenExpression) Setter for the fieldprintWhenExpression.voidsetSplitType(SplitType splitType) Setter for the fieldsplitType.
-
Constructor Details
-
DRDesignBand
-
-
Method Details
-
getName
getName.
- Specified by:
getNamein interfaceDRIDesignBand- Returns:
- a
Stringobject.
-
getSplitType
getSplitType.
- Specified by:
getSplitTypein interfaceDRIDesignBand- Returns:
- a
SplitTypeobject.
-
setSplitType
-
getList
getList.
- Specified by:
getListin interfaceDRIDesignBand- Returns:
- a
DRDesignListobject.
-
setList
Setter for the field
list.- Parameters:
list- aDRDesignListobject.
-
addComponent
addComponent.
- Parameters:
component- aDRDesignComponentobject.
-
addComponent
addComponent.
- Parameters:
index- an int.component- aDRDesignComponentobject.
-
getBandComponent
getBandComponent.
- Specified by:
getBandComponentin interfaceDRIDesignBand- Returns:
- a
DRIDesignComponentobject.
-
setBandComponent
Setter for the field
bandComponent.- Parameters:
component- aDRDesignComponentobject.
-
getHeight
getHeight.
- Specified by:
getHeightin interfaceDRIDesignBand- Returns:
- a
Integerobject.
-
setHeight
-
getPrintWhenExpression
getPrintWhenExpression.
- Specified by:
getPrintWhenExpressionin interfaceDRIDesignBand- Returns:
- a
DRIDesignExpressionobject.
-
setPrintWhenExpression
Setter for the field
printWhenExpression.- Parameters:
printWhenExpression- aDRIDesignExpressionobject.
-