Class AssociationReferenceAttributeExpressionPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ExpressionType>
com.evolveum.midpoint.gui.impl.factory.panel.expression.ExpressionPanelFactory
com.evolveum.midpoint.gui.impl.factory.panel.expression.AssociationReferenceAttributeExpressionPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
,Serializable
- Direct Known Subclasses:
AssociationConstructionExpressionPanelFactory
,AssociationSynchronizationExpressionPanelFactory
public abstract class AssociationReferenceAttributeExpressionPanelFactory
extends ExpressionPanelFactory
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ExpressionPanel.RecognizedEvaluator
protected List<ExpressionPanel.RecognizedEvaluator>
getChoices
(List<ExpressionPanel.RecognizedEvaluator> parentChoices) protected abstract Class<? extends Containerable>
protected abstract Class<? extends Containerable>
getOrder()
protected org.apache.wicket.markup.html.panel.Panel
getPanel
(PrismPropertyPanelContext<ExpressionType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.expression.ExpressionPanelFactory
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
-
AssociationReferenceAttributeExpressionPanelFactory
public AssociationReferenceAttributeExpressionPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
- Overrides:
match
in classExpressionPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) - Overrides:
getPanel
in classExpressionPanelFactory
-
getMappingsClass
-
getEvaluatorClass
-
getChoices
protected List<ExpressionPanel.RecognizedEvaluator> getChoices(List<ExpressionPanel.RecognizedEvaluator> parentChoices) -
expressionEvaluatorForRemove
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
- Overrides:
getOrder
in classExpressionPanelFactory
-