Pacchetto | ga.model |
Interfaccia | public 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 |
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à |
helpText | proprietà |
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à |
section | proprietà |
Tue Jun 12 2018, 02:44 PM Z