Class AdminGuiContainerWrapperFactoryImpl<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>
com.evolveum.midpoint.gui.impl.factory.wrapper.AdminGuiContainerWrapperFactoryImpl<C>
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<C>,,- PrismContainerValueWrapper<C>, - PrismContainerValue<C>> - PrismContainerWrapperFactory<C>,- WrapperFactory
@Component
public class AdminGuiContainerWrapperFactoryImpl<C extends Containerable>
extends NoEmptyValueContainerWrapperFactoryImpl<C>
- 
Field SummaryFields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImplVIRTUAL_CONTAINER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintgetOrder()<C extends Containerable>
 booleanmatch(ItemDefinition<?> def, PrismContainerValue<C> parent) booleanskipCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.NoEmptyValueContainerWrapperFactoryImplcreateNewValue, match, register, shouldCreateEmptyValueMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createValueWrapper, createVirtualWrappers, createWrapper, createWrapperInternal, getItemDefinitions, recomputeStatus, registerWrapperPanel, setupWrapper, shouldBeExpandedMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, determineReadOnly, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactorycreateWrapper, createWrapper
- 
Constructor Details- 
AdminGuiContainerWrapperFactoryImplpublic AdminGuiContainerWrapperFactoryImpl()
 
- 
- 
Method Details- 
matchpublic <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) 
- 
getOrderpublic int getOrder()- Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- NoEmptyValueContainerWrapperFactoryImpl<C extends Containerable>
 
- 
skipCreateWrapperpublic boolean skipCreateWrapper(ItemDefinition<?> def, ItemStatus status, WrapperContext context, boolean isEmptyValue) - Overrides:
- skipCreateWrapperin class- ItemWrapperFactoryImpl<PrismContainerWrapper<C extends Containerable>,- PrismContainerValue<C extends Containerable>, - PrismContainer<C extends Containerable>, - PrismContainerValueWrapper<C extends Containerable>> 
 
 
-