Package | lc.procmgmt.commands |
Classe | public class SetVisibleCommand |
Héritage | SetVisibleCommand TaskCommand Object |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SetVisibleCommand
class executes the task's
visibility in a queue.
Eléments de l’API associés
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
name : String [lecture seule]
The name of the command for the task. | TaskCommand | ||
task : lc.procmgmt.domain:Task
The task that is associated with the command. | TaskCommand | ||
visible : Boolean
A flag that indicates whether the task is visible. | SetVisibleCommand |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | SetVisibleCommand | ||
[override]
Executes the task setVisible operation. | SetVisibleCommand | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object |
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
NAME : String = "SetVisible" [statique]
The name of the set visible command. | SetVisibleCommand |
Détails de la propriété
visible | propriété |
public var visible:Boolean
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A flag that indicates whether the task is visible. A value of true
indicates
that the task is visible.
Détails du constructeur
SetVisibleCommand | () | Constructeur |
public function SetVisibleCommand(task:lc.procmgmt.domain:Task, visible:Boolean = false)
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Paramètrestask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
visible:Boolean (default = false ) — Specifies whether the task is visible.
|
Détails de la méthode
execute | () | méthode |
override public function execute():lc.foundation.util:Token
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Executes the task setVisible
operation.
lc.foundation.util:Token — A token that notifies the caller when execution is complete.
|
Eléments de l’API associés
Détails de la constante
NAME | Constante |
public static const NAME:String = "SetVisible"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the set visible command.
Tue Jun 12 2018, 09:30 AM Z