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