Class RelationPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<QName>
com.evolveum.midpoint.gui.impl.factory.panel.RelationPanelFactory
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<QName>>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<QName> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>> 
 booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getRegistry
- 
Constructor Details- 
RelationPanelFactorypublic RelationPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
getPanel- Specified by:
- getPanelin class- AbstractInputGuiComponentFactory<QName>
 
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
- getOrderin class- AbstractInputGuiComponentFactory<QName>
 
 
-