パッケージ | com.adobe.guides.domain |
インターフェイス | public interface IGuideNodeMessage |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
level : int [読み取り専用]
Returns the severity level of message. | IGuideNodeMessage | ||
message : String [読み取り専用]
Returns the message text of the event. | IGuideNodeMessage |
プロパティの詳細
level | プロパティ |
level:int
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns the severity level of message. At present only GuideNodeMessage.ERROR is generated.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get level():int
message | プロパティ |
message:String
[読み取り専用] 言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
ランタイムバージョン: | AIR 1.0, Flash Player 10.2 |
Returns the message text of the event.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get message():String
Tue Jun 12 2018, 10:34 AM Z