| Pacchetto | com.adobe.guides.control |
| Interfaccia | public interface IGuideErrors |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | AIR 1.0, Flash Player 10.2 |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| errors : IList [sola lettura]
errors is an IList of GuideNodes that currently contain validation errors. | IGuideErrors | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided. | IGuideErrors | ||
Descrizione delle proprietà
errors | proprietà |
errors:IList [sola lettura] | Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | AIR 1.0, Flash Player 10.2 |
errors is an IList of GuideNodes that currently contain validation errors.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .
Implementazione
public function get errors():IListDescrizione dei metodi
validate | () | metodo |
public function validate(node:IGuideNode = null):Boolean| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Guide 10 |
| Versioni runtime: | 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.
Parametri
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, 02:44 PM Z