C# Class Fluqi.Widget.jProgressBar.Methods

The "Methods" are called after the control has been initialised. If for instance you want to change the value of a property, or invoke "some" action on the control (e.g. "open" or "close") you call the "Method" rather than through the "Options" (as Options is about the initialisation of the control).
Inheritance: Core.Methods
Afficher le fichier Open project: toepoke/Fluqi

Méthodes publiques

Méthode 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.

Method Details

Destroy() public méthode

Remove the ProgressBar functionality completely. This will return the element back to its pre-init state.
public Destroy ( ) : void
Résultat void

Disable() public méthode

Disable the progressbar.
public Disable ( ) : void
Résultat void

Enable() public méthode

Enable the progressbar.
public Enable ( ) : void
Résultat void

GetValue() public méthode

Gets the current value of the progressbar.
public GetValue ( ) : void
Résultat void

Methods() public méthode

Constructor
public Methods ( Fluqi.Widget.jProgressBar.ProgressBar pb ) : System
pb Fluqi.Widget.jProgressBar.ProgressBar ProgressBar object to call
Résultat System

SetValue() public méthode

Sets the current value of the progressbar.
public SetValue ( int newValue ) : void
newValue int
Résultat void

Widget() public méthode

Returns the .ui-progressbar element.
public Widget ( ) : void
Résultat void