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
public abstract class AbstractIntentFactory
extends AbstractInputGuiComponentFactory<String>
implements Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<String> panelCtx) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactoryconfigure, createPanel, getRegistryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactorymatch
- 
Constructor Details- 
AbstractIntentFactorypublic AbstractIntentFactory()
 
- 
- 
Method Details- 
getPanel- Specified by:
- getPanelin class- AbstractInputGuiComponentFactory<String>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<PrismPropertyPanelContext<String>>
- Overrides:
- getOrderin class- AbstractInputGuiComponentFactory<String>
 
 
-