C# 클래스 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).
상속: Core.Methods
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

메소드 설명
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.

메소드 상세

Destroy() 공개 메소드

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

Disable() 공개 메소드

Disable the progressbar.
public Disable ( ) : void
리턴 void

Enable() 공개 메소드

Enable the progressbar.
public Enable ( ) : void
리턴 void

GetValue() 공개 메소드

Gets the current value of the progressbar.
public GetValue ( ) : void
리턴 void

Methods() 공개 메소드

Constructor
public Methods ( Fluqi.Widget.jProgressBar.ProgressBar pb ) : System
pb Fluqi.Widget.jProgressBar.ProgressBar ProgressBar object to call
리턴 System

SetValue() 공개 메소드

Sets the current value of the progressbar.
public SetValue ( int newValue ) : void
newValue int
리턴 void

Widget() 공개 메소드

Returns the .ui-progressbar element.
public Widget ( ) : void
리턴 void