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:
AssignmentWrapperFactoryImpl,CaseWorkItemWrapperFactoryImpl
@Component public class NoEmptyValueContainerWrapperFactoryImpl<C extends Containerable> extends PrismContainerWrapperFactoryImpl<C>
- Author:
- katka
-
-
Constructor Summary
Constructors Constructor Description NoEmptyValueContainerWrapperFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, createWrapperInternal, getItemDefinitions, registerWrapperPanel, setupWrapper, shouldBeExpanded
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata
-
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
-
match
public boolean match(ItemDefinition<?> def)
- 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
protected PrismContainerValue<C> createNewValue(PrismContainer<C> item)
- Overrides:
createNewValuein classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
shouldCreateEmptyValue
protected boolean shouldCreateEmptyValue(PrismContainer<C> item, WrapperContext context)
- Overrides:
shouldCreateEmptyValuein classItemWrapperFactoryImpl<PrismContainerWrapper<C extends Containerable>,PrismContainerValue<C extends Containerable>,PrismContainer<C extends Containerable>,PrismContainerValueWrapper<C extends Containerable>>
-
-