Show TOC

How to Create a WizardLocate this document in the navigation structure

Use

A wizard is a portal application, deployed in a PAR, with the following parts:

  • Wizard Component: A portal component that represents the overall wizard.

  • Panes: Each pane is a Java class that defines the user interface for one section of the wizard.

  • Conditions: A Java class that defines a condition for transitioning from one pane to another.

Process

Workflow

The following are the steps required for creating a wizard:

  1. Step 1: Creating Panes

  2. Step 2: Creating the Wizard Component

  3. Step 3: Creating Conditions