Package | lc.procmgmt.ui.attachments |
Classe | public class AttachmentListModel |
Héritage | AttachmentListModel PresentationModel EventDispatcher Object |
Implémente | IHelpSource |
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 |
AttachmentListModel
class acts as the presentation model
for the AttachmentList
component.
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 | ||
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 [lecture seule]
The process management task that the notes and attachments are
associated with. | AttachmentListModel |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
Constructor. | AttachmentListModel | ||
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]
Initializes the model. | AttachmentListModel | ||
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 | ||
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 |
Méthodes protégées
Evénements
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
STATE_HAS_ATTACHMENTS : String = "hasAttachmentsState" [statique]
A special value that specifies when the list of notes and attachments is
not empty. | AttachmentListModel | ||
STATE_HAS_ATTACHMENTS_ACCESSIBLE : String = "hasAttachmentsAccessibleState" [statique]
A special value that specifies when the list of attachments is available. | AttachmentListModel |
Détails de la propriété
task | propriété |
task:lc.procmgmt.domain:Task
[lecture seule] 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 process management task that the notes and attachments are associated with.
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
Détails du constructeur
AttachmentListModel | () | Constructeur |
public function AttachmentListModel()
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.
Détails de la méthode
initialize | () | méthode |
override public function initialize():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 |
Initializes the model.
Détails de la constante
STATE_HAS_ATTACHMENTS | Constante |
public static const STATE_HAS_ATTACHMENTS:String = "hasAttachmentsState"
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 special value that specifies when the list of notes and attachments is not empty.
STATE_HAS_ATTACHMENTS_ACCESSIBLE | Constante |
public static const STATE_HAS_ATTACHMENTS_ACCESSIBLE:String = "hasAttachmentsAccessibleState"
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 special value that specifies when the list of attachments is available.
Tue Jun 12 2018, 09:30 AM Z