Pakket | lc.procmgmt.ui.task.form.commands |
Klasse | public class TaskFormSaveCommand |
Overerving | TaskFormSaveCommand Object |
Implementatie | ICommand |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
TaskFormSaveCommand
class executes the TaskForm
object's
save operation.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
name : String [alleen-lezen]
The name of the command. | TaskFormSaveCommand |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | TaskFormSaveCommand | ||
Executes the TaskForm save operation. | TaskFormSaveCommand | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
NAME : String = "TaskFormSaveCommand" [statisch]
A special value that specifies the name of the TaskForm object's save command. | TaskFormSaveCommand |
Eigenschapdetails
name | eigenschap |
Constructordetails
TaskFormSaveCommand | () | Constructor |
public function TaskFormSaveCommand(taskForm:lc.procmgmt.ui.task.form:TaskForm)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
|
Methodedetails
execute | () | methode |
public function execute():lc.foundation.util:Token
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
|
Verwante API-elementen
Constantedetails
NAME | Constante |
public static const NAME:String = "TaskFormSaveCommand"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies the name of the TaskForm
object's save
command.
Wed Jun 13 2018, 11:42 AM Z