
BBjBusyIndicator::setAttribute
Description
In BBj 22.02 and higher, this method sets a component attribute on the BBjBusyIndicator.
Syntax
| Return Value | Method |
|---|---|
| string | setAttribute(string attribute, string value) |
Parameters
| Variable | Description |
|---|---|
| attribute | Specifies an attribute to be set for the BBjBusyIndicator. |
| value | Specifies the value of that attribute. |
Return Value
None.
Remarks
This functionality is primarily intended for setting low-level BUI element attributes or DWC component attributes. When running in GUI, the attributes don't affect the control itself, but may be used by the developer.
Example
|
Version History
See Also
BBjBusyIndicator::getAttribute
DWC Component: dwc-loading
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.