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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ExpressionPanel.RecognizedEvaluatorprotected 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.PanelgetPanel(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
registerMethods 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
-
AssociationReferenceAttributeExpressionPanelFactory
public AssociationReferenceAttributeExpressionPanelFactory()
-
-
Method Details
-
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
matchin interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>- Overrides:
matchin classExpressionPanelFactory
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) - Overrides:
getPanelin classExpressionPanelFactory
-
getMappingsClass
-
getEvaluatorClass
-
getChoices
protected List<ExpressionPanel.RecognizedEvaluator> getChoices(List<ExpressionPanel.RecognizedEvaluator> parentChoices) -
expressionEvaluatorForRemove
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>- Overrides:
getOrderin classExpressionPanelFactory
-