YuiRestClient::Widget::ProgressBar - handle progress bars
Copyright 2021 SUSE LLC
SPDX-License-Identifier: FSFAP
QE Yam <qe-yam at suse de>
$self->{pba_total_packages}->value(); $self->{pba_total_packages}->max_value();
Class to represent a progress bar. It can be YProgressBar.
{
"class": "YProgressBar",
"hstretch" : true,
"id" : "initProg",
"label" : "Disk",
"max_value" : 1000,
"value" : 666
}
value() - returns the current string stored in the "value" property. max_value() - returns the current string stored in the "max_value" property.