Package | com.adobe.guides.domain |
Interface | public interface IGuideNodeMessage |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
Public Properties
Property | Defined By | ||
---|---|---|---|
level : int [read-only]
Returns the severity level of message. | IGuideNodeMessage | ||
message : String [read-only]
Returns the message text of the event. | IGuideNodeMessage |
Property Detail
level | property |
level:int
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
Returns the severity level of message. At present only GuideNodeMessage.ERROR is generated.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get level():int
message | property |
message:String
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Runtime Versions: | AIR 1.0, Flash Player 10.2 |
Returns the message text of the event.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get message():String
Mon Nov 28 2011, 06:48 AM -08:00