Class RoleAnalysisAggregateChartModel

java.lang.Object
com.evolveum.midpoint.gui.api.model.LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
com.evolveum.midpoint.gui.impl.page.admin.role.mining.model.RoleAnalysisAggregateChartModel
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 RoleAnalysisAggregateChartModel extends LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
See Also:
  • Constructor Details

    • RoleAnalysisAggregateChartModel

      public RoleAnalysisAggregateChartModel(org.apache.wicket.model.LoadableDetachableModel<List<RoleAnalysisModel>> roleAnalysisModel)
  • Method Details

    • load

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