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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractIntentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getOrder()
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
-
-
-
-
Method Detail
-
getPanel
protected InputPanel getPanel(PrismPropertyPanelContext<String> panelCtx)
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<String>
-
getOrder
public Integer getOrder()
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<String>
-
-