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,VariableBindingDefinitionTypePanelFactory
public abstract class AbstractGuiComponentFactory<T>
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<T>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.ComponentcreatePanel(PrismPropertyPanelContext<T> panelCtx) getOrder()protected abstract org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<T> panelCtx) Methods 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
configure, match
-
Constructor Details
-
AbstractGuiComponentFactory
public AbstractGuiComponentFactory()
-
-
Method Details
-
getRegistry
-
createPanel
- Specified by:
createPanelin interfaceGuiComponentFactory<T>
-
getOrder
- Specified by:
getOrderin interfaceGuiComponentFactory<T>
-
getPanel
protected abstract org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<T> panelCtx)
-