Paquete | com.adobe.icomm.assetplacement.controller |
Interfaz | public interface IPackageObject |
Implementadores | AttachmentLoader, PromoImage, PromoSWFLoader, XMLDataLoader |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Placement 9.5 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
packageAttachments : IList [solo lectura]
A list of Attachment objects who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageController : Controller [solo lectura]
The controller object who's id matches the id of this object. | IPackageObject | ||
packageResource : Resource [solo lectura]
The current Resource object who's controller id attribute matches the
id of this object. | IPackageObject | ||
packageResources : IList [solo lectura]
A list of Resource objects who's controller id attribute matches the
id of this object. | IPackageObject |
Información sobre propiedades
packageAttachments | propiedad |
packageAttachments:IList
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Placement 9.5 |
Versiones de motor de ejecución: | 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.
Implementación
public function get packageAttachments():IList
Elementos de API relacionados
packageController | propiedad |
packageController:Controller
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Placement 9.5 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
The controller object who's id
matches the id
of this object.
Implementación
public function get packageController():Controller
Elementos de API relacionados
packageResource | propiedad |
packageResource:Resource
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Placement 9.5 |
Versiones de motor de ejecución: | AIR 1.0, Flash Player 9, Flash Player 10 |
The current Resource
object who's controller
id
attribute matches the
id
of this object.
Implementación
public function get packageResource():Resource
Elementos de API relacionados
com.adobe.icomm.assetplacement.model.Resources
packageResources | propiedad |
packageResources:IList
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Asset Placement 9.5 |
Versiones de motor de ejecución: | 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.
Implementación
public function get packageResources():IList
Elementos de API relacionados
com.adobe.icomm.assetplacement.model.Resources
Tue Jun 12 2018, 02:12 PM Z