Class AbstractObjectClassFactory
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<QName>
com.evolveum.midpoint.gui.impl.factory.panel.AbstractObjectClassFactory
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<QName>>
,Serializable
- Direct Known Subclasses:
ResourceObjectClassFactory
,TaskObjectClassFactory
public abstract class AbstractObjectClassFactory
extends AbstractInputGuiComponentFactory<QName>
implements Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOrder()
protected InputPanel
getPanel
(PrismPropertyPanelContext<QName> 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
-
AbstractObjectClassFactory
public AbstractObjectClassFactory()
-
-
Method Details
-
getPanel
- Specified by:
getPanel
in classAbstractInputGuiComponentFactory<QName>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>
- Overrides:
getOrder
in classAbstractInputGuiComponentFactory<QName>
-