
BBjBusyIndicator
Description
In BBj 14.00 and higher, the BBjBusyIndicator provides an interface to manipulate an animated busy indicator with a developer-defined message.
Note:
In BBj 22.03 and higher, BBjWebManager is an alias for BBjBuiManager.
Creation
BBjAPI > BBjWebManager > BBjBusyIndicator
The BBjBusyIndicator is created through the following BBjWebManager method:
|
Return Value |
Method |
|---|---|
|
BBjBusyIndicator |
Methods of BBjBusyIndicator
| Return Value | Method |
|---|---|
|
void |
getAttribute(string attribute) |
|
string |
getHtml() |
|
string |
getText() |
|
boolean |
hasAttribute(string attribute) |
|
boolean |
|
|
void |
removeAttribute(string attribute) |
|
void |
setAttribute(string attribute, string value) |
|
void |
setHtml(string html) |
|
void |
setText(string text) |
|
void |
setVisible(boolean visible) |
Constants
$text$ TEXT
Example
|
See Also
DWC Component: dwc-loading
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.