Paket | ga.model |
Arabirim | public interface IPanel |
Uygulayıcılar | Page |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
IPanel
interface defines the properties that can be extracted from a Guide
panel.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
canAdd : Boolean [salt okunur]
A boolean value indicating if another repeatable panel can be added. | IPanel | ||
canRemove : Boolean [salt okunur]
A boolean value indicating if another repeatable panel can be removed. | IPanel | ||
errorString : String [salt okunur]
The error string for this panel. | IPanel | ||
helpText : String [salt okunur]
The help text for the panel. | IPanel | ||
helpVideo : String [salt okunur]
A reference to the FLV file associated with the panel help. | IPanel | ||
label : String [salt okunur]
The name of the panel. | IPanel | ||
section : ISection [salt okunur]
The parent section for the panel. | IPanel |
Özellik Ayrıntısı
canAdd | özellik |
canAdd:Boolean
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be added. This property is bindable.
Uygulama
public function get canAdd():Boolean
canRemove | özellik |
canRemove:Boolean
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Guides 9 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 10.2 |
A boolean value indicating if another repeatable panel can be removed. This property is bindable.
Uygulama
public function get canRemove():Boolean
errorString | özellik |
helpText | özellik |
helpVideo | özellik |
label | özellik |
section | özellik |
Tue Jun 12 2018, 01:09 PM Z