WaitCursor

WaitCursor

new WaitCursor()

Description:
  • Wait Cursor

Source:

Methods

(static) clearProgressStateGlobally()

Description:
  • Method used for clearing up all the windows that have progress state active

Source:

(static) hideExternalWaitStates(uiContext)

Description:
  • Method for hinding External screen wait state / linked wait state

Source:
Parameters:
Name Type Description
uiContext SwatObject

(static) hideProgressState(uiContext)

Description:
  • Method used for hiding the progress state, user pointer events unblocked in window container

Source:
Parameters:
Name Type Description
uiContext SwatObject

(static) hideWaitCursor(uiContext)

Description:
  • Method used for hiding the rotating wait cursor per panel

Source:
Parameters:
Name Type Description
uiContext SwatObject

(static) hideWaitState(uiContext)

Description:
  • Method used for hiding/disabling the wait state, wait cursor and blocking waiting state on window container

Source:
Parameters:
Name Type Description
uiContext SwatObject

(static) isCursorVisible(uiContext) → {boolean}

Description:
  • Method returning given uiContext dynObject waitCursor visibility

Source:
Parameters:
Name Type Description
uiContext SwatObject
Returns:
Type
boolean

(static) isGlobalProgressStateActive() → {boolean}

Description:
  • Method returning current global state of wait cursor

Source:
Returns:
Type
boolean

(static) isProgressStateActive(uiContext) → {boolean}

Description:
  • Method used for checking if progress state is active

Source:
Parameters:
Name Type Description
uiContext SwatObject

Swat dynObject

Returns:
Type
boolean

(static) linkExternalWaitState(uiContext, externalWindowId)

Description:
  • Method for linking external screen wait state

Source:
Parameters:
Name Type Description
uiContext SwatObject

The control in this screen linked to the external window

externalWindowId string

the external window id

Description:
  • Method used for setting the wait cursor for all link targets of the given businessEntity

Source:
Parameters:
Name Type Description
uiContext DataSource
inProgress boolean

Set the cursor state, true or false

(static) showExternalWaitStates(uiContext)

Description:
  • Method for showing External wait state in external screen / linked wait state

Source:
Parameters:
Name Type Description
uiContext SwatObject

(static) showProgressState(uiContext)

Description:
  • Method used for showing/enabling the blocking progress state, user pointer events are blocked in window container

Source:
Parameters:
Name Type Description
uiContext SwatObject

(static) showWaitCursor(uiContext, bCancellable)

Description:
  • Method used for showing the rotating wait cursor per panel

Source:
Parameters:
Name Type Description
uiContext SwatObject
bCancellable boolean

Indicates if you can cancel the current JSDO request

(static) showWaitState(uiContext) → {void}

Description:
  • Method used for showing the wait state, wait cursor and blocking waiting state on window container

Source:
Parameters:
Name Type Description
uiContext SwatObject
Returns:
Type
void