Class ConditionPanelFactory
- java.lang.Object
- 
- com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<ExpressionType>
- 
- com.evolveum.midpoint.gui.impl.factory.panel.ConditionPanelFactory
 
 
- 
- All Implemented Interfaces:
- GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>,- Serializable
 
 @Component public class ConditionPanelFactory extends AbstractGuiComponentFactory<ExpressionType> implements Serializable - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConditionPanelFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<ExpressionType> panelCtx)<IW extends ItemWrapper<?,?>>
 booleanmatch(IW wrapper)voidregister()- 
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactorycreatePanel, getOrder, getRegistry
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactoryconfigure
 
- 
 
- 
- 
- 
Method Detail- 
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 match(IW wrapper) - Specified by:
- matchin interface- GuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
 
 
- 
 
-