Paket | lc.procmgmt.ui.attachments |
Klasse | public class AttachmentListModel |
Vererbung | AttachmentListModel PresentationModel EventDispatcher Object |
Implementiert | IHelpSource |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentListModel
class acts as the presentation model
for the AttachmentList
component.
Verwandte API-Elemente
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [schreibgeschützt]
The name of the state the current view is in. | PresentationModel | ||
task : lc.procmgmt.domain:Task [schreibgeschützt]
The process management task that the notes and attachments are
associated with. | AttachmentListModel |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
Constructor. | AttachmentListModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | 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 | ||
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
[override]
Initializes the model. | AttachmentListModel | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher |
Geschützte Methoden
Ereignisse
Öffentliche Konstanten
Konstante | Definiert von | ||
---|---|---|---|
STATE_HAS_ATTACHMENTS : String = "hasAttachmentsState" [statisch]
A special value that specifies when the list of notes and attachments is
not empty. | AttachmentListModel | ||
STATE_HAS_ATTACHMENTS_ACCESSIBLE : String = "hasAttachmentsAccessibleState" [statisch]
A special value that specifies when the list of attachments is available. | AttachmentListModel |
Eigenschaftendetails
task | Eigenschaft |
task:lc.procmgmt.domain:Task
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The process management task that the notes and attachments are associated with.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get task():lc.procmgmt.domain:Task
Konstruktordetails
AttachmentListModel | () | Konstruktor |
public function AttachmentListModel()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Methodendetails
initialize | () | Methode |
override public function initialize():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes the model.
Konstantendetails
STATE_HAS_ATTACHMENTS | Konstante |
public static const STATE_HAS_ATTACHMENTS:String = "hasAttachmentsState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | 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 | Konstante |
public static const STATE_HAS_ATTACHMENTS_ACCESSIBLE:String = "hasAttachmentsAccessibleState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Laufzeitversionen: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the list of attachments is available.
Tue Jun 12 2018, 10:04 AM Z