eLabSDK.Wizard.Report Class
Class that allows error reporting within a wizard
Constructor
eLabSDK.Wizard.Report
        
            (
        async
    
    - 
                        
object 
Parameters:
- 
                        
objectObject 
Example:
Item Index
Methods
Properties
Methods
_checkForRequiredData
        
            (
    
    - 
                        
panel 
        Check if required data is availale to launch the wizard panel, display a log if logging enabled
    
        Parameters:
- 
                        
panelObject 
_createMainContainer
        
            (
    
    - 
                        
panel 
        Create the main container
    
        Parameters:
- 
                        
panelObject 
activateMenuItem
        
            (
    
    - 
                        
panel 
        Activate the triggered side menu item
    
        Parameters:
- 
                        
panelObject 
addPanel
        
            (
    
    - 
                        
panel 
        Adds a panel to the wizard
    
        Parameters:
- 
                        
panelObject 
close
        ()
    
    
        Close the wizard, closes the dialog
    
createSideMenu
        
            (
    
    - 
                        
panel 
        Create the navigation tree
    
        Parameters:
- 
                        
panelObject 
insert
        
            (
    
    - 
                        
config 
        Insert a new panel to the currently active wizard
    
        Parameters:
- 
                        
configObj 
nextPanel
        
            (
    
    - 
                        
panel 
        Displays the next panel
    
        Parameters:
- 
                        
panelObject 
remove
        
            (
    
    - 
                        
config 
        Remove a panel from the currently active wizard
    
        Parameters:
- 
                        
configObj 
reportError
        
            (
    
    - 
                        
panel 
Create a error report message
Parameters:
- 
                        
panelObject 
reportSuccess
        
            (
    
    - 
                        
panel 
Create a success report message
Parameters:
- 
                        
panelObject 
start
        ()
    
    
        Starts the wizard, creates the dialog and adds the contents stored in _wizardContent
    
Properties
_currentPanel
    Object
    
    _previousPanel
    Object
    
    _wizardContent
    Object
    
    
        Stores the wizard panels
    
