Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.guides.control 

IGuideErrors  - AS3 ADEP Guides

パッケージ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

The IGuideErrors interface provides access to properties and methods which assist with dealing with validations and error states. "validate(node)" will validate the IGuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. "errors" property is an IList of GuideNodes that currently contain validation errors.



パブリックプロパティ
 プロパティ定義元
  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




[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。