Package | com.adobe.solutions.prm.constant |
Class | public class ProjectStatus |
Inheritance | ProjectStatus Object |
Subclasses | LocalizedProjectStatus |
Language Version: | ActionScript 3.0 |
Product Version: | Project Management Building Block 10.0 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
The constructor of ProjectStatus class. | ProjectStatus | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Public Constants
Constant | Defined 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.
Mon Nov 28 2011, 06:48 AM -08:00