Class ObjectReferenceTargetTypeWrapperFactory<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.ObjectReferenceTargetTypeWrapperFactory<T>
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<T>,,PrismPropertyValueWrapper<T>, PrismPropertyValue<T>> WrapperFactory
@Component
public class ObjectReferenceTargetTypeWrapperFactory<T>
extends PrismPropertyWrapperFactoryImpl<T>
- Author:
- skublik
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleandetermineReadOnly(PrismPropertyWrapper<T> itemWrapper, WrapperContext context) intgetOrder()<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, setupWrapperMethods 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
-
ObjectReferenceTargetTypeWrapperFactory
public ObjectReferenceTargetTypeWrapperFactory()
-
-
Method Details
-
match
public <C extends Containerable> boolean match(ItemDefinition<?> def, PrismContainerValue<C> parent) -
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismPropertyWrapperFactoryImpl<T>
-
determineReadOnly
- Overrides:
determineReadOnlyin classItemWrapperFactoryImpl<PrismPropertyWrapper<T>,PrismPropertyValue<T>, PrismProperty<T>, PrismPropertyValueWrapper<T>>
-