Method | Description | |
---|---|---|
Destroy ( ) : void |
Remove the ProgressBar functionality completely. This will return the element back to its pre-init state.
|
|
Disable ( ) : void |
Disable the progressbar.
|
|
Enable ( ) : void |
Enable the progressbar.
|
|
GetValue ( ) : void |
Gets the current value of the progressbar.
|
|
Methods ( Fluqi.Widget.jProgressBar.ProgressBar pb ) : System |
Constructor
|
|
SetValue ( int newValue ) : void |
Sets the current value of the progressbar.
|
|
Widget ( ) : void |
Returns the .ui-progressbar element.
|
public Methods ( Fluqi.Widget.jProgressBar.ProgressBar pb ) : System | ||
pb | Fluqi.Widget.jProgressBar.ProgressBar | ProgressBar object to call |
return | System |