Paquete | ga.model |
Interfaz | public 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 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Propiedades públicas
Propiedad | Definido 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 |
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 |
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
Tue Jun 12 2018, 02:12 PM Z