Class PolyStringEditorPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<PolyString>
com.evolveum.midpoint.gui.impl.factory.panel.PolyStringEditorPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<PolyString>>
@Component
public class PolyStringEditorPanelFactory
extends AbstractInputGuiComponentFactory<PolyString>
Created by honchar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected InputPanel
getPanel
(PrismPropertyPanelContext<PolyString> panelCtx) <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
-
PolyStringEditorPanelFactory
public PolyStringEditorPanelFactory()
-
-
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<PolyString>
-