Class VariableBindingDefinitionTypePanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<VariableBindingDefinitionType>
com.evolveum.midpoint.gui.impl.factory.panel.VariableBindingDefinitionTypePanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<VariableBindingDefinitionType>>
- Direct Known Subclasses:
SourceOrTargetOfMappingPanelFactory
@Component
public class VariableBindingDefinitionTypePanelFactory
extends AbstractGuiComponentFactory<VariableBindingDefinitionType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.wicket.markup.html.panel.Panel
<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
-
VariableBindingDefinitionTypePanelFactory
public VariableBindingDefinitionTypePanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<VariableBindingDefinitionType> panelCtx) - Specified by:
getPanel
in classAbstractGuiComponentFactory<VariableBindingDefinitionType>
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper)
-