Class ShadowStatisticsModel
java.lang.Object
com.evolveum.midpoint.gui.api.model.LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
com.evolveum.midpoint.gui.impl.page.admin.resource.component.ShadowStatisticsModel
- 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 ShadowStatisticsModel
extends LoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
createSituationLabel
(SynchronizationSituationType situation) protected Integer
createTotalsModel
(ObjectFilter situationFilter) protected com.evolveum.wicket.chartjs.ChartConfiguration
load()
Methods inherited from class com.evolveum.midpoint.gui.api.model.LoadableModel
create, detach, getNestedModel, getObject, isLoaded, onDetach, onLoad, reset, revive, setObject, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
ShadowStatisticsModel
public ShadowStatisticsModel()
-
-
Method Details
-
load
protected com.evolveum.wicket.chartjs.ChartConfiguration load()- Specified by:
load
in classLoadableModel<com.evolveum.wicket.chartjs.ChartConfiguration>
-
createTotalsModel
-
createSituationLabel
-