Class AssociationRefPanelFactory
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.AssociationRefPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>,Serializable
- Author:
- katka
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.ItemPathPanelFactory
configure, registerMethods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistry
-
Constructor Details
-
AssociationRefPanelFactory
public AssociationRefPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
matchin classItemPathPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ItemPathType> panelCtx) - Overrides:
getPanelin classItemPathPanelFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>- Overrides:
getOrderin classAbstractGuiComponentFactory<ItemPathType>
-