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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOrder()protected InputPanelgetPanel(PrismPropertyPanelContext<QName> panelCtx) Methods inherited from class com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory
configure, createPanel, getRegistryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactory
match
-
Constructor Details
-
AbstractObjectClassFactory
public AbstractObjectClassFactory()
-
-
Method Details
-
getPanel
- Specified by:
getPanelin classAbstractInputGuiComponentFactory<QName>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<PrismPropertyPanelContext<QName>>- Overrides:
getOrderin classAbstractInputGuiComponentFactory<QName>
-