Paket | com.adobe.guides.control |
Arabirim | public interface IGuideErrors |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
errors : IList [salt okunur]
errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors |
Özellik Ayrıntısı
errors | özellik |
errors:IList
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
errors is an IList of GuideNodes that currently contain validation errors.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange
olayını gönderir.
Uygulama
public function get errors():IList
Yöntem Ayrıntısı
validate | () | yöntem |
public function validate(node:IGuideNode = null):Boolean
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 10 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
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, 01:09 PM Z