包 | com.adobe.icomm.assetplacement.controller |
接口 | public interface IPackageObject |
实现器 | AttachmentLoader, PromoImage, PromoSWFLoader, XMLDataLoader |
语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
packageAttachments : IList [只读]
A list of Attachment objects who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageController : Controller [只读]
The controller object who's id matches the id of this object. | IPackageObject | ||
packageResource : Resource [只读]
The current Resource object who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageResources : IList [只读]
A list of Resource objects who's controller id attribute matches the
id of this object. | IPackageObject |
属性详细信息
packageAttachments | 属性 |
packageController | 属性 |
packageController:Controller
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
The controller object who's id
matches the id
of this object.
实现
public function get packageController():Controller
相关 API 元素
packageResource | 属性 |
packageResource:Resource
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
The current Resource
object who's controller
id
attribute matches the
id
of this object.
实现
public function get packageResource():Resource
相关 API 元素
com.adobe.icomm.assetplacement.model.Resources
packageResources | 属性 |
packageResources:IList
[只读] 语言版本: | ActionScript 3.0 |
产品版本: | Asset Placement Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
A list of Resource
objects who's controller
id
attribute matches the
id
of this object.
实现
public function get packageResources():IList
相关 API 元素
com.adobe.icomm.assetplacement.model.Resources
Tue Jun 12 2018, 11:04 AM Z