Class pvr.widget.utils.ProgressDialog

Provides a dialog that contains a progress bar.
Defined in: <pvr\widget\utils\ProgressDialog.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Field Summary

Field Attributes Field Name and Description
<static>  
pvr.widget.utils.ProgressDialog.label 
The progress bar label.

Method Summary

Method Attributes Method Name and Description
<static>  
pvr.widget.utils.ProgressDialog.createClass()
Dynamically create a CSS style class for the underlay to achieve a different styling (and not create a dependency on the widget id as the dijit/DialogUnderlay object will have you do)
<static>  
pvr.widget.utils.ProgressDialog.finish()
Hides the progress dialog.
<static>  
pvr.widget.utils.ProgressDialog.postCreate()
<static>  
pvr.widget.utils.ProgressDialog.start(maximum)
Shows the progress dialog and starts the progress bar for the task.
<static>  
pvr.widget.utils.ProgressDialog.update(value)
Updates the progress bar for the task.

Constructor Detail

pvr.widget.utils.ProgressDialog()

Field Detail

<static> pvr.widget.utils.ProgressDialog.label

The progress bar label.

Method Detail

<static> pvr.widget.utils.ProgressDialog.createClass()

Dynamically create a CSS style class for the underlay to achieve a different styling (and not create a dependency on the widget id as the dijit/DialogUnderlay object will have you do)

<static> pvr.widget.utils.ProgressDialog.finish()

Hides the progress dialog.

<static> pvr.widget.utils.ProgressDialog.postCreate()


<static> pvr.widget.utils.ProgressDialog.start(maximum)

Shows the progress dialog and starts the progress bar for the task.
Parameters:
maximum
The number of steps in the task.

<static> pvr.widget.utils.ProgressDialog.update(value)

Updates the progress bar for the task.
Parameters:
value
The number of completed steps in the task.