Uses of Class
com.evolveum.midpoint.gui.impl.component.box.InfoBoxData
Package
Description
-
Uses of InfoBoxData in com.evolveum.midpoint.gui.impl.component.box
ModifierConstructorDescriptionInfoBox
(String id, @NotNull org.apache.wicket.model.IModel<InfoBoxData> model) -
Uses of InfoBoxData in com.evolveum.midpoint.web.page.admin.home
Modifier and TypeMethodDescriptionprotected <F extends FocusType>
org.apache.wicket.model.IModel<InfoBoxData>PageDashboard.getFocusInfoBoxType
(Class<F> type, String bgColor, String icon, String keyPrefix, OperationResult result, 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, Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage) Modifier and TypeMethodDescriptionprotected <F extends FocusType>
voidPageDashboard.customizationFocusInfoBoxType
(InfoBoxData infoBoxType, Class<F> type, String bgColor, String icon, String keyPrefix, OperationResult result, 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, Task task) -
Uses of InfoBoxData in com.evolveum.midpoint.web.page.admin.server.dto
Modifier and TypeMethodDescriptionActivityItemProcessingDto.getFailedBox()
ActivityItemProcessingDto.getSkipBox()
ActivityItemProcessingDto.getSuccessBox()