Packagelc.domain
Classpublic class TaskFormSaveCommand
InheritanceTaskFormSaveCommand Inheritance Object
Implements ICommand

The TaskFormSaveCommand class executes the TaskForm object's save operation.

See also

lc.task.form.TaskForm.save()


Public Properties
 PropertyDefined By
 Inheritedconstructor : 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
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined By
  
Constructor.
TaskFormSaveCommand
  
Executes the TaskForm save operation.
TaskFormSaveCommand
 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 the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  NAME : String = "TaskFormSaveCommand"
[static] The name of the TaskForm object save command.
TaskFormSaveCommand
Property Detail
nameproperty
name:String  [read-only]

The name of the command.


Implementation
    public function get name():String
Constructor Detail
TaskFormSaveCommand()Constructor
public function TaskFormSaveCommand(taskForm:TaskForm)

Constructor.

Parameters
taskForm:TaskForm — Specifies the TaskForm object to be associated with the command.
Method Detail
execute()method
public function execute():Token

Executes the TaskForm save operation.

Returns
Token — A token that notifies the caller when execution is complete.

See also

Constant Detail
NAMEConstant
public static const NAME:String = "TaskFormSaveCommand"

The name of the TaskForm object save command.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/domain/TaskFormSaveCommand.html