Class ItemPathPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ItemPathType>
com.evolveum.midpoint.gui.impl.factory.panel.ItemPathPanelFactory
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>,- Serializable
- Direct Known Subclasses:
- AssociationRefPanelFactory,- AttributeMappingItemPathPanelFactory,- CorrelatorItemRefPanelFactory
@Component
public class ItemPathPanelFactory
extends AbstractGuiComponentFactory<ItemPathType>
implements Serializable
- Author:
- katka
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(PrismPropertyPanelContext<ItemPathType> panelCtx, org.apache.wicket.Component component) 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.api.factory.AbstractGuiComponentFactorycreatePanel, getOrder, getRegistry
- 
Constructor Details- 
ItemPathPanelFactorypublic ItemPathPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
 
- 
getPanelprotected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Specified by:
- getPanelin class- AbstractGuiComponentFactory<ItemPathType>
 
- 
configurepublic void configure(PrismPropertyPanelContext<ItemPathType> panelCtx, org.apache.wicket.Component component) - Specified by:
- configurein interface- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
 
 
-