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 Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
VIRTUAL_CONTAINER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
canCreateWrapper
(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) int
getOrder()
boolean
match
(ItemDefinition<?> def) protected boolean
shouldCreateEmptyValue
(PrismContainer<T> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapper
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
-
Constructor Details
-
OperationalContainerWrapperFactory
public OperationalContainerWrapperFactory()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismContainerWrapperFactoryImpl<T extends Containerable>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismContainerWrapperFactoryImpl<T extends Containerable>
-
canCreateWrapper
protected boolean canCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) - Overrides:
canCreateWrapper
in classItemWrapperFactoryImpl<PrismContainerWrapper<T extends Containerable>,
PrismContainerValue<T extends Containerable>, PrismContainer<T extends Containerable>, PrismContainerValueWrapper<T extends Containerable>>
-
shouldCreateEmptyValue
- Overrides:
shouldCreateEmptyValue
in classItemWrapperFactoryImpl<PrismContainerWrapper<T extends Containerable>,
PrismContainerValue<T extends Containerable>, PrismContainer<T extends Containerable>, PrismContainerValueWrapper<T extends Containerable>>
-