Class MailServerPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<MailServerConfigurationType>
com.evolveum.midpoint.gui.impl.page.admin.systemconfiguration.component.MailServerPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<MailServerConfigurationType>>
@Component
public class MailServerPanelFactory
extends AbstractInputGuiComponentFactory<MailServerConfigurationType>
Created by Viliam Repan (lazyman).
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected InputPanel
<IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getOrder, getRegistry
-
Constructor Details
-
MailServerPanelFactory
public MailServerPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<MailServerConfigurationType>
-