Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.PrismPropertyWrapper
Packages that use PrismPropertyWrapper
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.api.component.password
Constructor parameters in com.evolveum.midpoint.gui.api.component.password with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionProtectedStringPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.api.prism.wrapper
Subinterfaces of PrismPropertyWrapper in com.evolveum.midpoint.gui.api.prism.wrapperMethods in com.evolveum.midpoint.gui.api.prism.wrapper that return PrismPropertyWrapperModifier and TypeMethodDescription<X> PrismPropertyWrapper<X>PrismContainerValueWrapper.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>PrismContainerWrapper.findProperty(ItemPath propertyPath) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PrismPropertyWrapperModifier and TypeMethodDescriptionstatic <T> PrismPropertyWrapper<T>WebPrismUtil.findPropertyWrapper(ItemWrapper<?, ?> child, ItemPath pathToFind) Methods in com.evolveum.midpoint.gui.api.util with parameters of type PrismPropertyWrapperModifier and TypeMethodDescriptionstatic PrismObject<ResourceType>WebComponentUtil.findResource(PrismPropertyWrapper itemWrapper, PrismPropertyPanelContext panelCtx) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.component.data.column
Method parameters in com.evolveum.midpoint.gui.impl.component.data.column with type arguments of type PrismPropertyWrapperModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.PanelPrismPropertyWrapperColumnPanel.createValuePanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, PrismPropertyValueWrapper<T> object) Constructor parameters in com.evolveum.midpoint.gui.impl.component.data.column with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionPrismPropertyWrapperColumnPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, AbstractItemWrapperColumn.ColumnType columnType) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.component.input
Constructor parameters in com.evolveum.midpoint.gui.impl.component.input with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionLifecycleStateFormPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<String>> model) LifecycleStatePanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<String>> model) SourceMappingProvider(org.apache.wicket.model.IModel<PrismPropertyWrapper<VariableBindingDefinitionType>> rowModel) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.component.input.expression
Constructor parameters in com.evolveum.midpoint.gui.impl.component.input.expression with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionExpressionPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ExpressionType>> parent, org.apache.wicket.model.IModel<ExpressionType> model) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.factory.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionPrismPropertyPanelContext(org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> itemWrapper) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismPropertyWrapperModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ExpressionType>ExpressionWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ExpressionType> item, ItemStatus status, WrapperContext ctx) protected PrismPropertyWrapper<T>PrismPropertyWrapperFactoryImpl.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<T> item, ItemStatus status, WrapperContext wrapperContext) protected PrismPropertyWrapper<ProtectedStringType>ProtectedStringWrapperFactory.createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismPropertyWrapperModifier and TypeMethodDescriptionAuthenticationAttemptWrapperFactory.createValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status, WrapperContext context) PrismPropertyWrapperFactoryImpl.createValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context) voidExpressionWrapperFactory.registerWrapperPanel(PrismPropertyWrapper<ExpressionType> wrapper) voidPrismPropertyWrapperFactoryImpl.registerWrapperPanel(PrismPropertyWrapper<T> wrapper) voidProtectedStringWrapperFactory.registerWrapperPanel(PrismPropertyWrapper<ProtectedStringType> wrapper) protected voidPrismPropertyWrapperFactoryImpl.setupWrapper(PrismPropertyWrapper<T> wrapper) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component
Methods in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component that return PrismPropertyWrapper -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.page.login.dto
Methods in com.evolveum.midpoint.gui.impl.page.login.dto that return PrismPropertyWrapperConstructors in com.evolveum.midpoint.gui.impl.page.login.dto with parameters of type PrismPropertyWrapperModifierConstructorDescriptionVerificationAttributeDto(@NotNull PrismPropertyWrapper<?> itemWrapper, ItemPath itemPath) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.page.login.module
Methods in com.evolveum.midpoint.gui.impl.page.login.module that return PrismPropertyWrapperModifier and TypeMethodDescriptionprotected PrismPropertyWrapper<?>PageAbstractAttributeVerification.createItemWrapper(ItemPath itemPath) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel with parameters of type PrismPropertyWrapperModifier and TypeMethodDescriptionprotected PrismPropertyValue<ExpressionType>ExpressionPropertyHeaderPanel.createNewValue(PrismPropertyWrapper<ExpressionType> parent) protected PrismPropertyValue<T>PrismPropertyHeaderPanel.createNewValue(PrismPropertyWrapper<T> parent) protected <PV extends PrismValue>
PVPrismPropertyPanel.createNewValue(PrismPropertyWrapper<T> itemWrapper) protected <PV extends PrismValue>
PVPrismPropertyValuePanel.createNewValue(PrismPropertyWrapper<T> itemWrapper) Method parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismPropertyWrapperModifier and TypeMethodDescriptionprotected <PC extends ItemPanelContext>
PCPrismPropertyValuePanel.createPanelCtx(org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> wrapper) Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionExpressionPropertyHeaderPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ExpressionType>> model) ExpressionPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ExpressionType>> model, ItemPanelSettings settings) PrismPropertyHeaderPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model) PrismPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, ItemPanelSettings settings) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionVerticalFormPasswordPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) VerticalFormPrismPropertyHeaderPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model) VerticalFormPrismPropertyPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, ItemPanelSettings settings) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement PrismPropertyWrapperModifier and TypeClassDescriptionclassclassCreated by honcharclassclassCreated by honcharclassMethods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismPropertyWrapperModifier and TypeMethodDescription<X> PrismPropertyWrapper<X>PrismContainerValueWrapperImpl.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>PrismContainerWrapperImpl.findProperty(ItemPath propertyPath) <X> PrismPropertyWrapper<X>ValueMetadataWrapperImpl.findProperty(ItemPath propertyPath) Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismPropertyWrapperModifierConstructorDescriptionAuthenticationAttemptValueWrapper(PrismPropertyWrapper<AuthenticationAttemptDataType> parent, PrismPropertyValue<AuthenticationAttemptDataType> value, ValueStatus status) PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.component
Constructor parameters in com.evolveum.midpoint.web.component with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionLockoutStatusPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<LockoutStatusType>> model, org.apache.wicket.model.IModel<PrismContainerWrapper<BehaviorType>> behaviorModel, org.apache.wicket.model.IModel<PrismContainerWrapper<ActivationType>> activationModel) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.component.input.validator
Constructor parameters in com.evolveum.midpoint.web.component.input.validator with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionNotNullValidator(String errorMessageKey, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> propertyWrapper) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.model
Methods in com.evolveum.midpoint.web.model that return PrismPropertyWrapper -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component that return PrismPropertyWrapperConstructor parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type PrismPropertyWrapperModifierConstructorDescriptionSearchFilterConfigurationPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<SearchFilterType>> itemModel, org.apache.wicket.model.IModel<SearchFilterType> model, PrismContainerValueWrapper<ObjectCollectionType> containerWrapper)