| パッケージ | com.adobe.guides.control | 
| インターフェイス | public interface IGuideErrors | 
| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
パブリックプロパティ
| プロパティ | 定義元 | ||
|---|---|---|---|
| errors : IList [読み取り専用]  
		  errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors | ||
パブリックメソッド 
| メソッド | 定義元 | ||
|---|---|---|---|
|  
		 validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors | ||
プロパティの詳細
| errors | プロパティ | 
errors:IList  [読み取り専用] | 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
errors is an IList of GuideNodes that currently contain validation errors.
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange                 イベントが送出されます。
実装
    public function get errors():IListメソッドの詳細
| validate | () | メソッド | 
 public function validate(node:IGuideNode = null):Boolean| 言語バージョン: | ActionScript 3.0 | 
| 製品バージョン: | Adobe Digital Enterprise Platform Document Services - Guides 10 | 
| ランタイムバージョン: | AIR 1.0, Flash Player 10.2 | 
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided.
パラメーター
| node:IGuideNode(default =null)— the Guide object to validate, may be one of the following guide node types: guide, section, panel or item. | 
| Boolean— Boolean | 
Tue Jun 12 2018, 10:34 AM Z