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:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description AttributeMappingItemPathPanelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)<IW extends ItemWrapper<?,?>>
 booleanmatch(IW wrapper)voidregister()- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.ItemPathPanelFactoryconfigure
 - 
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactorycreatePanel, getRegistry
 
- 
 
- 
- 
- 
Method Detail- 
register@PostConstruct public void register() - Overrides:
- registerin class- ItemPathPanelFactory
 
 - 
matchpublic <IW extends ItemWrapper<?,?>> boolean match(IW wrapper) - 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
 
 - 
getOrderpublic Integer getOrder() - Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
- getOrderin class- AbstractGuiComponentFactory<ItemPathType>
 
 
- 
 
-