Uses of Class
com.evolveum.midpoint.gui.impl.component.box.InfoBoxData
-
Packages that use InfoBoxData Package Description com.evolveum.midpoint.gui.impl.component.box com.evolveum.midpoint.web.page.admin.home com.evolveum.midpoint.web.page.admin.server.dto -
-
Uses of InfoBoxData in com.evolveum.midpoint.gui.impl.component.box
Constructor parameters in com.evolveum.midpoint.gui.impl.component.box with type arguments of type InfoBoxData Constructor Description InfoBox(String id, @NotNull org.apache.wicket.model.IModel<InfoBoxData> model)
-
Uses of InfoBoxData in com.evolveum.midpoint.web.page.admin.home
Methods in com.evolveum.midpoint.web.page.admin.home that return types with arguments of type InfoBoxData Modifier and Type Method Description protected <F extends FocusType>
org.apache.wicket.model.IModel<InfoBoxData>PageDashboard. getFocusInfoBoxType(Class<F> type, String bgColor, String icon, String keyPrefix, OperationResult result, com.evolveum.midpoint.task.api.Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage)
protected <O extends ObjectType>
org.apache.wicket.model.IModel<InfoBoxData>PageDashboard. getObjectInfoBoxTypeModel(Class<O> type, List<QName> items, Object eqObject, String bgColor, String icon, String keyPrefix, OperationResult result, com.evolveum.midpoint.task.api.Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage)
Methods in com.evolveum.midpoint.web.page.admin.home with parameters of type InfoBoxData Modifier and Type Method Description protected <F extends FocusType>
voidPageDashboard. customizationFocusInfoBoxType(InfoBoxData infoBoxType, Class<F> type, String bgColor, String icon, String keyPrefix, OperationResult result, com.evolveum.midpoint.task.api.Task task)
protected <O extends ObjectType>
voidPageDashboard. customizationObjectInfoBoxType(InfoBoxData infoBoxType, Class<O> type, List<QName> items, Object eqObject, String bgColor, String icon, String keyPrefix, Integer totalCount, Integer activeCount, OperationResult result, com.evolveum.midpoint.task.api.Task task)
-
Uses of InfoBoxData in com.evolveum.midpoint.web.page.admin.server.dto
Methods in com.evolveum.midpoint.web.page.admin.server.dto that return InfoBoxData Modifier and Type Method Description InfoBoxData
ActivityItemProcessingDto. getFailedBox()
InfoBoxData
ActivityItemProcessingDto. getSkipBox()
InfoBoxData
ActivityItemProcessingDto. getSuccessBox()
-