Pakket | lc.procmgmt.ui.attachments |
Klasse | public class AttachmentListModel |
Overerving | AttachmentListModel PresentationModel EventDispatcher Object |
Implementatie | IHelpSource |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentListModel
class acts as the presentation model
for the AttachmentList
component.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [alleen-lezen]
The name of the state the current view is in. | PresentationModel | ||
task : lc.procmgmt.domain:Task [alleen-lezen]
The process management task that the notes and attachments are
associated with. | AttachmentListModel |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Constructor. | AttachmentListModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | 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 | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
[overschrijven]
Initializes the model. | AttachmentListModel | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Beschermde methoden
Gebeurtenissen
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
task | eigenschap |
task:lc.procmgmt.domain:Task
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The process management task that the notes and attachments are associated with.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get task():lc.procmgmt.domain:Task
Constructordetails
AttachmentListModel | () | Constructor |
public function AttachmentListModel()
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Methodedetails
initialize | () | methode |
override public function initialize():void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes the model.
Constantedetails
STATE_HAS_ATTACHMENTS | Constante |
public static const STATE_HAS_ATTACHMENTS:String = "hasAttachmentsState"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the list of attachments is available.
Wed Jun 13 2018, 11:42 AM Z