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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<ObjectDeltaType> 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
-
ObjectDeltaPanelFactory
public ObjectDeltaPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ObjectDeltaType>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<ObjectDeltaType>
-
getPanel
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<ObjectDeltaType>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper)
-