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.ComponentcreatePanel(PrismPropertyPanelContext<T> panelCtx)IntegergetOrder()protected abstract org.apache.wicket.markup.html.panel.PanelgetPanel(PrismPropertyPanelContext<T> panelCtx)GuiComponentRegistrygetRegistry()-
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:
createPanelin interfaceGuiComponentFactory<T>
-
getOrder
public Integer getOrder()
- Specified by:
getOrderin interfaceGuiComponentFactory<T>
-
getPanel
protected abstract org.apache.wicket.markup.html.panel.Panel getPanel(PrismPropertyPanelContext<T> panelCtx)
-
-