| Pacote | ga.model |
| Interface | public interface IPanel |
| Implementadores | Page |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
| Versões de runtime: | AIR 1.0, Flash Player 10.2 |
IPanel interface defines the properties that can be extracted from a Guide
panel.
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| canAdd : Boolean [somente leitura]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
| canRemove : Boolean [somente leitura]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
| errorString : String [somente leitura]
The error string for this panel. | IPanel | ||
| helpText : String [somente leitura]
The help text for the panel. | IPanel | ||
| helpVideo : String [somente leitura]
A reference to the FLV file associated with the panel help. | IPanel | ||
| label : String [somente leitura]
The name of the panel. | IPanel | ||
| section : ISection [somente leitura]
The parent section for the panel. | IPanel | ||
Detalhes da propriedade
canAdd | propriedade |
canAdd:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
| Versões de runtime: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Implementação
public function get canAdd():BooleancanRemove | propriedade |
canRemove:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
| Versões de runtime: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Implementação
public function get canRemove():BooleanerrorString | propriedade |
helpText | propriedade |
helpVideo | propriedade |
helpVideo:String [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
| Versões de runtime: | AIR 1.0, Flash Player 10.2 |
A reference to the FLV file associated with the panel help.
Implementação
public function get helpVideo():Stringlabel | propriedade |
section | propriedade |
Wed Jun 13 2018, 11:10 AM Z