| Package | flash.display |
| Class | public final class WindowProgessState |
| Inheritance | WindowProgessState Object |
| Language Version: | ActionScript 3.0 |
Public Properties
Public Methods
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| ERROR : String = "error" [static]
Specifies that progress state being shown is Error progress bar (Usually Red)
| WindowProgessState | ||
| INDETERMINATE : String = "indeterminate" [static]
Specifies that progress state being shown is Indeterminate moving progress bar
| WindowProgessState | ||
| NONE : String = "none" [static]
Specifies that currently there is no progress state being shown
| WindowProgessState | ||
| NORMAL : String = "normal" [static]
Specifies that progress state being shown is Normal progress bar (Usually Green)
| WindowProgessState | ||
| PAUSED : String = "paused" [static]
Specifies that progress state being shown is Paused progress bar (Usually Yello)
| WindowProgessState | ||
Constant Detail
ERROR | Constant |
public static const ERROR:String = "error"Specifies that progress state being shown is Error progress bar (Usually Red)
INDETERMINATE | Constant |
public static const INDETERMINATE:String = "indeterminate"Specifies that progress state being shown is Indeterminate moving progress bar
NONE | Constant |
public static const NONE:String = "none"Specifies that currently there is no progress state being shown
NORMAL | Constant |
public static const NORMAL:String = "normal"Specifies that progress state being shown is Normal progress bar (Usually Green)
PAUSED | Constant |
public static const PAUSED:String = "paused"Specifies that progress state being shown is Paused progress bar (Usually Yello)
Tue Mar 20 2012, 07:13 AM -07:00
Hide Inherited Public Properties
Show Inherited Public Properties