Class type Goog.Ui.progressBar
class type progressBar = object..end
Inherits
- Goog.Ui.componentCreates the DOM nodes needed for the progress bar.
method createDom : unit Js.meth
method enterDocument : unit Js.meth
Called when the DOM for the component is for sure in the document.
method exitDocument : unit Js.meth
Called when the DOM for the component is for sure in the document.
method decorateInternal :
'a. (#Dom_html.element as 'a) Js.t -> unit Js.meth
Decorates an existing HTML DIV element as a progress bar input. If the element contains a child with a class name of 'progress-bar-thumb' that will be used as the thumb.
method getValue : float Js.t Js.meth
Returns The value.
method setValue : float -> unit Js.meth
Sets the value.
method getMinimum : float Js.t Js.meth
Returns The minimum value.
method setMinimum : float -> unit Js.meth
Sets the minimum number.
method getMaximum : float Js.t Js.meth
Returns The maximum value.
method setMaximum : float -> unit Js.meth
Sets the maximum number.
method setOrientation : Js.js_string Js.t -> unit Js.meth
Changes the orientation.
method getOrientation : Js.js_string Js.t Js.meth
method disposableInternal : unit Js.meth
method getStep : int Js.meth
Returns The step value used to determine how to round the value.
method setStep : int -> unit Js.meth
Sets the step value. The step value is used to determine how to round the value.
