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