Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
ga.model 

IPanel  - AS3 ADEP Guides

Paquetega.model
Interfazpublic interface IPanel
Implementadores Page

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

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



Propiedades públicas
 PropiedadDefinido por
  canAdd : Boolean
[solo lectura] A boolean value indicating if another repeatable panel can be added.
IPanel
  canRemove : Boolean
[solo lectura] A boolean value indicating if another repeatable panel can be removed.
IPanel
  errorString : String
[solo lectura] The error string for this panel.
IPanel
  helpText : String
[solo lectura] The help text for the panel.
IPanel
  helpVideo : String
[solo lectura] A reference to the FLV file associated with the panel help.
IPanel
  label : String
[solo lectura] The name of the panel.
IPanel
  section : ISection
[solo lectura] The parent section for the panel.
IPanel
Información sobre propiedades

canAdd

propiedad
canAdd:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

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



Implementación
    public function get canAdd():Boolean

canRemove

propiedad 
canRemove:Boolean  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

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



Implementación
    public function get canRemove():Boolean

errorString

propiedad 
errorString:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The error string for this panel.



Implementación
    public function get errorString():String

helpText

propiedad 
helpText:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The help text for the panel.



Implementación
    public function get helpText():String

helpVideo

propiedad 
helpVideo:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

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



Implementación
    public function get helpVideo():String

label

propiedad 
label:String  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The name of the panel.



Implementación
    public function get label():String

section

propiedad 
section:ISection  [solo lectura]

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Guides 9
Versiones de motor de ejecución: AIR 1.0, Flash Player 10.2

The parent section for the panel.



Implementación
    public function get section():ISection




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.