Skip navigation links
SAP NetWeaver 7.50 Enterprise Portal (SP 22)

Package com.sapportals.admin.wizardframework.templates

Deprecated.

See: Description

Package com.sapportals.admin.wizardframework.templates Description

Deprecated. Use Admin Studio Wizard Framework, as described in Creating Administration Interfaces (Web Dynpro) on the Help Portal documentation (help.sap.com).

Provides abstract classes for wizards and wizard states.

A wizard is a state-machine consisting of a collection of panes/states and a set of transitions between them.

There are three basic types of wizard states:

  • Visible input pane: The pane is visible to the user. To create a wizard pane, extend the AbstractWizardPane class.
  • Server action state: Defines an action in the server. To define a server action state, extend the abstract class AbstractActionState.
  • Client action state: Rendered to the client, but does not have a visible display and is not rendered in the standard wizard user interface. Typically used for redirect actions at the end of wizards. Client action states are derived from AbstractScriptState.

 

 

SAP NetWeaver 7.50 Enterprise Portal (SP 22)

Copyright 2021 SAP SE Complete Copyright Notice