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>>
@Component public class RelationPanelFactory extends AbstractInputGuiComponentFactory<QName>
 
- 
- 
Constructor Summary
Constructors Constructor Description RelationPanelFactory() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<QName> panelCtx)<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)voidregister()- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry 
 - 
 
 - 
 
- 
- 
Method Detail
- 
register
@PostConstruct public void register()
 
- 
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<QName> panelCtx)
- Specified by:
 getPanelin classAbstractInputGuiComponentFactory<QName>
 
- 
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
 
- 
getOrder
public Integer getOrder()
- Specified by:
 getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>- Overrides:
 getOrderin classAbstractInputGuiComponentFactory<QName>
 
 - 
 
 -