Paket | lc.procmgmt.ui.attachments |
Sınıf | public class AttachmentListModel |
Miras Alma | AttachmentListModel PresentationModel EventDispatcher Object |
Uygular | IHelpSource |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
AttachmentListModel
class acts as the presentation model
for the AttachmentList
component.
İlgili API Öğeleri
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
state : String [salt okunur]
The name of the state the current view is in. | PresentationModel | ||
task : lc.procmgmt.domain:Task [salt okunur]
The process management task that the notes and attachments are
associated with. | AttachmentListModel |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | AttachmentListModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | 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 | ||
Olay akışına bir olay gönderir. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
[geçersiz kıl]
Initializes the model. | AttachmentListModel | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Korunan Yöntemler
Olaylar
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
STATE_HAS_ATTACHMENTS : String = "hasAttachmentsState" [statik]
A special value that specifies when the list of notes and attachments is
not empty. | AttachmentListModel | ||
STATE_HAS_ATTACHMENTS_ACCESSIBLE : String = "hasAttachmentsAccessibleState" [statik]
A special value that specifies when the list of attachments is available. | AttachmentListModel |
Özellik Ayrıntısı
task | özellik |
task:lc.procmgmt.domain:Task
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The process management task that the notes and attachments are associated with.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get task():lc.procmgmt.domain:Task
Yapıcı Ayrıntı
AttachmentListModel | () | Yapıcı |
public function AttachmentListModel()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Yöntem Ayrıntısı
initialize | () | yöntem |
override public function initialize():void
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes the model.
Sabit Ayrıntısı
STATE_HAS_ATTACHMENTS | Sabit |
public static const STATE_HAS_ATTACHMENTS:String = "hasAttachmentsState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const STATE_HAS_ATTACHMENTS_ACCESSIBLE:String = "hasAttachmentsAccessibleState"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies when the list of attachments is available.
Tue Jun 12 2018, 01:09 PM Z