Class ConstructionWrapperFactory
- 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<ConstructionType>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ConstructionWrapperFactory
-
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ConstructionType>,PrismContainerValueWrapper<ConstructionType>,PrismContainerValue<ConstructionType>>
,PrismContainerWrapperFactory<ConstructionType>
,WrapperFactory
@Component public class ConstructionWrapperFactory extends AssignmentDetailsWrapperFactoryImpl<ConstructionType>
-
-
Constructor Summary
Constructors Constructor Description ConstructionWrapperFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValueWrapper<ConstructionType>
createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context)
int
getOrder()
boolean
match(ItemDefinition<?> def)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentDetailsWrapperFactoryImpl
canCreateWrapper
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
-
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
-
-
-
-
Method Detail
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classAssignmentDetailsWrapperFactoryImpl<ConstructionType>
-
match
public boolean match(ItemDefinition<?> def)
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classAssignmentDetailsWrapperFactoryImpl<ConstructionType>
-
createContainerValueWrapper
public PrismContainerValueWrapper<ConstructionType> createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context)
- Specified by:
createContainerValueWrapper
in interfacePrismContainerWrapperFactory<ConstructionType>
- Overrides:
createContainerValueWrapper
in classPrismContainerWrapperFactoryImpl<ConstructionType>
-
-