| 패키지 | 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 | ||
Tue Jun 12 2018, 03:17 PM Z