Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RegistrationUserInfoStepHandler

Handler that renders inputs for username and password in an Express step, as well as inputs for each optional attribute being collected.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected deferred

deferred: Deferred<FRStep>

The deferred Promise that resolves the step when it's ready to submit.

Protected step

step: FRStep

The step to handle

Protected target

target: HTMLElement

The DOM element to contain the handler

Methods

Protected addAttributeInputs

  • addAttributeInputs(): void

Protected bind

  • bind(): void

completeStep

  • completeStep(): Promise<FRStep>

Protected findElement

  • findElement<T>(selector: string, required?: boolean): T

Protected getRefs

  • getRefs(): void

Protected getTemplate

  • getTemplate(): string

Protected onSubmit

  • onSubmit(): Promise<void>

Protected ready

  • ready(): void

Protected render

  • render(): void

retry

  • retry(): Promise<FRStep>

Protected unbind

  • unbind(): void