Class NoEmptyValueContainerWrapperFactoryImpl<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.NoEmptyValueContainerWrapperFactoryImpl<C>
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<C>,,PrismContainerValueWrapper<C>, PrismContainerValue<C>> PrismContainerWrapperFactory<C>,WrapperFactory
- Direct Known Subclasses:
AdminGuiContainerWrapperFactoryImpl,AssignmentWrapperFactoryImpl,CaseWorkItemWrapperFactoryImpl,PrismSchemaItemWrapperFactory
@Component
public class NoEmptyValueContainerWrapperFactoryImpl<C extends Containerable>
extends PrismContainerWrapperFactoryImpl<C>
- 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 PrismContainerValue<C>createNewValue(PrismContainer<C> item) intgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()protected booleanshouldCreateEmptyValue(PrismContainer<C> item, WrapperContext context) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, skipCreateWrapperMethods 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
-
NoEmptyValueContainerWrapperFactoryImpl
public NoEmptyValueContainerWrapperFactoryImpl()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
register
public void register()- Specified by:
registerin interfaceWrapperFactory- Overrides:
registerin classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
createNewValue
- Overrides:
createNewValuein classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
shouldCreateEmptyValue
- Overrides:
shouldCreateEmptyValuein classItemWrapperFactoryImpl<PrismContainerWrapper<C extends Containerable>,PrismContainerValue<C extends Containerable>, PrismContainer<C extends Containerable>, PrismContainerValueWrapper<C extends Containerable>>
-