BBjProgressBar::isIndeterminate
Description
In BBj 3.0 and higher, this method returns whether the BBjProgressBar is determinate.
Syntax
Return Value |
Method |
boolean |
isIndeterminate() |
Parameters
None.
Return Value
Returns whether the progress bar is indeterminate (0 = specific range, 1 = indeterminate).
Remarks
By default, a BBjProgressBar has a specific range (is not indeterminate).
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.