Class ObjectDeltaPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<ObjectDeltaType>
com.evolveum.midpoint.gui.impl.factory.panel.ObjectDeltaPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ObjectDeltaType>>
@Component
public class ObjectDeltaPanelFactory
extends AbstractInputGuiComponentFactory<ObjectDeltaType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<ObjectDeltaType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
ObjectDeltaPanelFactory
public ObjectDeltaPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ObjectDeltaType>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<ObjectDeltaType>
-
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<ObjectDeltaType>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper)
-