Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
ga.model 

IPanel  - AS3 ADEP - Guide

Pacchettoga.model
Interfacciapublic interface IPanel
Implementatori Page

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The IPanel interface defines the properties that can be extracted from a Guide panel.



Proprietà pubbliche
 ProprietàDefinito da
  canAdd : Boolean
[sola lettura] A boolean value indicating if another repeatable panel can be added.
IPanel
  canRemove : Boolean
[sola lettura] A boolean value indicating if another repeatable panel can be removed.
IPanel
  errorString : String
[sola lettura] The error string for this panel.
IPanel
  helpText : String
[sola lettura] The help text for the panel.
IPanel
  helpVideo : String
[sola lettura] A reference to the FLV file associated with the panel help.
IPanel
  label : String
[sola lettura] The name of the panel.
IPanel
  section : ISection
[sola lettura] The parent section for the panel.
IPanel
Descrizione delle proprietà

canAdd

proprietà
canAdd:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

A boolean value indicating if another repeatable panel can be added. This property is bindable.



Implementazione
    public function get canAdd():Boolean

canRemove

proprietà 
canRemove:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

A boolean value indicating if another repeatable panel can be removed. This property is bindable.



Implementazione
    public function get canRemove():Boolean

errorString

proprietà 
errorString:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The error string for this panel.



Implementazione
    public function get errorString():String

helpText

proprietà 
helpText:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The help text for the panel.



Implementazione
    public function get helpText():String

helpVideo

proprietà 
helpVideo:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

A reference to the FLV file associated with the panel help.



Implementazione
    public function get helpVideo():String

label

proprietà 
label:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The name of the panel.



Implementazione
    public function get label():String

section

proprietà 
section:ISection  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 9
Versioni runtime: AIR 1.0, Flash Player 10.2

The parent section for the panel.



Implementazione
    public function get section():ISection




[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.