Class ModificationsPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ObjectDeltaType>
com.evolveum.midpoint.gui.impl.factory.panel.ModificationsPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ObjectDeltaType>>
@Component
public class ModificationsPanelFactory
extends AbstractGuiComponentFactory<ObjectDeltaType>
- Author:
- katka
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.Panel
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.api.factory.AbstractGuiComponentFactory
createPanel, getOrder, getRegistry
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure
-
Constructor Details
-
ModificationsPanelFactory
public ModificationsPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ObjectDeltaType> panelCtx) - Specified by:
getPanel
in classAbstractGuiComponentFactory<ObjectDeltaType>
-