Class ReportParamWrapperFactoryImpl
- 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<ReportParameterType>
-
- com.evolveum.midpoint.gui.impl.factory.wrapper.ReportParamWrapperFactoryImpl
-
- All Implemented Interfaces:
ItemWrapperFactory<PrismContainerWrapper<ReportParameterType>,PrismContainerValueWrapper<ReportParameterType>,PrismContainerValue<ReportParameterType>>,PrismContainerWrapperFactory<ReportParameterType>,WrapperFactory
@Component public class ReportParamWrapperFactoryImpl extends PrismContainerWrapperFactoryImpl<ReportParameterType>
-
-
Constructor Summary
Constructors Constructor Description ReportParamWrapperFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ItemWrapper<?,?>createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context)PrismContainerWrapper<ReportParameterType>createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context)protected List<? extends ItemDefinition>getItemDefinitions(PrismContainerWrapper<ReportParameterType> parent, PrismContainerValue<ReportParameterType> value)intgetOrder()booleanmatch(ItemDefinition<?> def)-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismContainerWrapperFactoryImpl
addItemWrapper, createChildren, createContainerValueWrapper, createNewValue, createValueWrapper, createWrapperInternal, register, registerWrapperPanel, setupWrapper, shouldBeExpanded
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue
-
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
-
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<ReportParameterType>
-
getOrder
public int getOrder()
- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismContainerWrapperFactoryImpl<ReportParameterType>
-
getItemDefinitions
protected List<? extends ItemDefinition> getItemDefinitions(PrismContainerWrapper<ReportParameterType> parent, PrismContainerValue<ReportParameterType> value)
- Overrides:
getItemDefinitionsin classPrismContainerWrapperFactoryImpl<ReportParameterType>
-
createWrapper
public PrismContainerWrapper<ReportParameterType> createWrapper(PrismContainerValueWrapper<?> parent, ItemDefinition<?> def, WrapperContext context) throws SchemaException
- Specified by:
createWrapperin interfaceItemWrapperFactory<PrismContainerWrapper<ReportParameterType>,PrismContainerValueWrapper<ReportParameterType>,PrismContainerValue<ReportParameterType>>- Overrides:
createWrapperin classItemWrapperFactoryImpl<PrismContainerWrapper<ReportParameterType>,PrismContainerValue<ReportParameterType>,PrismContainer<ReportParameterType>,PrismContainerValueWrapper<ReportParameterType>>- Throws:
SchemaException
-
createChildWrapper
protected ItemWrapper<?,?> createChildWrapper(ItemDefinition<?> def, PrismContainerValueWrapper<?> containerValueWrapper, WrapperContext context) throws SchemaException
- Overrides:
createChildWrapperin classPrismContainerWrapperFactoryImpl<ReportParameterType>- Throws:
SchemaException
-
-