Uses of Class
com.evolveum.midpoint.gui.impl.component.box.InfoBoxData
Packages that use InfoBoxData
Package
Description
- 
Uses of InfoBoxData in com.evolveum.midpoint.gui.impl.component.boxConstructor parameters in com.evolveum.midpoint.gui.impl.component.box with type arguments of type InfoBoxDataModifierConstructorDescriptionInfoBox(String id, @NotNull org.apache.wicket.model.IModel<InfoBoxData> model) 
- 
Uses of InfoBoxData in com.evolveum.midpoint.web.page.admin.homeMethods in com.evolveum.midpoint.web.page.admin.home that return types with arguments of type InfoBoxDataModifier 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, ObjectQuery totalQuery, ObjectQuery activeQuery, String bgColor, String icon, String keyPrefix, OperationResult result, Task task, Class<? extends org.apache.wicket.request.component.IRequestablePage> linkPage) Methods in com.evolveum.midpoint.web.page.admin.home with parameters of type InfoBoxDataModifier 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, ObjectQuery totalQuery, ObjectQuery activeQuery, 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.dtoMethods in com.evolveum.midpoint.web.page.admin.server.dto that return InfoBoxDataModifier and TypeMethodDescriptionActivityItemProcessingDto.getFailedBox()ActivityItemProcessingDto.getSkipBox()ActivityItemProcessingDto.getSuccessBox()