Class AbstractInputGuiComponentFactory<T>
java.lang.Object
com.evolveum.midpoint.gui.impl.factory.panel.AbstractInputGuiComponentFactory<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
GuiComponentFactory<PrismPropertyPanelContext<T>>
- Direct Known Subclasses:
AbstractIntentFactory
,AbstractObjectClassFactory
,AnalysisAttributeFactory
,AnyTypePanelFactory
,ClusteringAttributeFactory
,DatePanelFactory
,DropDownChoicePanelFactory
,EnumPanelFactory
,ExecuteScriptPanelFactory
,LifecycleStatePanelFactory
,LoggingAppenderPanelFactory
,LoggingPackagePanelFactory
,MailServerPanelFactory
,ObjectDeltaPanelFactory
,PolyStringEditorPanelFactory
,ProfilingLoggerLevelPanelFactory
,QueryTextAreaPanelFactory
,RangePanelFactory
,RelationPanelFactory
,ResourceAttributeRefPanelFactory
,SearchFilterPanelFactory
,SmsGatewayPanelFactory
,TextAreaPanelFactory
,TextPanelFactory
,ThreeStateComboPanelFactory
,UploadDownloadPanelFactory
,ValueSelectorSliderPanelFactory
public abstract class AbstractInputGuiComponentFactory<T>
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<T>>
abstract factory for all InputPanel panels
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(PrismPropertyPanelContext<T> panelCtx, org.apache.wicket.Component component) org.apache.wicket.Component
createPanel
(PrismPropertyPanelContext<T> panelCtx) getOrder()
protected abstract InputPanel
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
match
-
Constructor Details
-
AbstractInputGuiComponentFactory
public AbstractInputGuiComponentFactory()
-
-
Method Details
-
getRegistry
-
createPanel
- Specified by:
createPanel
in interfaceGuiComponentFactory<T>
-
configure
- Specified by:
configure
in interfaceGuiComponentFactory<T>
-
getOrder
- Specified by:
getOrder
in interfaceGuiComponentFactory<T>
-
getPanel
-