Class AbstractIntentFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<String>
com.evolveum.midpoint.gui.impl.factory.panel.AbstractIntentFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<String>>
,Serializable
- Direct Known Subclasses:
ResourceIntentFactory
,TaskIntentFactory
@Component
public abstract class AbstractIntentFactory
extends AbstractInputGuiComponentFactory<String>
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<String> panelCtx) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, 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
match
-
Constructor Details
-
AbstractIntentFactory
public AbstractIntentFactory()
-
-
Method Details
-
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<String>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<String>
-