Class ValueMetadataWrapperFactoryImpl
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<ValueMetadataType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ValueMetadataWrapperFactoryImpl
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<ValueMetadataType>,,- PrismContainerValueWrapper<ValueMetadataType>, - PrismContainerValue<ValueMetadataType>> - PrismContainerWrapperFactory<ValueMetadataType>,- WrapperFactory
public class ValueMetadataWrapperFactoryImpl
extends PrismContainerWrapperFactoryImpl<ValueMetadataType>
- 
Method SummaryModifier and TypeMethodDescriptioncreateValueWrapper(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, ValueStatus status, WrapperContext context) createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) protected booleanshouldBeExpanded(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, WrapperContext context) protected booleanshouldCreateEmptyValue(PrismContainer<ValueMetadataType> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createWrapperInternal, getItemDefinitions, getOrder, match, register, registerWrapperPanel, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getTaskManager, getValues, setupMetadataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactorycreateWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
- 
Method Details- 
createWrapperpublic PrismContainerWrapper<ValueMetadataType> createWrapper(PrismContainerValueWrapper<?> parent, Item childItem, ItemStatus status, WrapperContext context) throws SchemaException - Specified by:
- createWrapperin interface- ItemWrapperFactory<PrismContainerWrapper<ValueMetadataType>,- PrismContainerValueWrapper<ValueMetadataType>, - PrismContainerValue<ValueMetadataType>> 
- Overrides:
- createWrapperin class- ItemWrapperFactoryImpl<PrismContainerWrapper<ValueMetadataType>,- PrismContainerValue<ValueMetadataType>, - PrismContainer<ValueMetadataType>, - PrismContainerValueWrapper<ValueMetadataType>> 
- Throws:
- SchemaException
 
- 
createValueWrapperpublic PrismContainerValueWrapper<ValueMetadataType> createValueWrapper(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, ValueStatus status, WrapperContext context) throws SchemaException - Specified by:
- createValueWrapperin interface- ItemWrapperFactory<PrismContainerWrapper<ValueMetadataType>,- PrismContainerValueWrapper<ValueMetadataType>, - PrismContainerValue<ValueMetadataType>> 
- Overrides:
- createValueWrapperin class- PrismContainerWrapperFactoryImpl<ValueMetadataType>
- Throws:
- SchemaException
 
- 
shouldBeExpandedprotected boolean shouldBeExpanded(PrismContainerWrapper<ValueMetadataType> parent, PrismContainerValue<ValueMetadataType> value, WrapperContext context) - Overrides:
- shouldBeExpandedin class- PrismContainerWrapperFactoryImpl<ValueMetadataType>
 
- 
shouldCreateEmptyValueprotected boolean shouldCreateEmptyValue(PrismContainer<ValueMetadataType> item, WrapperContext context) 
- 
getRegistry- Overrides:
- getRegistryin class- ItemWrapperFactoryImpl<PrismContainerWrapper<ValueMetadataType>,- PrismContainerValue<ValueMetadataType>, - PrismContainer<ValueMetadataType>, - PrismContainerValueWrapper<ValueMetadataType>> 
- Returns:
- the registry
 
 
-