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 SummaryConstructors
- 
Method SummaryModifier 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.ItemPathPanelFactoryconfigureMethods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactorycreatePanel, getRegistry
- 
Constructor Details- 
AttributeMappingItemPathPanelFactorypublic AttributeMappingItemPathPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()- Overrides:
- registerin class- ItemPathPanelFactory
 
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
- matchin class- ItemPathPanelFactory
 
- 
getPanelprotected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Overrides:
- getPanelin class- ItemPathPanelFactory
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
- getOrderin class- AbstractGuiComponentFactory<ItemPathType>
 
 
-