Class: ProgressBar

hui.ui. ProgressBar


new ProgressBar()

A progress bar is a widget that shows progress from 0% to 100%

Source:

Methods


<static> create(o)

Creates a new progress bar:

Parameters:
Name Type Description
o Object

Options : {small:false}

Source:

hide()

Hide the progress bar

Source:

reset()

Reset the progress bar

Source:

setValue(value)

Set the progress value

Parameters:
Name Type Description
value Number

A number between 0 and 1

Source:

setWaiting()

Mark progress as waiting

Source:

show()

Show the progress bar

Source: