Paket | ga.model |
Gränssnitt | public interface IPanel |
Implementorer | Page |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
canAdd : Boolean [skrivskyddad]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
canRemove : Boolean [skrivskyddad]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
errorString : String [skrivskyddad]
The error string for this panel. | IPanel | ||
helpText : String [skrivskyddad]
The help text for the panel. | IPanel | ||
helpVideo : String [skrivskyddad]
A reference to the FLV file associated with the panel help. | IPanel | ||
label : String [skrivskyddad]
The name of the panel. | IPanel | ||
section : ISection [skrivskyddad]
The parent section for the panel. | IPanel |
Egenskapsdetaljer
canAdd | egenskap |
canAdd:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Implementering
public function get canAdd():Boolean
canRemove | egenskap |
canRemove:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Implementering
public function get canRemove():Boolean
errorString | egenskap |
helpText | egenskap |
helpVideo | egenskap |
helpVideo:String
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Körningsmiljöversioner: | AIR 1.0, Flash Player 10.2 |
A reference to the FLV file associated with the panel help.
Implementering
public function get helpVideo():String
label | egenskap |
section | egenskap |
Tue Jun 12 2018, 01:40 PM Z