BBjControl::hasAttribute
Description
In BBj 26.02 and higher, this method returns a boolean value indicating whether the BBjControl has the specified attribute.
Syntax
| Return Value | Method |
|---|---|
| boolean | hasAttribute(String attribute) |
Parameters
| Parameter | Description |
|---|---|
| attribute | Specifies the name of an attribute. |
Return Value
Returns a boolean value indicating whether the BBjControl has the specified attribute.
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
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.