Class ProtectedStringWrapperFactory
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<ProtectedStringType>
com.evolveum.midpoint.gui.impl.factory.wrapper.ProtectedStringWrapperFactory
- All Implemented Interfaces:
ItemWrapperFactory<PrismPropertyWrapper<ProtectedStringType>,,PrismPropertyValueWrapper<ProtectedStringType>, PrismPropertyValue<ProtectedStringType>> WrapperFactory
@Component
public class ProtectedStringWrapperFactory
extends PrismPropertyWrapperFactoryImpl<ProtectedStringType>
Created by honchar
-
Field Summary
Fields inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
schemaService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ProtectedStringType>createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) intgetOrder()booleanmatch(ItemDefinition<?> def) voidregister()voidMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, getPredefinedValuesOid, setupWrapperMethods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, createWrapper, getModelInteractionService, getModelService, getPrismContext, getRegistry, getTaskManager, getValues, setupMetadata, shouldCreateEmptyValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.wrapper.WrapperFactory
match
-
Constructor Details
-
ProtectedStringWrapperFactory
public ProtectedStringWrapperFactory()
-
-
Method Details
-
match
- Specified by:
matchin interfaceWrapperFactory- Overrides:
matchin classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
register
@PostConstruct public void register()- Specified by:
registerin interfaceWrapperFactory- Overrides:
registerin classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceWrapperFactory- Overrides:
getOrderin classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
createWrapperInternal
protected PrismPropertyWrapper<ProtectedStringType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternalin classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
registerWrapperPanel
- Overrides:
registerWrapperPanelin classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-