Class AppendersWrapperFactoryImpl<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.AppendersWrapperFactoryImpl<C>
 
 
 
- 
- All Implemented Interfaces:
- ItemWrapperFactory<PrismContainerWrapper<C>,PrismContainerValueWrapper<C>,PrismContainerValue<C>>,- PrismContainerWrapperFactory<C>,- WrapperFactory
 
 @Component public class AppendersWrapperFactoryImpl<C extends Containerable> extends PrismContainerWrapperFactoryImpl<C> - Author:
- skublik
 
- 
- 
Constructor SummaryConstructors Constructor Description AppendersWrapperFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<? extends ItemDefinition>getItemDefinitions(PrismContainerWrapper<C> parent, PrismContainerValue<C> value)intgetOrder()booleanmatch(ItemDefinition<?> def)- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpladdItemWrapper, createChildren, createChildWrapper, createContainerValueWrapper, createNewValue, createValueWrapper, createWrapperInternal, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
 - 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImplcanCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.ItemWrapperFactorycreateWrapper, createWrapper
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactorymatch
 
- 
 
- 
- 
- 
Method Detail- 
matchpublic boolean match(ItemDefinition<?> def) - Specified by:
- matchin interface- WrapperFactory
- Overrides:
- matchin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
 - 
getOrderpublic int getOrder() - Specified by:
- getOrderin interface- WrapperFactory
- Overrides:
- getOrderin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
 - 
getItemDefinitionsprotected List<? extends ItemDefinition> getItemDefinitions(PrismContainerWrapper<C> parent, PrismContainerValue<C> value) - Overrides:
- getItemDefinitionsin class- PrismContainerWrapperFactoryImpl<C extends Containerable>
 
 
- 
 
-