| Package | lunas |
| Interface | public interface Progress |
| Implementors | CoreProgress |
| Property | Defined By | ||
|---|---|---|---|
| maximum : Number
The maximum value of the progress. | Progress | ||
| minimum : Number
The minimum value of the progress. | Progress | ||
| position : Number
Indicates the position of the progress component. | Progress | ||
| Method | Defined By | ||
|---|---|---|---|
setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position value of the progress. | Progress | ||
| maximum | property |
maximum:NumberThe maximum value of the progress.
public function get maximum():Number public function set maximum(value:Number):void| minimum | property |
minimum:NumberThe minimum value of the progress.
public function get minimum():Number public function set minimum(value:Number):void| position | property |
position:NumberIndicates the position of the progress component.
public function get position():Number public function set position(value:Number):void| setPosition | () | method |
public function setPosition(value:Number, noEvent:Boolean = false, flag:Boolean = false):voidSets the position value of the progress.
Parameters
value:Number — the position value of the progress component.
| |
noEvent:Boolean (default = false) — (optional) this flag disabled the events of this method if this argument is true
| |
flag:Boolean (default = false) — (optional) An optional boolean flag use in the method.
|