パッケージ | 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 | プロパティ |
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 | プロパティ |
label | プロパティ |
section | プロパティ |
Tue Jun 12 2018, 10:34 AM Z