Class ConditionPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ExpressionType>
com.evolveum.midpoint.gui.impl.factory.panel.ExpressionPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.ConditionPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
,Serializable
@Component
public class ConditionPanelFactory
extends ExpressionPanelFactory
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected org.apache.wicket.markup.html.panel.Panel
getPanel
(PrismPropertyPanelContext<ExpressionType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, 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
-
Constructor Details
-
ConditionPanelFactory
public ConditionPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
register
in classExpressionPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) - Overrides:
getPanel
in classExpressionPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
- Overrides:
match
in classExpressionPanelFactory
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
- Overrides:
getOrder
in classExpressionPanelFactory
-