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 SummaryConstructors Constructor Description SourceOrTargetOfMappingPanelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<VariableBindingDefinitionType> panelCtx)<IW extends ItemWrapper<?,?>>
 booleanmatch(IW wrapper)- 
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.VariableBindingDefinitionTypePanelFactoryregister
 - 
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactorycreatePanel, getOrder, getRegistry
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
 
- 
 
- 
- 
- 
Method Detail- 
matchpublic <IW extends ItemWrapper<?,?>> boolean match(IW wrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<VariableBindingDefinitionType>>
- Overrides:
- matchin class- VariableBindingDefinitionTypePanelFactory
 
 - 
getPanelprotected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<VariableBindingDefinitionType> panelCtx) - Overrides:
- getPanelin class- VariableBindingDefinitionTypePanelFactory
 
 
- 
 
-