Spinner
Indicates that the system is busy performing an action, such as loading, processing, or retrieving information. While the action is in progress, the execution of other views in the same page is stalled.

Appearance

On Close:
Description: This event is fired when the control is closed.
Example:
${Output_Text1}.setText("Spinner closed...");
Extends:
com.ibm.bpm.coach.CoachView
Methods:

Inherited addClass(name, [replaced])
Add or replace the CSS classes for this view.
Example

getHelpText() Returns: {string}
Get help text associated with spinner control

getLabel() Returns: {string}
Get label associated with this control

getSizeStyle() Returns: {string}
Gets the size style of the control.

getType() Returns: {string}
Get descriptive string representing the type of control

hide()
hide this view/control

Inherited isBound() Returns: {boolean}
Indicate the bound status of the view.

Inherited isEnabled() Returns: {boolean}
Check whether the view is enabled.
Example

isLabelVisible() Returns: {boolean}
Get label visibility for this control

Inherited isVisible() Returns: {boolean}
Check whether the view is visible.
Example

Inherited propagateUpValueChange(event) Returns: {boolean}
Propagate the value change of the view up through the parent views.
Example

Inherited setEnabled(enabled, required)
Enable or disable the view.
Example

setHelpText(helptext)
Set help text for spinner control

setLabel(label)
Set label for this control

setLabelVisible(flag)
Set label visibility for this control

setSizeStyle(size)
Set the size of the control. NOTE: to avoid ambiguity always set the size using "D"|"S"

Inherited setViewData(data, createPseudoBinding)
Set or update the bound data associated with the view. It applies only to views with bound data.

Note: It should only be used with simple type bindings, or complex type bindings with simple type properties.
It should not be used with bindings that have properties that are lists or compext types. For complex types, set the bindings by using
the binding.set pattern, as described in the Binding data and configuration options documentation section.
Example

Inherited setVisible(visible, collapse)
Show or hide the view.
Examples

show()
Show this view/control

Inherited triggerFormulaUpdates([phase])
Broadcast the expression trigger for the specified view.
Example