Package | lc.procmgmt.ui.task |
Classe | public class TaskCardRendererModel |
Héritage | TaskCardRendererModel TitledCardRendererModel PresentationModel EventDispatcher 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 |
TaskCardRendererModel
class acts as the model for the
TaskCardRenderer
component.
Eléments de l’API associés
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 | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [lecture seule]
The name of the state the current view is in. | PresentationModel | ||
task : lc.procmgmt.domain:Task
A Task object
| TaskCardRendererModel | ||
taskCommandBarModel : lc.procmgmt.ui.task:TaskCommandBarModel
The list of commands available to perform on a task. | TaskCardRendererModel | ||
taskCommandCollection : ListCollectionView
A collection of TaskCommand objects. | TaskCardRendererModel |
Méthode | Défini par | ||
---|---|---|---|
Constructor. | TaskCardRendererModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | EventDispatcher | ||
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | ||
Distribue un événement dans le flux d’événements. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
[override]
Dispatches the TaskEvent.OPEN event when the image on the card for a task is clicked. | TaskCardRendererModel | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
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 | ||
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
[override]
Dispatches the TaskEvent.DETAILS event when the text on the card for a task is clicked. | TaskCardRendererModel | ||
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 | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher |
Evénement | Synthèse | Défini par | ||
---|---|---|---|---|
[Evénement de diffusion] Distribué lorsque l’application Flash Player obtient le focus du système d’exploitation et devient active. | EventDispatcher | |||
[Evénement de diffusion] Distribué lorsque l’application Flash Player ou AIR perd le focus du système d’exploitation et devient inactive. | EventDispatcher | |||
Dispatched when the details of the task are requested. | TaskCardRendererModel | |||
Dispatched when the task is requested to display the associated form. | TaskCardRendererModel |
task | propriété |
task:lc.procmgmt.domain:Task
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 Task
object
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
Eléments de l’API associés
taskCommandBarModel | propriété |
taskCommandBarModel:lc.procmgmt.ui.task:TaskCommandBarModel
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 list of commands available to perform on a task.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get taskCommandBarModel():lc.procmgmt.ui.task:TaskCommandBarModel
public function set taskCommandBarModel(value:lc.procmgmt.ui.task:TaskCommandBarModel):void
taskCommandCollection | propriété |
taskCommandCollection:ListCollectionView
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 collection of TaskCommand
objects.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get taskCommandCollection():ListCollectionView
public function set taskCommandCollection(value:ListCollectionView):void
Eléments de l’API associés
TaskCardRendererModel | () | Constructeur |
public function TaskCardRendererModel()
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.
imageSelected | () | méthode |
override public function imageSelected():void
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 |
Dispatches the TaskEvent.OPEN
event when the image on the card for a task is clicked.
textSelected | () | méthode |
override public function textSelected():void
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 |
Dispatches the TaskEvent.DETAILS
event when the text on the card for a task is clicked.
details | Evénement |
lc.procmgmt.events.TaskEvent
propriété TaskEvent.type =
lc.procmgmt.events.TaskEvent
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 |
Dispatched when the details of the task are requested.
open | Evénement |
lc.procmgmt.events.TaskEvent
propriété TaskEvent.type =
lc.procmgmt.events.TaskEvent
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 |
Dispatched when the task is requested to display the associated form.
Tue Jun 12 2018, 09:30 AM Z