Class ShadowAssociationValueWrapperFactoryImpl
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismContainerWrapper<C>,PrismContainerValue<C>,PrismContainer<C>,PrismContainerValueWrapper<C>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ShadowAssociationValueWrapperFactoryImpl
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ShadowAssociationValueType>,
,PrismContainerValueWrapper<ShadowAssociationValueType>, PrismContainerValue<ShadowAssociationValueType>> PrismContainerWrapperFactory<ShadowAssociationValueType>
,WrapperFactory
@Component
public class ShadowAssociationValueWrapperFactoryImpl
extends PrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrismContainerWrapper<ShadowAssociationValueType>
createWrapper
(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> childContainer, ItemStatus status) int
getOrder()
boolean
match
(ItemDefinition<?> def) protected boolean
shouldCreateEmptyValue
(PrismContainer<ShadowAssociationValueType> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapperInternal, getItemDefinitions, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapper
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapper
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
ShadowAssociationValueWrapperFactoryImpl
public ShadowAssociationValueWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
createWrapper
protected PrismContainerWrapper<ShadowAssociationValueType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> childContainer, ItemStatus status) - Overrides:
createWrapper
in classPrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
shouldCreateEmptyValue
protected boolean shouldCreateEmptyValue(PrismContainer<ShadowAssociationValueType> item, WrapperContext context)
-