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 SummaryConstructors
- 
Method SummaryModifier 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.ItemPathPanelFactoryconfigure, registerMethods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactorycreatePanel, getRegistry
- 
Constructor Details- 
AssociationRefPanelFactorypublic AssociationRefPanelFactory()
 
- 
- 
Method Details- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - 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
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<ItemPathType>>
- Overrides:
- getOrderin class- AbstractGuiComponentFactory<ItemPathType>
 
 
-