Пакет | ga.model |
Интерфейс | public interface IPanel |
Средство реализации | Page |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
canAdd : Boolean [только для чтения]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
canRemove : Boolean [только для чтения]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
errorString : String [только для чтения]
The error string for this panel. | IPanel | ||
helpText : String [только для чтения]
The help text for the panel. | IPanel | ||
helpVideo : String [только для чтения]
A reference to the FLV file associated with the panel help. | IPanel | ||
label : String [только для чтения]
The name of the panel. | IPanel | ||
section : ISection [только для чтения]
The parent section for the panel. | IPanel |
Сведения о свойстве
canAdd | свойство |
canAdd:Boolean
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Реализация
public function get canAdd():Boolean
canRemove | свойство |
canRemove:Boolean
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Реализация
public function get canRemove():Boolean
errorString | свойство |
helpText | свойство |
helpVideo | свойство |
helpVideo:String
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Версии среды выполнения: | AIR 1.0, Flash Player 10.2 |
A reference to the FLV file associated with the panel help.
Реализация
public function get helpVideo():String
label | свойство |
section | свойство |
Tue Jun 12 2018, 11:34 AM Z