Class DRTableOfContentsHeading
java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRTableOfContentsHeading
- All Implemented Interfaces:
DRITableOfContentsHeading, Serializable
DRTableOfContentsHeading class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCustomValueExpression.getLabelExpression.getParentHeading.voidsetCustomValueExpression(DRIExpression<?> customValueExpression) Setter for the fieldcustomValueExpression.voidsetLabelExpression(DRIExpression<String> labelExpression) Setter for the fieldlabelExpression.voidsetParentHeading(DRTableOfContentsHeading parentHeading) Setter for the fieldparentHeading.
-
Constructor Details
-
DRTableOfContentsHeading
public DRTableOfContentsHeading()
-
-
Method Details
-
getParentHeading
getParentHeading.
- Specified by:
getParentHeadingin interfaceDRITableOfContentsHeading- Returns:
- a
DRITableOfContentsHeadingobject.
-
setParentHeading
Setter for the field
parentHeading.- Parameters:
parentHeading- aDRTableOfContentsHeadingobject.
-
getLabelExpression
getLabelExpression.
- Specified by:
getLabelExpressionin interfaceDRITableOfContentsHeading- Returns:
- a
DRIExpressionobject.
-
setLabelExpression
Setter for the field
labelExpression.- Parameters:
labelExpression- aDRIExpressionobject.
-
getCustomValueExpression
getCustomValueExpression.
- Specified by:
getCustomValueExpressionin interfaceDRITableOfContentsHeading- Returns:
- a
DRIExpressionobject.
-
setCustomValueExpression
Setter for the field
customValueExpression.- Parameters:
customValueExpression- aDRIExpressionobject.
-