ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.solutions.prm.constant 

ProjectStatus  - AS3 Project Management

Packagecom.adobe.solutions.prm.constant
Classpublic class ProjectStatus
InheritanceProjectStatus Inheritance Object
Subclasses LocalizedProjectStatus

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This class defines project and workitem status



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
  
The constructor of ProjectStatus class.
ProjectStatus
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  GREEN : String = "GREEN"
[static] Green status indicates expected progress.
ProjectStatus
  RED : String = "RED"
[static] Red status indicates either an error condition or a situation where user action is required.
ProjectStatus
  TYPES : Array
[static] An array of all the statuses of a project or workitem.
ProjectStatus
Constructor Detail

ProjectStatus

()Constructor
public function ProjectStatus()

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The constructor of ProjectStatus class.

Constant Detail

GREEN

Constant
public static const GREEN:String = "GREEN"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Green status indicates expected progress.

RED

Constant 
public static const RED:String = "RED"

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Red status indicates either an error condition or a situation where user action is required. For example, a missed deadline or schedule not attached to an asset.

TYPES

Constant 
public static const TYPES:Array

Language Version: ActionScript 3.0
Product Version: Project Management Building Block 10.0
Runtime Versions: Flash Player 10.2, AIR (unsupported)

An array of all the statuses of a project or workitem.