| 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():IListRelated 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():ControllerRelated 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():ResourceRelated 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():IListRelated API Elements
com.adobe.icomm.assetplacement.model.Resources
Thu Dec 4 2014, 05:50 PM -08:00