Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.PrismObjectValueWrapper
-
-
Uses of PrismObjectValueWrapper in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return PrismObjectValueWrapper Modifier and Type Method Description PrismObjectValueWrapper<O>PrismObjectWrapper. getValue() -
Uses of PrismObjectValueWrapper in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismObjectValueWrapper Modifier and Type Method Description PrismObjectValueWrapper<O>PrismObjectWrapperFactoryImpl. createContainerValueWrapper(PrismContainerWrapper<O> objectWrapper, PrismContainerValue<O> objectValue, ValueStatus status, WrapperContext context) -
Uses of PrismObjectValueWrapper in com.evolveum.midpoint.gui.impl.page.admin.focus.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.focus.component with parameters of type PrismObjectValueWrapper Modifier and Type Method Description voidFocusProjectionsPanel. loadFullShadow(PrismObjectValueWrapper<ShadowType> shadowWrapperValue, org.apache.wicket.ajax.AjaxRequestTarget target) -
Uses of PrismObjectValueWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Method parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismObjectValueWrapper Modifier and Type Method Description protected voidPrismObjectValuePanel. createValuePanel(String panelId, org.apache.wicket.model.IModel<PrismObjectValueWrapper<O>> valueModel) -
Uses of PrismObjectValueWrapper in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement PrismObjectValueWrapper Modifier and Type Class Description classPrismObjectValueWrapperImpl<O extends ObjectType>Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismObjectValueWrapper Modifier and Type Method Description PrismObjectValueWrapper<O>PrismObjectWrapperImpl. getValue()
-