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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(PrismPropertyPanelContext<String> panelCtx, org.apache.wicket.Component component) protected MappingNameValidatorcreateValidator(PrismPropertyPanelContext<String> panelCtx) getOrder()protected InputPanelgetPanel(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, registerMethods 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:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>- Overrides:
matchin classTextPanelFactory<String>
-
getPanel
- Overrides:
getPanelin classTextPanelFactory<String>
-
configure
public void configure(PrismPropertyPanelContext<String> panelCtx, org.apache.wicket.Component component) - Specified by:
configurein interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>- Overrides:
configurein classAbstractInputGuiComponentFactory<String>
-
createValidator
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<String>
-