| Paket | lc.foundation.util |
| Sınıf | public class CompositeMessage |
| Miras Alma | CompositeMessage Message Object |
| 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 |
CompositeMessage class encapsulates a composite message.
A composite message is a message that has nested messages. The general format
is [top-level identifer]/[next level identifier]/.../[most specific identifer].
For example, the message identifier of such a message can be "ALC-WKS-123-456" or
"ALC-XYZ-432-321" or "X754RT3". Most message identifiers are Workspace identifiers
of the form ALC-XYZ-123-456; however, there may also be identifiers from other
technologies and in different formats.
Use the CompositeMessage class for nested error messages.
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 | |
![]() | date : Date [salt okunur]
The time the message was recorded at. | Message | |
| formattedMessage : String [geçersiz kıl] [salt okunur]
The localized message text with all substitutions and is appropriately formatted for display. | CompositeMessage | ||
![]() | logLevel : int
The logging level of the message. | Message | |
| messageId : String [geçersiz kıl] [salt okunur]
The composite message identifier. | CompositeMessage | ||
| nestedId : String [salt okunur]
The nested message identifier. | CompositeMessage | ||
| rawMessage : String [geçersiz kıl] [salt okunur]
The localized message text with all substitutions, but the text is not
formatted with the standard UI formatting. | CompositeMessage | ||
| topLevelId : String [salt okunur]
The top-level message identifier. | CompositeMessage | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor. | CompositeMessage | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | Message | |
![]() |
Dispatches an event into the event flow. | Message | |
![]() |
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | Message | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
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 | |
![]() |
Removes a listener from the EventDispatcher object. | Message | |
![]() |
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 | |
![]() |
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | Message | |
Özellik Ayrıntısı
formattedMessage | özellik |
formattedMessage:String [salt okunur] [geçersiz kıl] | 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 localized message text with all substitutions and is appropriately formatted for display.
Uygulama
override public function get formattedMessage():StringmessageId | özellik |
messageId:String [salt okunur] [geçersiz kıl] | 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 composite message identifier. The returned string value is equivalent
to retrieving the strings from the topLeveId and nestedId
properties. The format of the string returned is topLevelId() + "/" + nestedId().
Uygulama
override public function get messageId():StringnestedId | özellik |
rawMessage | özellik |
rawMessage:String [salt okunur] [geçersiz kıl] | 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 localized message text with all substitutions, but the text is not formatted with the standard UI formatting.
Uygulama
override public function get rawMessage():StringtopLevelId | özellik |
Yapıcı Ayrıntı
CompositeMessage | () | Yapıcı |
public function CompositeMessage(id:String, nestedId:String, nestedMessage:String, params:Array)| 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.
Parametrelerid:String — Specifies the message identifier.
| |
nestedId:String — Specifies the nested message identifier.
| |
nestedMessage:String — Specifies the nested message.
| |
params:Array — Specifies an array of message parameters. These are substituted into the message.
|
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster