(Beta)
Package | com.adobe.livecycle.rca.model.stage |
Class | public class StageFactory |
Inheritance | StageFactory Object |
Deprecated since Review, Commenting, and Approval 10
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | StageFactory | ||
[static] Factory method that generates a stage object based on the StageType value. | StageFactory | ||
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 |
Constructor Detail
StageFactory | () | Constructor |
public function StageFactory()
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Constructor.
Method Detail
createStage | () | method |
public static function createStage(stageType:String):AbstractStage
Language Version: | ActionScript 3.0 |
Product Version: | Review, Commenting, and Approval Building Block 9.5 |
Runtime Versions: | Flash Player 9, Flash Player 10, AIR (unsupported) |
Factory method that generates a stage object based on the StageType
value.
The stage object is ReviewStage
or ApprovalStage
.
Parameters
stageType:String |
AbstractStage |
Wed Nov 21 2018, 06:34 AM -08:00