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)
int
getOrder()
boolean
match(ItemDefinition<?> def)
void
register()
protected boolean
shouldCreateEmptyValue(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:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
register
public void register()
- Specified by:
register
in interfaceWrapperFactory
- Overrides:
register
in classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
createNewValue
protected PrismContainerValue<C> createNewValue(PrismContainer<C> item)
- Overrides:
createNewValue
in classPrismContainerWrapperFactoryImpl<C extends Containerable>
-
shouldCreateEmptyValue
protected boolean shouldCreateEmptyValue(PrismContainer<C> item, WrapperContext context)
- Overrides:
shouldCreateEmptyValue
in classItemWrapperFactoryImpl<PrismContainerWrapper<C extends Containerable>,PrismContainerValue<C extends Containerable>,PrismContainer<C extends Containerable>,PrismContainerValueWrapper<C extends Containerable>>
-
-