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
Constructors Constructor Description ModificationsPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.Panel
getPanel(PrismPropertyPanelContext<ObjectDeltaType> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
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
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ObjectDeltaType> panelCtx)
- Specified by:
getPanel
in classAbstractGuiComponentFactory<ObjectDeltaType>
-
-