Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.ShadowWrapper
-
Packages that use ShadowWrapper Package Description com.evolveum.midpoint.gui.api.util GUI API package for various utility classes and interfaces.com.evolveum.midpoint.gui.impl.page.admin.assignmentholder com.evolveum.midpoint.gui.impl.page.admin.focus.component com.evolveum.midpoint.gui.impl.prism.panel com.evolveum.midpoint.gui.impl.prism.wrapper -
-
Uses of ShadowWrapper in com.evolveum.midpoint.gui.api.util
Method parameters in com.evolveum.midpoint.gui.api.util with type arguments of type ShadowWrapper Modifier and Type Method Description static String
WebComponentUtil. filterNonDeadProjections(List<ShadowWrapper> projectionWrappers)
-
Uses of ShadowWrapper in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that return ShadowWrapper Modifier and Type Method Description @NotNull ShadowWrapper
FocusDetailsModels. loadShadowWrapper(PrismObject<ShadowType> projection, boolean noFetch, com.evolveum.midpoint.task.api.Task task, OperationResult result)
Methods in com.evolveum.midpoint.gui.impl.page.admin.assignmentholder that return types with arguments of type ShadowWrapper Modifier and Type Method Description org.apache.wicket.model.LoadableDetachableModel<List<ShadowWrapper>>
FocusDetailsModels. getProjectionModel()
-
Uses of ShadowWrapper in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus.component that return ShadowWrapper Modifier and Type Method Description @NotNull ShadowWrapper
FocusProjectionsPanel. loadShadowWrapper(PrismObject<ShadowType> projection, com.evolveum.midpoint.task.api.Task task, OperationResult result)
-
Uses of ShadowWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type ShadowWrapper Constructor Description ShadowPanel(String id, org.apache.wicket.model.IModel<ShadowWrapper> model)
ShadowPanel(String id, org.apache.wicket.model.IModel<ShadowWrapper> model, ContainerPanelConfigurationType config)
-
Uses of ShadowWrapper in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement ShadowWrapper Modifier and Type Class Description class
ShadowWrapperImpl
-