| Package | lc.core |
| Class | public class CompositeMessage |
| Inheritance | CompositeMessage Message Object |
CompositeMessage class encapsulates a composite message.
A composite message is a message with that has nested messages. The general format
is [top-level identifer]/[next level identifier]/.../[most specific identifier].
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 will be LiveCycle Workspace ES identifiers
of the form ALC-XYZ-123-456; however, there may also be identifiers from other
technologies and in different formats.
You use the CompositeMessage class for nested error messages.
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | |
| formattedMessage : String
[read-only]
Retrieves the localized message text with all substitutions and is appropriately formatted for display.
| CompositeMessage | ||
![]() | logLevel : int
Retrieves the logging level of the message.
| Message | |
| messageId : String
[read-only]
Thee composite message identifier.
| CompositeMessage | ||
| nestedId : String
[read-only] Retrieves the nested message identifier.
| CompositeMessage | ||
![]() | prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object | |
| rawMessage : String
[read-only]
The localized message text with all substitutions, but the text is not
formatted with the standard UI formatting.
| CompositeMessage | ||
| topLevelId : String
[read-only]
Retrieves the top-level message identifier.
| CompositeMessage | ||
| Method | Defined By | ||
|---|---|---|---|
|
Constructor.
| CompositeMessage | ||
![]() |
Indicates whether an object has a specified property defined.
| Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | |
![]() |
Indicates whether the specified property exists and is enumerable.
| Object | |
![]() |
Sets the availability of a dynamic property for loop operations.
| Object | |
![]() |
Returns the string representation of the specified object.
| Object | |
![]() |
Returns the primitive value of the specified object.
| Object | |
| formattedMessage | property |
formattedMessage:String [read-only] Retrieves the localized message text with all substitutions and is appropriately formatted for display.
public function get formattedMessage():String
| messageId | property |
messageId:String [read-only]
Thee composite message identifier. The string that is returned is equivalent
to retrieving the strings from the topLeveId and nestedId
methods. The format of the string returned is topLevelId() + "/" + nestedId().
public function get messageId():String
| nestedId | property |
nestedId:String [read-only] Retrieves the nested message identifier.
public function get nestedId():String
| rawMessage | property |
rawMessage:String [read-only] The localized message text with all substitutions, but the text is not formatted with the standard UI formatting.
public function get rawMessage():String
| topLevelId | property |
topLevelId:String [read-only] Retrieves the top-level message identifier.
public function get topLevelId():String
| CompositeMessage | () | Constructor |
public function CompositeMessage(id:String, nestedId:String, nestedMessage:String, params:Array)
Constructor.
Parametersid:String — The message identifier.
|
|
nestedId:String — The nested message identifier.
|
|
nestedMessage:String — The nested message.
|
|
params:Array — The message parameters. These will be substituted into the message.
|
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/common/langref/lc/core/CompositeMessage.html