Class AttributeMappingItemPathPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ItemPathType>
com.evolveum.midpoint.gui.impl.factory.panel.ItemPathPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.AttributeMappingItemPathPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
,Serializable
@Component
public class AttributeMappingItemPathPanelFactory
extends ItemPathPanelFactory
implements Serializable
- Author:
- lskublik
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected org.apache.wicket.markup.html.panel.Panel
getPanel
(PrismPropertyPanelContext<ItemPathType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.ItemPathPanelFactory
configure
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
AttributeMappingItemPathPanelFactory
public AttributeMappingItemPathPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
register
in classItemPathPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
match
in classItemPathPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Overrides:
getPanel
in classItemPathPanelFactory
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
getOrder
in classAbstractGuiComponentFactory<ItemPathType>
-