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 Summary
Constructors Constructor Description ConditionPanelFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.wicket.markup.html.panel.Panel
getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx)
<IW extends ItemWrapper<?,?>>
booleanmatch(IW wrapper)
void
register()
-
Methods inherited from class com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory
createPanel, getOrder, 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
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
getPanel
protected org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<ExpressionType> panelCtx)
- Specified by:
getPanel
in classAbstractGuiComponentFactory<ExpressionType>
-
match
public <IW extends ItemWrapper<?,?>> boolean match(IW wrapper)
- Specified by:
match
in interfaceGuiComponentFactory<PrismPropertyPanelContext<ExpressionType>>
-
-