API Docs for: 1.0.0
Show:

eLabSDK.Wizard.Report Class

Extends eLabSDK.Wizard
Module: eLabSDK

Class that allows error reporting within a wizard

Constructor

eLabSDK.Wizard.Report

(
  • object
)
async

Parameters:

  • object Object

Example:

Methods

_checkForRequiredData

(
  • panel
)

Inherited from eLabSDK.Wizard:

Check if required data is availale to launch the wizard panel, display a log if logging enabled

Parameters:

  • panel Object

_createMainContainer

(
  • panel
)

Inherited from eLabSDK.Wizard:

Create the main container

Parameters:

  • panel Object

_handleNavigationButtonDisplay

(
  • panel
)

Inherited from eLabSDK.Wizard:

Display or hide buttons depending on which panel index is active

Parameters:

  • panel Object

activateMenuItem

(
  • panel
)

Inherited from eLabSDK.Wizard:

Activate the triggered side menu item

Parameters:

  • panel Object

addPanel

(
  • panel
)

Inherited from eLabSDK.Wizard:

Adds a panel to the wizard

Parameters:

  • panel Object

close

()

Inherited from eLabSDK.Wizard:

Close the wizard, closes the dialog

createSideMenu

(
  • panel
)

Inherited from eLabSDK.Wizard:

Create the navigation tree

Parameters:

  • panel Object

insert

(
  • config
)

Inherited from eLabSDK.Wizard:

Insert a new panel to the currently active wizard

Parameters:

  • config Obj

lockNavigation

(
  • config
)

Inherited from eLabSDK.Wizard:

Prevent the user from moving to a previous/next panel

Parameters:

  • config Obj

nextPanel

(
  • panel
)

Inherited from eLabSDK.Wizard:

Displays the next panel

Parameters:

  • panel Object

remove

(
  • config
)

Inherited from eLabSDK.Wizard:

Remove a panel from the currently active wizard

Parameters:

  • config Obj

reportError

(
  • panel
)

Create a error report message

Parameters:

  • panel Object

reportSuccess

(
  • panel
)

Create a success report message

Parameters:

  • panel Object

start

()

Inherited from eLabSDK.Wizard:

Starts the wizard, creates the dialog and adds the contents stored in _wizardContent

unLockNavigation

(
  • config
)

Inherited from eLabSDK.Wizard:

Re-enable navigation

Parameters:

  • config Obj

Properties

_currentPanel

Object

Inherited from eLabSDK.Wizard:

_previousPanel

Object

Inherited from eLabSDK.Wizard:

_wizardContent

Object

Inherited from eLabSDK.Wizard:

Stores the wizard panels