Package | com.adobe.icomm.assetplacement.controller |
Interface | public interface IPackageObject |
Implementors | AttachmentLoader, PromoImage, PromoSWFLoader, XMLDataLoader |
Language Version: | ActionScript 3.0 |
Product Version: | Asset Placement Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Property | Defined By | ||
---|---|---|---|
packageAttachments : IList [read-only]
A list of Attachment objects who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageController : Controller [read-only]
The controller object who's id matches the id of this object. | IPackageObject | ||
packageResource : Resource [read-only]
The current Resource object who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageResources : IList [read-only]
A list of Resource objects who's controller id attribute matches the
id of this object. | IPackageObject |
Property Detail
packageAttachments | property |
packageAttachments:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Asset Placement Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
A list of Attachment
objects who's controller
id
attribute matches the
id
of this object.
Implementation
public function get packageAttachments():IList
Related API Elements
packageController | property |
packageController:Controller
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Asset Placement Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The controller object who's id
matches the id
of this object.
Implementation
public function get packageController():Controller
Related API Elements
packageResource | property |
packageResource:Resource
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Asset Placement Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The current Resource
object who's controller
id
attribute matches the
id
of this object.
Implementation
public function get packageResource():Resource
Related API Elements
com.adobe.icomm.assetplacement.model.Resources
packageResources | property |
packageResources:IList
[read-only] Language Version: | ActionScript 3.0 |
Product Version: | Asset Placement Building Block 9.5 |
Runtime Versions: | 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.
Implementation
public function get packageResources():IList
Related API Elements
com.adobe.icomm.assetplacement.model.Resources
Thu Dec 6 2018, 01:12 PM -08:00