Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.PrismPropertyWrapper
-
-
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 PrismPropertyWrapper Constructor Description ProtectedStringPropertyPanel(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.wrapper Modifier and Type Interface Description interface
ResourceAttributeWrapper<T>
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return PrismPropertyWrapper Modifier and Type Method Description <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 PrismPropertyWrapper Modifier and Type Method Description static <T> PrismPropertyWrapper<T>
WebPrismUtil. findPropertyWrapper(ItemWrapper<?,?> child, ItemPath pathToFind)
Methods in com.evolveum.midpoint.gui.api.util with parameters of type PrismPropertyWrapper Modifier and Type Method Description static 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 PrismPropertyWrapper Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.Panel
PrismPropertyWrapperColumnPanel. 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 PrismPropertyWrapper Constructor Description PrismPropertyWrapperColumnPanel(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 PrismPropertyWrapper Constructor Description SourceMappingProvider(org.apache.wicket.model.IModel<PrismPropertyWrapper<VariableBindingDefinitionType>> rowModel)
-
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 PrismPropertyWrapper Constructor Description PrismPropertyPanelContext(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 PrismPropertyWrapper Modifier and Type Method Description protected 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 PrismPropertyWrapper Modifier and Type Method Description PrismPropertyValueWrapper<T>
PrismPropertyWrapperFactoryImpl. 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.resource.component
Constructor parameters in com.evolveum.midpoint.gui.impl.page.admin.resource.component with type arguments of type PrismPropertyWrapper Constructor Description ToggleSimulationModePanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<String>> model)
-
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 Modifier and Type Method Description PrismPropertyWrapper
DeprecatedPropertyWrapperModel. getObject()
Deprecated. -
Uses of PrismPropertyWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel with parameters of type PrismPropertyWrapper Modifier and Type Method Description protected 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 PrismPropertyWrapper Modifier and Type Method Description protected <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 PrismPropertyWrapper Constructor Description ExpressionPropertyHeaderPanel(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 PrismPropertyWrapper Constructor Description VerticalFormPasswordPropertyPanel(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 PrismPropertyWrapper Modifier and Type Class Description class
ExpressionWrapper
Created by honcharclass
PrismPropertyWrapperImpl<T>
class
ProtectedStringTypeWrapperImpl
Created by honcharclass
ResourceAttributeWrapperImpl<T>
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismPropertyWrapper Modifier and Type Method Description <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 PrismPropertyWrapper Constructor Description PrismPropertyValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status)
-
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.model
Methods in com.evolveum.midpoint.web.model that return PrismPropertyWrapper Modifier and Type Method Description PrismPropertyWrapper<T>
PrismPropertyWrapperHeaderModel. getObject()
PrismPropertyWrapper<T>
PrismPropertyWrapperModel. getObject()
-
Uses of PrismPropertyWrapper in com.evolveum.midpoint.web.page.admin.reports.component
Methods in com.evolveum.midpoint.web.page.admin.reports.component that return PrismPropertyWrapper Modifier and Type Method Description PrismPropertyWrapper<SearchFilterType>
SearchFilterConfigurationPanel. getItemModelObject()
Constructor parameters in com.evolveum.midpoint.web.page.admin.reports.component with type arguments of type PrismPropertyWrapper Constructor Description SearchFilterConfigurationPanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<SearchFilterType>> itemModel, org.apache.wicket.model.IModel<SearchFilterType> model, PrismContainerValueWrapper<ObjectCollectionType> containerWrapper)
-