Class MappingNamePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory<String>
com.evolveum.midpoint.gui.impl.factory.panel.MappingNamePanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<String>>
,Serializable
- Direct Known Subclasses:
AssociationTypeMappingNamePanelFactory
,ResourceObjectTypeMappingNamePanelFactory
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext<String> panelCtx, org.apache.wicket.Component component) protected MappingNameValidator
createValidator
(PrismPropertyPanelContext<String> panelCtx) getOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<String> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.TextPanelFactory
prepareAutoCompleteList, register
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
MappingNamePanelFactory
public MappingNamePanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
match
in classTextPanelFactory<String>
-
getPanel
- Overrides:
getPanel
in classTextPanelFactory<String>
-
configure
public void configure(PrismPropertyPanelContext<String> panelCtx, org.apache.wicket.Component component) - Specified by:
configure
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
configure
in classAbstractInputGuiComponentFactory<String>
-
createValidator
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<String>
-