Paket | com.adobe.guides.control |
Schnittstelle | public interface IGuideErrors |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 10 |
Laufzeitversionen: | AIR 1.0, Flash Player 10.2 |
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
errors : IList [schreibgeschützt]
errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors |
Eigenschaftendetails
errors | Eigenschaft |
errors:IList
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 10 |
Laufzeitversionen: | AIR 1.0, Flash Player 10.2 |
errors is an IList of GuideNodes that currently contain validation errors.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get errors():IList
Methodendetails
validate | () | Methode |
public function validate(node:IGuideNode = null):Boolean
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 10 |
Laufzeitversionen: | 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.
Parameter
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:04 AM Z