Uses of Class
de.tsystems.mms.apm.performancesignature.dynatrace.model.ChartDashlet
-
Packages that use ChartDashlet Package Description de.tsystems.mms.apm.performancesignature.dynatrace.model de.tsystems.mms.apm.performancesignature.ui.util -
-
Uses of ChartDashlet in de.tsystems.mms.apm.performancesignature.dynatrace.model
Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model that return types with arguments of type ChartDashlet Modifier and Type Method Description List<ChartDashlet>DashboardReport. getChartDashlets()Gets the value of the chartdashlet property.Methods in de.tsystems.mms.apm.performancesignature.dynatrace.model with parameters of type ChartDashlet Modifier and Type Method Description voidDashboardReport. addChartDashlet(ChartDashlet chartDashlet)intChartDashlet. compareTo(ChartDashlet that) -
Uses of ChartDashlet in de.tsystems.mms.apm.performancesignature.ui.util
Methods in de.tsystems.mms.apm.performancesignature.ui.util that return types with arguments of type ChartDashlet Modifier and Type Method Description static List<ChartDashlet>PerfSigUIUtils. sortChartDashletList(List<ChartDashlet> list)Method parameters in de.tsystems.mms.apm.performancesignature.ui.util with type arguments of type ChartDashlet Modifier and Type Method Description static List<ChartDashlet>PerfSigUIUtils. sortChartDashletList(List<ChartDashlet> list)
-