| Paket | ga.model |
| Schnittstelle | public interface IPanel |
| Umsetzer | Page |
| Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 9 |
| Laufzeitversionen: | AIR 1.0, Flash Player 10.2 |
IPanel interface defines the properties that can be extracted from a Guide
panel.
Öffentliche Eigenschaften
| Eigenschaft | Definiert von | ||
|---|---|---|---|
| canAdd : Boolean [schreibgeschützt]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
| canRemove : Boolean [schreibgeschützt]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
| errorString : String [schreibgeschützt]
The error string for this panel. | IPanel | ||
| helpText : String [schreibgeschützt]
The help text for the panel. | IPanel | ||
| helpVideo : String [schreibgeschützt]
A reference to the FLV file associated with the panel help. | IPanel | ||
| label : String [schreibgeschützt]
The name of the panel. | IPanel | ||
| section : ISection [schreibgeschützt]
The parent section for the panel. | IPanel | ||
Eigenschaftendetails
canAdd | Eigenschaft |
canAdd:Boolean [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 9 |
| Laufzeitversionen: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Implementierung
public function get canAdd():BooleancanRemove | Eigenschaft |
canRemove:Boolean [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 9 |
| Laufzeitversionen: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Implementierung
public function get canRemove():BooleanerrorString | Eigenschaft |
helpText | Eigenschaft |
helpVideo | Eigenschaft |
helpVideo:String [schreibgeschützt] | Sprachversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Handbücher 9 |
| Laufzeitversionen: | AIR 1.0, Flash Player 10.2 |
A reference to the FLV file associated with the panel help.
Implementierung
public function get helpVideo():Stringlabel | Eigenschaft |
section | Eigenschaft |
Tue Jun 12 2018, 10:04 AM Z