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,- DatePanelFactory,- DropDownChoicePanelFactory,- EnumPanelFactory,- ExecuteScriptPanelFactory,- LifecycleStatePanelFactory,- LoggingAppenderPanelFactory,- LoggingPackagePanelFactory,- MailServerPanelFactory,- ObjectDeltaPanelFactory,- PolyStringEditorPanelFactory,- ProfilingLoggerLevelPanelFactory,- QueryTextAreaPanelFactory,- RangePanelFactory,- RelationPanelFactory,- ResourceAttributeRefPanelFactory,- SmsGatewayPanelFactory,- TextAreaPanelFactory,- TextPanelFactory,- ThreeStateComboPanelFactory,- UploadDownloadPanelFactory,- ValueSelectorSliderPanelFactory
public abstract class AbstractInputGuiComponentFactory<T>
extends Object
implements GuiComponentFactory<PrismPropertyPanelContext<T>>
abstract factory for all InputPanel panels
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(PrismPropertyPanelContext<T> panelCtx, org.apache.wicket.Component component) org.apache.wicket.ComponentcreatePanel(PrismPropertyPanelContext<T> panelCtx) getOrder()protected abstract InputPanelgetPanel(PrismPropertyPanelContext<T> panelCtx) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.gui.api.factory.GuiComponentFactorymatch
- 
Constructor Details- 
AbstractInputGuiComponentFactorypublic AbstractInputGuiComponentFactory()
 
- 
- 
Method Details- 
getRegistry
- 
createPanel- Specified by:
- createPanelin interface- GuiComponentFactory<T>
 
- 
configure- Specified by:
- configurein interface- GuiComponentFactory<T>
 
- 
getOrder- Specified by:
- getOrderin interface- GuiComponentFactory<T>
 
- 
getPanel
 
-