Pacote | com.adobe.icomm.assetplacement.controller |
Interface | public interface IPackageObject |
Implementadores | AttachmentLoader, PromoImage, PromoSWFLoader, XMLDataLoader |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
packageAttachments : IList [somente leitura]
A list of Attachment objects who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageController : Controller [somente leitura]
The controller object who's id matches the id of this object. | IPackageObject | ||
packageResource : Resource [somente leitura]
The current Resource object who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageResources : IList [somente leitura]
A list of Resource objects who's controller id attribute matches the
id of this object. | IPackageObject |
Detalhes da propriedade
packageAttachments | propriedade |
packageAttachments:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | 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.
Implementação
public function get packageAttachments():IList
Elementos da API relacionados
packageController | propriedade |
packageController:Controller
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
The controller object who's id
matches the id
of this object.
Implementação
public function get packageController():Controller
Elementos da API relacionados
packageResource | propriedade |
packageResource:Resource
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
The current Resource
object who's controller
id
attribute matches the
id
of this object.
Implementação
public function get packageResource():Resource
Elementos da API relacionados
com.adobe.icomm.assetplacement.model.Resources
packageResources | propriedade |
packageResources:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | 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.
Implementação
public function get packageResources():IList
Elementos da API relacionados
com.adobe.icomm.assetplacement.model.Resources
Wed Jun 13 2018, 11:10 AM Z