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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.ItemPathPanelFactory
configureMethods 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:
registerin classItemPathPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
matchin classItemPathPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Overrides:
getPanelin classItemPathPanelFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
getOrderin classAbstractGuiComponentFactory<ItemPathType>
-