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
-
Method Summary
Modifier and TypeMethodDescriptionprotected PrismPropertyWrapper<ProtectedStringType>
createWrapperInternal
(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) int
getOrder()
boolean
match
(ItemDefinition<?> def) void
register()
void
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.PrismPropertyWrapperFactoryImpl
createNewValue, createValueWrapper, getPredefinedValuesOid, setupWrapper
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.wrapper.ItemWrapperFactoryImpl
canCreateValueWrapper, canCreateWrapper, createValuesWrapper, createWrapper, 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.WrapperFactory
match
-
Constructor Details
-
ProtectedStringWrapperFactory
public ProtectedStringWrapperFactory()
-
-
Method Details
-
match
- Specified by:
match
in interfaceWrapperFactory
- Overrides:
match
in classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
register
@PostConstruct public void register()- Specified by:
register
in interfaceWrapperFactory
- Overrides:
register
in classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
getOrder
public int getOrder()- Specified by:
getOrder
in interfaceWrapperFactory
- Overrides:
getOrder
in classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
createWrapperInternal
protected PrismPropertyWrapper<ProtectedStringType> createWrapperInternal(PrismContainerValueWrapper<?> parent, PrismProperty<ProtectedStringType> item, ItemStatus status, WrapperContext ctx) - Overrides:
createWrapperInternal
in classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-
registerWrapperPanel
- Overrides:
registerWrapperPanel
in classPrismPropertyWrapperFactoryImpl<ProtectedStringType>
-