Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.ResourceAttributeWrapper
-
Packages that use ResourceAttributeWrapper Package Description com.evolveum.midpoint.gui.impl.factory.wrapper com.evolveum.midpoint.gui.impl.prism.panel com.evolveum.midpoint.gui.impl.prism.wrapper -
-
Uses of ResourceAttributeWrapper in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return ResourceAttributeWrapper Modifier and Type Method Description protected ResourceAttributeWrapper<T>
ResourceAttributeWrapperFactoryImpl. createWrapperInternal(PrismContainerValueWrapper<?> parent, ResourceAttribute<T> childContainer, ItemStatus status, WrapperContext ctx)
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type ResourceAttributeWrapper Modifier and Type Method Description PrismPropertyValueWrapper<T>
ResourceAttributeWrapperFactoryImpl. createValueWrapper(ResourceAttributeWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context)
void
ResourceAttributeWrapperFactoryImpl. registerWrapperPanel(ResourceAttributeWrapper<T> wrapper)
protected void
ResourceAttributeWrapperFactoryImpl. setupWrapper(ResourceAttributeWrapper<T> wrapper)
-
Uses of ResourceAttributeWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type ResourceAttributeWrapper Constructor Description ResourceAttributeDefinitionHeaderPanel(String id, org.apache.wicket.model.IModel<ResourceAttributeWrapper<T>> model)
ResourceAttributeDefinitionPanel(String id, org.apache.wicket.model.IModel<ResourceAttributeWrapper<T>> model, ItemPanelSettings settings)
-
Uses of ResourceAttributeWrapper in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement ResourceAttributeWrapper Modifier and Type Class Description class
ResourceAttributeWrapperImpl<T>
-