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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) <IW extends ItemWrapper<?,?>, VW extends PrismValueWrapper<?>>
booleanmatch(IW wrapper, VW valueWrapper) voidregister()Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
configure
-
Constructor Details
-
ConditionPanelFactory
public ConditionPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register()- Overrides:
registerin classExpressionPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) - Overrides:
getPanelin classExpressionPanelFactory
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>- Overrides:
matchin classExpressionPanelFactory
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>- Overrides:
getOrderin classExpressionPanelFactory
-