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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext<ItemPathType> panelCtx, org.apache.wicket.Component component) 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.api.factory.AbstractGuiComponentFactory
createPanel, getOrder, getRegistry
-
Constructor Details
-
ItemPathPanelFactory
public ItemPathPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Specified by:
getPanel
in classAbstractGuiComponentFactory<ItemPathType>
-
configure
public void configure(PrismPropertyPanelContext<ItemPathType> panelCtx, org.apache.wicket.Component component) - Specified by:
configure
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
-