Class OperationalContainerWrapperFactory<T extends Containerable>
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<T>
com.evolveum.midpoint.gui.impl.factory.wrapper.OperationalContainerWrapperFactory<T>
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<T>,,- PrismContainerValueWrapper<T>, - PrismContainerValue<T>> - PrismContainerWrapperFactory<T>,- WrapperFactory
- Direct Known Subclasses:
- AuthenticationBehaviorWrapperFactory
@Component
public class OperationalContainerWrapperFactory<T extends Containerable>
extends PrismContainerWrapperFactoryImpl<T>
- Author:
- katka
- 
Field SummaryFields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImplVIRTUAL_CONTAINER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) intgetOrder()booleanmatch(ItemDefinition<?> def) protected booleanshouldCreateEmptyValue(PrismContainer<T> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapperMethods 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.ItemWrapperFactorycreateWrapper, createWrapperMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
- 
Constructor Details- 
OperationalContainerWrapperFactorypublic OperationalContainerWrapperFactory()
 
- 
- 
Method Details- 
match- Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismContainerWrapperFactoryImpl<T extends Containerable>
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismContainerWrapperFactoryImpl<T extends Containerable>
 
- 
canCreateWrapperprotected boolean canCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) - Overrides:
- canCreateWrapperin class- ItemWrapperFactoryImpl<PrismContainerWrapper<T extends Containerable>,- PrismContainerValue<T extends Containerable>, - PrismContainer<T extends Containerable>, - PrismContainerValueWrapper<T extends Containerable>> 
 
- 
shouldCreateEmptyValue- Overrides:
- shouldCreateEmptyValuein class- ItemWrapperFactoryImpl<PrismContainerWrapper<T extends Containerable>,- PrismContainerValue<T extends Containerable>, - PrismContainer<T extends Containerable>, - PrismContainerValueWrapper<T extends Containerable>> 
 
 
-