
BBjBusyIndicator::getAttribute
Description
In BBj 22.02 and higher, this method returns a component attribute that was previously set withwith BBjBusyIndicator::setAttribute.
Syntax
| Return Value | Method |
|---|---|
| string | getAttribute(string attribute) |
Parameters
| Parameter | Description |
|---|---|
| attribute | Specifies an attribute to be retrieved from the BBjBusyIndicator. |
Return Value
Returns the text value of the specified attribute.
Remarks
This functionality is primarily intended for getting 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::setAttribute
DWC Component: dwc-loading
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.