| Class | Description |
|---|---|
| AbstractActionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| AbstractInputComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| AbstractSelectionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| AbstractWizardComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| AlignedInputComponentList | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| CancelPane | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| CheckboxChoiceComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| CheckboxSelectionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| CloseWizardComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| DropdownSelectionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| FlowContainer | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| GridContainer | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| Group | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| HtmlbComponentWrapper | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| HTMLScriptComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| ListDisplayComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| ListSelectionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| MultilineInputComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| MultiSelectionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| ProgressBarComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| RadioButtonSelectionComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| TextInputComponent | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
| WizardComponentContainer | Deprecated
Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).
|
Provides interfaces and classes for wizard components
The data that is entered by an administrator in a wizard is generally kept in the wizard data model, as a set of key-value pairs stored in the wizard context. The data model provides a way to keep wizard data so that it is accessible to all wizard panes. The wizard framework can automatically store values entered in a user interface control in the data model, and can automatically load values set in the data model into user interface controls.
This synchronization, between data model and user interface control, can only be done with wizard framework user interface controls, which are part of the package. These controls are based on HTMLB controls.
Wizard framework components are used to synchronize a data model item with a user interface control. The following are the available controls:
To synchronize a user interface control with a specific item in the data
model, call setValueTargetPath on the control and pass the name of
the data model item that will store the control's value.
Copyright 2021 SAP SE Complete Copyright Notice