Pakiet | lc.procmgmt.commands |
Klasa | public class SetVisibleCommand |
Dziedziczenie | SetVisibleCommand TaskCommand Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SetVisibleCommand
class executes the task's
visibility in a queue.
Powiązane elementy interfejsu API
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
name : String [tylko do odczytu]
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 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | SetVisibleCommand | ||
[przesłanianie]
Executes the task setVisible operation. | SetVisibleCommand | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
NAME : String = "SetVisible" [statyczny]
The name of the set visible command. | SetVisibleCommand |
Szczegół właściwości
visible | właściwość |
public var visible:Boolean
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
Konstruktor Szczegół
SetVisibleCommand | () | Konstruktor |
public function SetVisibleCommand(task:lc.procmgmt.domain:Task, visible:Boolean = false)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parametrytask:lc.procmgmt.domain:Task — Specifies the task to be associated with the command.
| |
visible:Boolean (default = false ) — Specifies whether the task is visible.
|
Szczegół metody
execute | () | metoda |
override public function execute():lc.foundation.util:Token
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | 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.
|
Powiązane elementy interfejsu API
Szczegół stałej
NAME | Stała |
public static const NAME:String = "SetVisible"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the set visible command.
Tue Jun 12 2018, 12:06 PM Z