Package | lc.procmgmt.ui.task.form.commands |
Class | public class TaskFormSaveCommand |
Inheritance | TaskFormSaveCommand Object |
Implements | ICommand |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskFormSaveCommand
class executes the TaskForm
object's
save operation.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
name : String [read-only]
The name of the command. | TaskFormSaveCommand | ||
prototype : Object [static]
A reference to the prototype object of a class or function object. | Object |
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | TaskFormSaveCommand | ||
Executes the TaskForm save operation. | TaskFormSaveCommand | ||
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 | ||
---|---|---|---|
NAME : String = "TaskFormSaveCommand" [static]
A special value that specifies the name of the TaskForm object's save command. | TaskFormSaveCommand |
Property Detail
name | property |
Constructor Detail
TaskFormSaveCommand | () | Constructor |
public function TaskFormSaveCommand(taskForm:lc.procmgmt.ui.task.form:TaskForm)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
ParameterstaskForm:lc.procmgmt.ui.task.form:TaskForm — Specifies the TaskForm object to be associated
with the command.
|
Method Detail
execute | () | method |
public function execute():lc.foundation.util:Token
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the TaskForm
save operation.
lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Related API Elements
Constant Detail
NAME | Constant |
public static const NAME:String = "TaskFormSaveCommand"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtime Versions: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the name of the TaskForm
object's save
command.
Mon Nov 28 2011, 06:48 AM -08:00