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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemPathPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(PrismPropertyPanelContext<ItemPathType> panelCtx, org.apache.wicket.Component component)
protected org.apache.wicket.markup.html.panel.Panel
getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
void
register()
-
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getOrder, getRegistry
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- 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>>
-
-