Class: WaitPanel

parasql.ui.WaitPanel

License:

Extends

Methods

(static) hide()

Hide the global wait panel. Call this when processing the response from an async request to close the wait panel.

(static) show(messagenullable)

Show the global wait panel. Call this before making an async request to display the wait panel.
Parameters:
Name Type Attributes Description
message string <nullable>
An optional wait panel message.

getContentDiv() → {HTMLElement}

Inherited From:
Returns:
Returns this panel's content div.
Type
HTMLElement

hide()

Hides this ModalPanel.
Overrides:

show()

Displays this ModalPanel.
Overrides: