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