Class SourceOrTargetOfMappingPanelFactory
- java.lang.Object
-
- com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<VariableBindingDefinitionType>
-
- com.evolveum.midpoint.gui.impl.factory.panel.VariableBindingDefinitionTypePanelFactory
-
- com.evolveum.midpoint.gui.impl.factory.panel.SourceOrTargetOfMappingPanelFactory
-
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<VariableBindingDefinitionType>>
,Serializable
@Component public class SourceOrTargetOfMappingPanelFactory extends VariableBindingDefinitionTypePanelFactory implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SourceOrTargetOfMappingPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.Panel
getPanel(PrismPropertyPanelContext<VariableBindingDefinitionType> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
-
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.VariableBindingDefinitionTypePanelFactory
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
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<VariableBindingDefinitionType>>
- Overrides:
match
in classVariableBindingDefinitionTypePanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<VariableBindingDefinitionType> panelCtx)
- Overrides:
getPanel
in classVariableBindingDefinitionTypePanelFactory
-
-