Class AbstractGuiComponentFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.api.factory.AbstractGuiComponentFactory<T>
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<T>>
- Direct Known Subclasses:
AssociationAndExpressionPanelFactory
,ExpressionPanelFactory
,ItemPathPanelFactory
,ModificationsPanelFactory
,PasswordHintPanelFactory
,SearchFilterPanelFactory
,VariableBindingDefinitionTypePanelFactory
public abstract class AbstractGuiComponentFactory<T>
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<T>>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.Component
createPanel
(PrismPropertyPanelContext<T> panelCtx) getOrder()
protected abstract org.apache.wicket.markup.html.panel.Panel
getPanel
(PrismPropertyPanelContext<T> panelCtx) 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
configure, match
-
Constructor Details
-
AbstractGuiComponentFactory
public AbstractGuiComponentFactory()
-
-
Method Details
-
getRegistry
-
createPanel
- Specified by:
createPanel
in interfaceGuiComponentFactory<T>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<T>
-
getPanel
protected abstract org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<T> panelCtx)
-