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 Summary
Constructors -
Method Summary
Modifier 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.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
RelationPanelFactory
public RelationPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getPanel
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<QName>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<QName>
-