Class RoleAnalysisStackedAttributeChartModel

java.lang.Object
com.evolveum.midpoint.gui.api.model.LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
com.evolveum.midpoint.gui.impl.page.admin.role.mining.chart.RoleAnalysisStackedAttributeChartModel
All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<com.evolveum.wicket.chartjs.ChartConfiguration>, org.apache.wicket.util.io.IClusterable

public class RoleAnalysisStackedAttributeChartModel extends LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
The model for the role analysis attribute chart. Used for loading the data for the role analysis attribute chart. Used in role analysis cluster chart.
See Also:
  • Constructor Details

    • RoleAnalysisStackedAttributeChartModel

      public RoleAnalysisStackedAttributeChartModel(org.apache.wicket.model.LoadableDetachableModel<List<AttributeAnalysisStructure>> roleAnalysisModelsStack0, org.apache.wicket.model.LoadableDetachableModel<List<AttributeAnalysisStructure>> roleAnalysisModelsStack1)
  • Method Details

    • load

      protected com.evolveum.wicket.chartjs.ChartConfiguration load()
      Specified by:
      load in class LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
    • generateDataset

      public com.evolveum.wicket.chartjs.ChartData generateDataset()
    • getColor

      public String getColor()