套件 | 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, 03:47 PM Z