Class UnmodifiableSchemaItemIndexWrapperFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl<PrismPropertyWrapper<T>,PrismPropertyValue<T>,PrismProperty<T>,PrismPropertyValueWrapper<T>>
com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl<T>
com.evolveum.midpoint.gui.impl.factory.wrapper.schema.UnmodifiableSchemaItemIndexWrapperFactory<T>
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<T>,
,PrismPropertyValueWrapper<T>, PrismPropertyValue<T>> WrapperFactory
@Component
public class UnmodifiableSchemaItemIndexWrapperFactory<T>
extends PrismPropertyWrapperFactoryImpl<T>
- Author:
- skublik
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
determineReadOnly
(PrismPropertyWrapper<T> itemWrapper, WrapperContext context) int
getOrder()
<C extends Containerable>
booleanmatch
(ItemDefinition<?> def, PrismContainerValue<C> parent) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, createWrapperInternal, getPredefinedValuesOid, match, register, registerWrapperPanel, setupWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getStatus, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValue, skipCreateWrapper
-
Constructor Details
-
UnmodifiableSchemaItemIndexWrapperFactory
public UnmodifiableSchemaItemIndexWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismPropertyWrapperFactoryImpl<T>
-
determineReadOnly
- Overrides:
determineReadOnly
in classItemWrapperFactoryImpl<PrismPropertyWrapper<T>,
PrismPropertyValue<T>, PrismProperty<T>, PrismPropertyValueWrapper<T>>
-