Class AssignmentDetailsWrapperFactoryImpl<C 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<C>
com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentDetailsWrapperFactoryImpl<C>
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<C>,,- PrismContainerValueWrapper<C>, - PrismContainerValue<C>> - PrismContainerWrapperFactory<C>,- WrapperFactory
- Direct Known Subclasses:
- ConstructionWrapperFactory
@Component
public class AssignmentDetailsWrapperFactoryImpl<C extends Containerable>
extends PrismContainerWrapperFactoryImpl<C>
- Author:
- katka
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleancanCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValueMethods 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- 
AssignmentDetailsWrapperFactoryImplpublic AssignmentDetailsWrapperFactoryImpl()
 
- 
- 
Method Details- 
match- Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
- 
canCreateWrapperprotected boolean canCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) - Overrides:
- canCreateWrapperin class- ItemWrapperFactoryImpl<PrismContainerWrapper<C extends Containerable>,- PrismContainerValue<C extends Containerable>, - PrismContainer<C extends Containerable>, - PrismContainerValueWrapper<C extends Containerable>> 
 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
 
-