Uses of Interface
com.evolveum.midpoint.gui.api.prism.wrapper.PrismReferenceWrapper
Packages that use PrismReferenceWrapper
Package
Description
GUI API package for various utility classes and interfaces.
-
Uses of PrismReferenceWrapper in com.evolveum.midpoint.gui.api.prism.wrapper
Methods in com.evolveum.midpoint.gui.api.prism.wrapper that return PrismReferenceWrapperModifier and TypeMethodDescription<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapper.findReference
(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>PrismContainerWrapper.findReference
(ItemPath path) Method parameters in com.evolveum.midpoint.gui.api.prism.wrapper with type arguments of type PrismReferenceWrapperModifier and TypeMethodDescriptionvoid
PrismReferenceWrapper.setFilter
(BiFunction<PrismReferenceWrapper, PageBase, ObjectFilter> filterFunction) -
Uses of PrismReferenceWrapper in com.evolveum.midpoint.gui.api.util
Methods in com.evolveum.midpoint.gui.api.util that return PrismReferenceWrapperModifier and TypeMethodDescriptionstatic <R extends Referencable>
PrismReferenceWrapper<R>WebPrismUtil.findReferenceWrapper
(ItemWrapper<?, ?> child, ItemPath pathToFind) -
Uses of PrismReferenceWrapper 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 PrismReferenceWrapperModifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.Panel
PrismReferenceWrapperColumnPanel.createValuePanel
(String id, org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> model, PrismValueWrapper<R> object) boolean
PrismReferenceWrapperColumn.isClickEnabled
(org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> rowModel) -
Uses of PrismReferenceWrapper in com.evolveum.midpoint.gui.impl.factory.panel
Constructor parameters in com.evolveum.midpoint.gui.impl.factory.panel with type arguments of type PrismReferenceWrapperModifierConstructorDescriptionPrismReferencePanelContext
(org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> itemWrapper) -
Uses of PrismReferenceWrapper in com.evolveum.midpoint.gui.impl.factory.wrapper
Methods in com.evolveum.midpoint.gui.impl.factory.wrapper that return PrismReferenceWrapperModifier and TypeMethodDescriptionChildOfReportParamWrapperFactory.createWrapper
(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) protected PrismReferenceWrapper<R>
ChildOfReportParamWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
PrismReferenceWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<R>
ResourceObjectTypeArchetypeWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) protected PrismReferenceWrapper<ObjectReferenceType>
TenantRefWrapperFactory.createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismReference item, ItemStatus status, WrapperContext ctx) Methods in com.evolveum.midpoint.gui.impl.factory.wrapper with parameters of type PrismReferenceWrapperModifier and TypeMethodDescriptionChildOfReportParamWrapperFactory.createValueWrapper
(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context) PrismReferenceWrapperFactory.createValueWrapper
(PrismReferenceWrapper<R> parent, PrismReferenceValue value, ValueStatus status, WrapperContext context) void
ChildOfReportParamWrapperFactory.registerWrapperPanel
(PrismReferenceWrapper<R> wrapper) void
PrismReferenceWrapperFactory.registerWrapperPanel
(PrismReferenceWrapper<R> wrapper) protected void
ChildOfReportParamWrapperFactory.setupWrapper
(PrismReferenceWrapper<R> wrapper) protected void
PrismReferenceWrapperFactory.setupWrapper
(PrismReferenceWrapper<R> wrapper) -
Uses of PrismReferenceWrapper in com.evolveum.midpoint.gui.impl.prism.panel
Methods in com.evolveum.midpoint.gui.impl.prism.panel that return PrismReferenceWrapperModifier and TypeMethodDescriptionprotected PrismReferenceWrapper<R>
PrismReferenceValuePanel.getParentWrapper()
Methods in com.evolveum.midpoint.gui.impl.prism.panel with parameters of type PrismReferenceWrapperModifier and TypeMethodDescriptionprotected PrismReferenceValue
PrismReferenceHeaderPanel.createNewValue
(PrismReferenceWrapper<R> parent) protected <PV extends PrismValue>
PVPrismReferencePanel.createNewValue
(PrismReferenceWrapper<R> itemWrapper) protected <PV extends PrismValue>
PVPrismReferenceValuePanel.createNewValue
(PrismReferenceWrapper<R> itemWrapper) Method parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismReferenceWrapperModifier and TypeMethodDescriptionprotected <PC extends ItemPanelContext>
PCPrismReferenceValuePanel.createPanelCtx
(org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> wrapper) Constructor parameters in com.evolveum.midpoint.gui.impl.prism.panel with type arguments of type PrismReferenceWrapperModifierConstructorDescriptionPrismReferenceHeaderPanel
(String id, org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> model) PrismReferencePanel
(String id, org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> model, ItemPanelSettings settings) -
Uses of PrismReferenceWrapper 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 PrismReferenceWrapperModifierConstructorDescriptionVerticalFormPrismReferenceHeaderPanel
(String id, org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> model) VerticalFormPrismReferencePanel
(String id, org.apache.wicket.model.IModel<PrismReferenceWrapper<R>> model, ItemPanelSettings settings) -
Uses of PrismReferenceWrapper in com.evolveum.midpoint.gui.impl.prism.wrapper
Classes in com.evolveum.midpoint.gui.impl.prism.wrapper that implement PrismReferenceWrapperMethods in com.evolveum.midpoint.gui.impl.prism.wrapper that return PrismReferenceWrapperModifier and TypeMethodDescription<R extends Referencable>
PrismReferenceWrapper<R>PrismContainerValueWrapperImpl.findReference
(ItemPath path) PrismContainerWrapperImpl.findReference
(ItemPath path) <R extends Referencable>
PrismReferenceWrapper<R>ValueMetadataWrapperImpl.findReference
(ItemPath path) Method parameters in com.evolveum.midpoint.gui.impl.prism.wrapper with type arguments of type PrismReferenceWrapperModifier and TypeMethodDescriptionvoid
PrismReferenceWrapperImpl.setFilter
(BiFunction<PrismReferenceWrapper, PageBase, ObjectFilter> filterFunction) Constructors in com.evolveum.midpoint.gui.impl.prism.wrapper with parameters of type PrismReferenceWrapperModifierConstructorDescriptionPrismReferenceValueWrapperImpl
(PrismReferenceWrapper<T> parent, PrismReferenceValue value, ValueStatus status) -
Uses of PrismReferenceWrapper in com.evolveum.midpoint.web.model
Methods in com.evolveum.midpoint.web.model that return PrismReferenceWrapper