Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WizardBase

A base class with common functionality for wizard and wizard-step

Hierarchy

Index

Constructors

constructor

Accessors

selectedStep

selectedStepIndex

  • get selectedStepIndex(): number

steps

Methods

addStep

Protected getEnabledSteps

getStepIndex

  • Returns the step index for the given wizard step or substep

    Parameters

    Returns number

    The step number

Protected stepByTitle

  • Returns the wizard step or substep for the given title

    Parameters

    • title: string

      The title to find

    Returns WizardStep

    The wizard step or substep

Protected stepIndex

  • Returns the index for the given wizard step or substep

    Parameters

    Returns number

    The wizard step or substep index

Protected unselectAll

  • unselectAll(): void

Generated using TypeDoc