cObject
---cWebBaseObject
------cWebObject
---------cWebBaseUIObject
------------cWebBaseDEOServer
---------------cWebBaseContainer
------------------cWebWindow
---------------------cWebView
------------------------cWebModalDialog
---------------------------cWebWidgetConfigurationWizard
------------------------------cWebWidgetConfigurationWizardStandard
The cWebWidgetConfigurationWizard is the base class used to create custom configuration wizards.
When making a cWebWidget configurable, an implementation of this class (custom or cWebWidgetConfigurationWizardStandard) is used. The cWebWidgetContainer will request and show a wizard (effectively a fleshed out cWebModalDialog) and upon submission use the information inside the wizard to configure the corresponding Widget.
For sake of simplicity, refer to Configurable Widgets for a complete rundown of all the steps involved; including building custom configuration wizards.