Class: cWebWidgetConfigurationWizardStandard
Properties | Events | Methods | Index of Classes
Standard implementation of a cWebWidgetConfigurationWizard
Hierarchy
cObject > cWebBaseObject > cWebObject > cWebBaseUIObject > cWebBaseDEOServer > cWebBaseContainer > cWebWindow > cWebView > cWebModalDialog > cWebWidgetConfigurationWizard > cWebWidgetConfigurationWizardStandard
Show full hierarchy and direct subclasses
- cObject
- cWebBaseObject
- cWebObject
- cWebBaseUIObject
- cWebBaseDEOServer
- cWebBaseContainer
- cWebWindow
- cWebView
- cWebModalDialog
- cWebWidgetConfigurationWizard
- cWebWidgetConfigurationWizardStandard
Library: Web Application Class Library
Package: cWebWidgetConfigurationWizardStandard.pkg
Description
Standard implementation of a cWebWidgetConfigurationWizard.
This wizard reads theconfigurable properties from a cWebWidget and uses this to create a very basiccWebConfigurationWizard with generated controls based on the information provided when registering the configurable properties.
No other logic is required, simply register your configurable properties and implement the required events inside the cWebWidget and you're good to go!
See Configurable Widgets for more information about configurable properties.