Class ExpressionPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ExpressionType>
com.evolveum.midpoint.gui.impl.factory.panel.ExpressionPanelFactory
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>,- Serializable
- Direct Known Subclasses:
- ConditionPanelFactory
@Component
public class ExpressionPanelFactory
extends AbstractGuiComponentFactory<ExpressionType>
implements Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractGuiComponentFactorycreatePanel, getRegistryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
- 
Constructor Details- 
ExpressionPanelFactorypublic ExpressionPanelFactory()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
getPanelprotected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx) - Specified by:
- getPanelin class- AbstractGuiComponentFactory<ExpressionType>
 
- 
matchpublic <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
- Overrides:
- getOrderin class- AbstractGuiComponentFactory<ExpressionType>
 
 
-