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 -
Method Summary
Modifier and TypeMethodDescriptioncreateContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context) intgetOrder()booleanmatch(ItemDefinition<?> def) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.AssignmentDetailsWrapperFactoryImpl
canCreateWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createNewValue, createValueWrapper, createWrapperInternal, getItemDefinitions, register, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValueMethods 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
-
ConstructionWrapperFactory
public ConstructionWrapperFactory()
-
-
Method Details
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classAssignmentDetailsWrapperFactoryImpl<ConstructionType>
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classAssignmentDetailsWrapperFactoryImpl<ConstructionType>
-
createContainerValueWrapper
public PrismContainerValueWrapper<ConstructionType> createContainerValueWrapper(PrismContainerWrapper<ConstructionType> objectWrapper, PrismContainerValue<ConstructionType> objectValue, ValueStatus status, WrapperContext context) - Specified by:
createContainerValueWrapperin interfacePrismContainerWrapperFactory<ConstructionType>- Overrides:
createContainerValueWrapperin classPrismContainerWrapperFactoryImpl<ConstructionType>
-