Uses of Class
com.evolveum.midpoint.gui.impl.prism.wrapper.PrismPropertyValueWrapper
-
-
Uses of PrismPropertyValueWrapper in com.evolveum.midpoint.gui.api.component.password
Method parameters in com.evolveum.midpoint.gui.api.component.password with type arguments of type PrismPropertyValueWrapper Modifier and Type Method Description protected org.apache.wicket.Component
ProtectedStringPropertyPanel. createValuePanel(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<ProtectedStringType>> item)
-
Uses of PrismPropertyValueWrapper in com.evolveum.midpoint.gui.impl.component.data.column
Methods in com.evolveum.midpoint.gui.impl.component.data.column with parameters of type PrismPropertyValueWrapper Modifier and Type Method Description protected String
PrismPropertyWrapperColumnPanel. createLabel(PrismPropertyValueWrapper<T> object)
protected org.apache.wicket.markup.html.panel.Panel
PrismPropertyWrapperColumnPanel. createValuePanel(String id, org.apache.wicket.model.IModel<PrismPropertyWrapper<T>> model, PrismPropertyValueWrapper<T> object)
Method parameters in com.evolveum.midpoint.gui.impl.component.data.column with type arguments of type PrismPropertyValueWrapper Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.Panel
PrismPropertyWrapperColumnPanel. createLink(String id, org.apache.wicket.model.IModel<PrismPropertyValueWrapper<T>> object)
-
Uses of PrismPropertyValueWrapper in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismPropertyValueWrapper Modifier and Type Method Description PrismPropertyValueWrapper<T>
PrismPropertyWrapperFactoryImpl. createValueWrapper(PrismPropertyWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context)
PrismPropertyValueWrapper<T>
ResourceAttributeWrapperFactoryImpl. createValueWrapper(ResourceAttributeWrapper<T> parent, PrismPropertyValue<T> value, ValueStatus status, WrapperContext context)
-
Uses of PrismPropertyValueWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel with parameters of type PrismPropertyValueWrapper Modifier and Type Method Description protected void
PrismPropertyValuePanel. remove(PrismPropertyValueWrapper<T> valueToRemove, org.apache.wicket.ajax.AjaxRequestTarget target)
Method parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismPropertyValueWrapper Modifier and Type Method Description protected org.apache.wicket.Component
ExpressionPropertyPanel. createValuePanel(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<ExpressionType>> item)
protected org.apache.wicket.Component
PrismPropertyPanel. createValuePanel(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<T>> item)
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismPropertyValueWrapper Constructor Description PrismPropertyValuePanel(String id, org.apache.wicket.model.IModel<PrismPropertyValueWrapper<T>> model, ItemPanelSettings settings)
-
Uses of PrismPropertyValueWrapper in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form
Method parameters in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type arguments of type PrismPropertyValueWrapper Modifier and Type Method Description protected org.apache.wicket.Component
VerticalFormPrismPropertyPanel. createValuePanel(org.apache.wicket.markup.html.list.ListItem<PrismPropertyValueWrapper<T>> item)
Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel.vertical.form with type arguments of type PrismPropertyValueWrapper Constructor Description VerticalFormPrismPropertyValuePanel(String id, org.apache.wicket.model.IModel<PrismPropertyValueWrapper<T>> model, ItemPanelSettings settings)
-
Uses of PrismPropertyValueWrapper in com.evolveum.midpoint.gui.impl.prism.wrapper
Methods in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismPropertyValueWrapper Modifier and Type Method Description protected <D extends ItemDelta<? extends PrismValue,? extends ItemDefinition>>
voidExpressionWrapper. addValueToDelta(PrismPropertyValueWrapper<ExpressionType> value, D delta)
-