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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrismContainerWrapper<ShadowAssociationValueType>createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> childContainer, ItemStatus status) intgetOrder()booleanmatch(ItemDefinition<?> def) protected booleanshouldCreateEmptyValue(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, shouldBeExpandedMethods 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, skipCreateWrapperMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactory
createWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
ShadowAssociationValueWrapperFactoryImpl
public ShadowAssociationValueWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
createWrapper
protected PrismContainerWrapper<ShadowAssociationValueType> createWrapper(PrismContainerValueWrapper<?> parent, PrismContainer<ShadowAssociationValueType> childContainer, ItemStatus status) - Overrides:
createWrapperin classPrismContainerWrapperFactoryImpl<ShadowAssociationValueType>
-
shouldCreateEmptyValue
protected boolean shouldCreateEmptyValue(PrismContainer<ShadowAssociationValueType> item, WrapperContext context)
-