Package | ga.model |
Interface | public interface IPanel |
Implémenteurs | Page |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
canAdd : Boolean [lecture seule]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
canRemove : Boolean [lecture seule]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
errorString : String [lecture seule]
The error string for this panel. | IPanel | ||
helpText : String [lecture seule]
The help text for the panel. | IPanel | ||
helpVideo : String [lecture seule]
A reference to the FLV file associated with the panel help. | IPanel | ||
label : String [lecture seule]
The name of the panel. | IPanel | ||
section : ISection [lecture seule]
The parent section for the panel. | IPanel |
Détails de la propriété
canAdd | propriété |
canAdd:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Implémentation
public function get canAdd():Boolean
canRemove | propriété |
canRemove:Boolean
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Implémentation
public function get canRemove():Boolean
errorString | propriété |
errorString:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
The error string for this panel.
Implémentation
public function get errorString():String
helpText | propriété |
helpVideo | propriété |
helpVideo:String
[lecture seule] Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Versions du moteur d’exécution: | AIR 1.0, Flash Player 10.2 |
A reference to the FLV file associated with the panel help.
Implémentation
public function get helpVideo():String
label | propriété |
section | propriété |
Tue Jun 12 2018, 09:30 AM Z