| Package | lc.domain |
| Class | public class TaskFormTakeOfflineCommand |
| Inheritance | TaskFormTakeOfflineCommand Object |
| Implements | ICommand |
TaskFormTakeOfflineCommand class executes the TaskForm
object's take offline operation and is used to take a form offline.
See also
| 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.
| TaskFormTakeOfflineCommand | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| Method | Defined By | ||
|---|---|---|---|
|
TaskFormTakeOfflineCommand(taskForm:TaskForm)
Constructor.
| TaskFormTakeOfflineCommand | ||
|
Executes the take offline operation for a form.
| TaskFormTakeOfflineCommand | ||
![]() |
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 the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| Constant | Defined By | ||
|---|---|---|---|
| NAME : String = "TaskFormTakeOfflineCommand" [static]
The name of the TaskForm object to take offline command.
| TaskFormTakeOfflineCommand | ||
| name | property |
| TaskFormTakeOfflineCommand | () | Constructor |
public function TaskFormTakeOfflineCommand(taskForm:TaskForm)
Constructor.
ParameterstaskForm:TaskForm — Specifies the TaskForm object to be associated with the command.
|
| execute | () | method |
public function execute():Token
Executes the take offline operation for a form.
ReturnsToken — A token that notifies the caller when execution is complete.
|
See also
| NAME | Constant |
public static const NAME:String = "TaskFormTakeOfflineCommand"
The name of the TaskForm object to take offline 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/TaskFormTakeOfflineCommand.html