eLabSDK.Wizard.Report Class
Extends eLabSDK.Wizard
Module: eLabSDK
Class that allows error reporting within a wizard
Constructor
eLabSDK.Wizard.Report
(
async
-
object
Parameters:
-
object
Object
Example:
Item Index
Methods
Properties
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
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
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