Pakiet | ga.model |
Interfejs | public interface IPanel |
Implementory | Page |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
canAdd : Boolean [tylko do odczytu]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
canRemove : Boolean [tylko do odczytu]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
errorString : String [tylko do odczytu]
The error string for this panel. | IPanel | ||
helpText : String [tylko do odczytu]
The help text for the panel. | IPanel | ||
helpVideo : String [tylko do odczytu]
A reference to the FLV file associated with the panel help. | IPanel | ||
label : String [tylko do odczytu]
The name of the panel. | IPanel | ||
section : ISection [tylko do odczytu]
The parent section for the panel. | IPanel |
Szczegół właściwości
canAdd | właściwość |
canAdd:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Implementacja
public function get canAdd():Boolean
canRemove | właściwość |
canRemove:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Implementacja
public function get canRemove():Boolean
errorString | właściwość |
helpText | właściwość |
helpVideo | właściwość |
helpVideo:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 10.2 |
A reference to the FLV file associated with the panel help.
Implementacja
public function get helpVideo():String
label | właściwość |
section | właściwość |
Tue Jun 12 2018, 12:06 PM Z