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)
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}
Returns:
- Type
- boolean
(static) isProgressStateActive(uiContext) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
uiContext |
SwatObject | Swat dynObject |
Returns:
- Type
- boolean
(static) linkExternalWaitState(uiContext, externalWindowId)
Parameters:
Name | Type | Description |
---|---|---|
uiContext |
SwatObject | The control in this screen linked to the external window |
externalWindowId |
string | the external window id |
(static) setWaitCursorForLinks(uiContext, inProgress)
- 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)
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