Class WaitUI

This class display a Wait window on the screen with a message and an animation

Source : file uis/waitUI/WaitUI.js at line 33

Constructor

new WaitUI ( )

The constructor

Source : file uis/waitUI/WaitUI.js at line 53

Public methods

close ( )

Close the WaitUI

Source : file uis/waitUI/WaitUI.js at line 97

createUI ( )

Creates the user interface

Source : file uis/waitUI/WaitUI.js at line 61

showInfo ( info )

Show an info in the WaitUI

Source : file uis/waitUI/WaitUI.js at line 89

Parameters

Name Type Description
info String

The info to be displayed

Private properties

#backgroundDiv : HTMLElement

The background div

Source : file uis/waitUI/WaitUI.js at line 40

#messageDiv : HTMLElement

The message div

Source : file uis/waitUI/WaitUI.js at line 47