Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.PrismPropertyWrapper
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.api.component.password
ModifierConstructorDescriptionProtectedStringPropertyPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<ProtectedStringType>> model, ItemPanelSettings settings) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.api.prism.wrapper
Modifier 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
Modifier and TypeMethodDescriptionstatic <T> PrismPropertyWrapper<T>
WebPrismUtil.findPropertyWrapper
(ItemWrapper<?, ?> child, ItemPath pathToFind) Modifier and TypeMethodDescriptionstatic PrismObject<ResourceType>
WebComponentUtil.findResource
(PrismPropertyWrapper itemWrapper, PrismPropertyPanelContext panelCtx) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.component.data.column
Modifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.Panel
PrismPropertyWrapperColumnPanel.createValuePanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, PrismPropertyValueWrapper<T> object) ModifierConstructorDescriptionPrismPropertyWrapperColumnPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, AbstractItemWrapperColumn.ColumnType columnType) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.component.input
ModifierConstructorDescriptionLifecycleStateFormPanel
(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
ModifierConstructorDescriptionExpressionPanel
(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
ModifierConstructorDescriptionPrismPropertyPanelContext
(org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> itemWrapper) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.factory.wrapper
Modifier 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) Modifier and TypeMethodDescriptionPrismPropertyWrapperFactoryImpl.createValueWrapper
(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context) void
ExpressionWrapperFactory.registerWrapperPanel
(PrismPropertyWrapper<ExpressionType> wrapper) void
PrismPropertyWrapperFactoryImpl.registerWrapperPanel
(PrismPropertyWrapper<T> wrapper) void
ProtectedStringWrapperFactory.registerWrapperPanel
(PrismPropertyWrapper<ProtectedStringType> wrapper) protected void
PrismPropertyWrapperFactoryImpl.setupWrapper
(PrismPropertyWrapper<T> wrapper) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component
-
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.page.login.dto
ModifierConstructorDescriptionVerificationAttributeDto
(@NotNull PrismPropertyWrapper<?> itemWrapper, ItemPath itemPath) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.page.login.module
Modifier and TypeMethodDescriptionprotected PrismPropertyWrapper<?>
PageAbstractAttributeVerification.createItemWrapper
(ItemPath itemPath) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Modifier 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) Modifier and TypeMethodDescriptionprotected <PC extends ItemPanelContext>
PCPrismPropertyValuePanel.createPanelCtx
(org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> wrapper) ModifierConstructorDescriptionExpressionPropertyHeaderPanel
(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
ModifierConstructorDescriptionVerticalFormPasswordPropertyPanel
(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
Modifier and TypeClassDescriptionclass
Created by honcharclass
class
Created by honcharclass
Modifier and TypeMethodDescription<X> PrismPropertyWrapper<X>
PrismContainerValueWrapperImpl.findProperty
(ItemPath propertyPath) <X> PrismPropertyWrapper<X>
PrismContainerWrapperImpl.findProperty
(ItemPath propertyPath) <X> PrismPropertyWrapper<X>
ValueMetadataWrapperImpl.findProperty
(ItemPath propertyPath) ModifierConstructorDescriptionPrismPropertyValueWrapper
(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status) -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.model
-
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.page.admin.reports.component
ModifierConstructorDescriptionSearchFilterConfigurationPanel
(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<SearchFilterType>> itemModel, org.apache.wicket.model.IModel<SearchFilterType> model, PrismContainerValueWrapper<ObjectCollectionType> containerWrapper)