| 包 | xd.core.axm.view.components.support |
| 接口 | public interface ICollapsibleSegment |
| 实现器 | AXMAccordionSegment |
| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
ICollapsibleSegment interface.
公共属性
| 属性 | 由以下参数定义 | ||
|---|---|---|---|
| isOpen : Boolean
A flag that indiates whether the component is open or collapsed. | ICollapsibleSegment | ||
属性详细信息
isOpen | 属性 |
isOpen:Boolean| 语言版本: | ActionScript 3.0 |
| 产品版本: | Adobe Digital Enterprise Platform Experience Services - Adobe Experience Model 10 |
| 运行时版本: | AIR 2.6, Flash Player 10.2 |
A flag that indiates whether the component is open or collapsed.
实现
public function get isOpen():Boolean public function set isOpen(value:Boolean):voidTue Jun 12 2018, 11:04 AM Z