Class QueryTextAreaPanelFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<QueryType>
com.evolveum.midpoint.gui.impl.factory.panel.QueryTextAreaPanelFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<QueryType>>
@Component
public class QueryTextAreaPanelFactory
extends AbstractInputGuiComponentFactory<QueryType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<QueryType> panelCtx) <IW extends ItemWrapper<?,
?>, VW extends PrismValueWrapper<?>>
booleanmatch
(IW wrapper, VW valueWrapper) void
register()
Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistry
-
Constructor Details
-
QueryTextAreaPanelFactory
public QueryTextAreaPanelFactory()
-
-
Method Details
-
register
@PostConstruct public void register() -
match
public <IW extends ItemWrapper<?,?>, boolean matchVW extends PrismValueWrapper<?>> (IW wrapper, VW valueWrapper) -
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<QueryType>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QueryType>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<QueryType>
-