Pakket | ga.model |
Interface | public interface IPanel |
Geïmplementeerd door | Page |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | AIR 1.0, Flash Player 10.2 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
canAdd : Boolean [alleen-lezen]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
canRemove : Boolean [alleen-lezen]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
errorString : String [alleen-lezen]
The error string for this panel. | IPanel | ||
helpText : String [alleen-lezen]
The help text for the panel. | IPanel | ||
helpVideo : String [alleen-lezen]
A reference to the FLV file associated with the panel help. | IPanel | ||
label : String [alleen-lezen]
The name of the panel. | IPanel | ||
section : ISection [alleen-lezen]
The parent section for the panel. | IPanel |
Eigenschapdetails
canAdd | eigenschap |
canAdd:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Implementatie
public function get canAdd():Boolean
canRemove | eigenschap |
canRemove:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Runtimeversies: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Implementatie
public function get canRemove():Boolean
errorString | eigenschap |
helpText | eigenschap |
helpVideo | eigenschap |
label | eigenschap |
section | eigenschap |
Wed Jun 13 2018, 11:42 AM Z