Uses of Enum Class
com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart.ChartType
Packages that use ChartType
-
Uses of ChartType in com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart
Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart that return ChartTypeModifier and TypeMethodDescriptionstatic ChartTypeChartType.getNextChartType(@NotNull ChartType currentType) static ChartTypeReturns the enum constant of this class with the specified name.static ChartType[]ChartType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart with parameters of type ChartTypeModifier and TypeMethodDescriptionstatic ChartTypeChartType.getNextChartType(@NotNull ChartType currentType) Constructors in com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart with parameters of type ChartTypeModifierConstructorDescriptionRoleAnalysisAggregateChartModel(PageBase pageBase, @NotNull org.apache.wicket.model.LoadableDetachableModel<List<RoleAnalysisModel>> roleAnalysisModel, @NotNull ChartType chartType, boolean isUserMode) RoleAnalysisAttributeResultChartModel(@NotNull org.apache.wicket.model.IModel<List<RoleAnalysisSimpleModel>> roleAnalysisModel, @NotNull ChartType chartType)