Uses of Class
ch.unibas.medizin.dynamicreports.design.base.DRDesignGroup
Packages that use DRDesignGroup
Package
Description
-
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.base
Methods in ch.unibas.medizin.dynamicreports.design.base that return DRDesignGroupMethods in ch.unibas.medizin.dynamicreports.design.base that return types with arguments of type DRDesignGroupMethods in ch.unibas.medizin.dynamicreports.design.base with parameters of type DRDesignGroupModifier and TypeMethodDescriptionvoidDRDesignVariable.setResetGroup(DRDesignGroup resetGroup) Setter for the fieldresetGroup. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.base.chart
Methods in ch.unibas.medizin.dynamicreports.design.base.chart that return DRDesignGroupMethods in ch.unibas.medizin.dynamicreports.design.base.chart with parameters of type DRDesignGroupModifier and TypeMethodDescriptionvoidDRDesignChart.setEvaluationGroup(DRDesignGroup evaluationGroup) Setter for the fieldevaluationGroup. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.base.chart.dataset
Methods in ch.unibas.medizin.dynamicreports.design.base.chart.dataset that return DRDesignGroupMethods in ch.unibas.medizin.dynamicreports.design.base.chart.dataset with parameters of type DRDesignGroupModifier and TypeMethodDescriptionvoidDRDesignChartDataset.setResetGroup(DRDesignGroup resetGroup) Setter for the fieldresetGroup. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.base.component
Methods in ch.unibas.medizin.dynamicreports.design.base.component that return DRDesignGroupModifier and TypeMethodDescriptionDRDesignGenericElement.getEvaluationGroup()getEvaluationGroup.DRDesignTextField.getEvaluationGroup()getEvaluationGroup.Methods in ch.unibas.medizin.dynamicreports.design.base.component with parameters of type DRDesignGroupModifier and TypeMethodDescriptionvoidDRDesignGenericElement.setEvaluationGroup(DRDesignGroup evaluationGroup) Setter for the fieldevaluationGroup.voidDRDesignTextField.setEvaluationGroup(DRDesignGroup evaluationGroup) Setter for the fieldevaluationGroup. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.base.crosstab
Methods in ch.unibas.medizin.dynamicreports.design.base.crosstab that return DRDesignGroupMethods in ch.unibas.medizin.dynamicreports.design.base.crosstab with parameters of type DRDesignGroupModifier and TypeMethodDescriptionvoidDRDesignCrosstabDataset.setResetGroup(DRDesignGroup resetGroup) Setter for the fieldresetGroup. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.transformation
Methods in ch.unibas.medizin.dynamicreports.design.transformation that return DRDesignGroupModifier and TypeMethodDescriptionprotected DRDesignGroupgetGroup.protected DRDesignGroupAbstractExpressionTransform.getVariableResetGroup(DRIVariable<?> variable) getVariableResetGroup.protected DRDesignGroupMainDatasetExpressionTransform.getVariableResetGroup(DRIVariable<?> variable) getVariableResetGroup.Methods in ch.unibas.medizin.dynamicreports.design.transformation that return types with arguments of type DRDesignGroupMethods in ch.unibas.medizin.dynamicreports.design.transformation with parameters of type DRDesignGroupModifier and TypeMethodDescriptionprotected DRDesignBandBandTransform.band(String bandName, DRIBand band, SplitType splitType, DRIReportStyle defaultStyle, DRIComponent defaultBackgroundComponent, ResetType resetType, DRDesignGroup resetGroup) band.protected DRDesignComponentComponentTransform.booleanField(DRIBooleanField booleanField, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) booleanField.protected DRDesignComponentComponentTransform.component(DRIComponent component, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) component.protected DRDesignGenericElementComponentTransform.genericElement(DRIGenericElement genericElement, ResetType resetType, DRDesignGroup resetGroup) genericElement.protected DRDesignListComponentTransform.list(DRIList list, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) list.protected DRDesignComponentComponentTransform.listBackgroundComponent(DRIComponent backgroundComponent, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) listBackgroundComponent.protected DRDesignChartChartTransform.transform(DRIChart chart, ResetType resetType, DRDesignGroup resetGroup) transform.protected DRDesignCrosstabCrosstabTransform.transform(DRICrosstab crosstab, ResetType resetType, DRDesignGroup resetGroup) transform.protected DRDesignListComponentTransform.xyList(DRIXyList xyList, DefaultStyleType defaultStyleType, ResetType resetType, DRDesignGroup resetGroup) xyList. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.design.transformation.expressions
Constructors in ch.unibas.medizin.dynamicreports.design.transformation.expressions with parameters of type DRDesignGroupModifierConstructorDescriptionSerieValueExpression(DRIDesignExpression valueExpression, DRIDesignExpression serieExpression, ResetType resetType, DRDesignGroup resetGroup, String key) Constructor for SerieValueExpression. -
Uses of DRDesignGroup in ch.unibas.medizin.dynamicreports.report.component
Methods in ch.unibas.medizin.dynamicreports.report.component with parameters of type DRDesignGroupModifier and TypeMethodDescriptionCustomComponentTransform.designComponent(DesignTransformAccessor accessor, T component, ResetType resetType, DRDesignGroup resetGroup) designComponent.