Class DRSubtotal<T>
java.lang.Object
ch.unibas.medizin.dynamicreports.report.base.DRSubtotal<T>
- All Implemented Interfaces:
DRISubtotal<T>, DRIValue<T>, DRIExpression<T>, Serializable
DRSubtotal class.
- Author:
- Ricardo Mariaca
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGroup()getGroup.getLabelExpression.getLabelPosition.getLabelStyle.getLabelWidth.getLabelWidthType.getName()getName.getPosition.DRColumn<?> getShowInColumn.getValueClass.getValueField.voidSetter for the fieldgroup.voidsetLabelExpression(DRIExpression<?> labelExpression) Setter for the fieldlabelExpression.voidsetLabelPosition(Position labelPosition) Setter for the fieldlabelPosition.voidsetLabelStyle(DRIReportStyle labelStyle) Setter for the fieldlabelStyle.voidsetLabelWidth(Integer labelWidth) Setter for the fieldlabelWidth.voidsetLabelWidthType(ComponentDimensionType labelWidthType) Setter for the fieldlabelWidthType.voidsetPosition(SubtotalPosition position) Setter for the fieldposition.voidsetShowInColumn(DRColumn<?> showInColumn) Setter for the fieldshowInColumn.
-
Constructor Details
-
DRSubtotal
-
-
Method Details
-
getShowInColumn
getShowInColumn.
- Specified by:
getShowInColumnin interfaceDRISubtotal<T>- Returns:
- a
DRIColumnobject.
-
setShowInColumn
-
getValueField
getValueField.
- Specified by:
getValueFieldin interfaceDRISubtotal<T>- Returns:
- a
DRITextFieldobject.
-
getLabelExpression
getLabelExpression.
- Specified by:
getLabelExpressionin interfaceDRISubtotal<T>- Returns:
- a
DRIExpressionobject.
-
setLabelExpression
Setter for the field
labelExpression.- Parameters:
labelExpression- aDRIExpressionobject.
-
getLabelStyle
getLabelStyle.
- Specified by:
getLabelStylein interfaceDRISubtotal<T>- Returns:
- a
DRIReportStyleobject.
-
setLabelStyle
Setter for the field
labelStyle.- Parameters:
labelStyle- aDRIReportStyleobject.
-
getLabelPosition
getLabelPosition.
- Specified by:
getLabelPositionin interfaceDRISubtotal<T>- Returns:
- a
Positionobject.
-
setLabelPosition
-
getLabelWidth
getLabelWidth.
- Specified by:
getLabelWidthin interfaceDRISubtotal<T>- Returns:
- a
Integerobject.
-
setLabelWidth
-
getLabelWidthType
getLabelWidthType.
- Specified by:
getLabelWidthTypein interfaceDRISubtotal<T>- Returns:
- a
ComponentDimensionTypeobject.
-
setLabelWidthType
Setter for the field
labelWidthType.- Parameters:
labelWidthType- aComponentDimensionTypeobject.
-
getPosition
getPosition.
- Specified by:
getPositionin interfaceDRISubtotal<T>- Returns:
- a
SubtotalPositionobject.
-
setPosition
Setter for the field
position.- Parameters:
position- aSubtotalPositionobject.
-
getGroup
getGroup.
- Specified by:
getGroupin interfaceDRISubtotal<T>- Returns:
- a
DRIGroupobject.
-
setGroup
-
getName
-
getValueClass
getValueClass.
- Specified by:
getValueClassin interfaceDRIExpression<T>- Returns:
- a
Classobject.
-