Pacote | com.adobe.icomm.assetplacement.model |
Classe | public class Attachment |
Herança | Attachment PackageElement Object |
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 | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
contentType : String [somente leitura]
The MIME type of this attachment. | Attachment | ||
controller : String [somente leitura]
Contains a reference to a controller element using an XML id. | Attachment | ||
description : String [somente leitura]
A description of the attachment. | Attachment | ||
name : String [somente leitura]
The name of the attachment. | Attachment | ||
namespace : String [somente leitura]
The namespace for this element. | PackageElement | ||
source : String [somente leitura]
The source URI location of this attachment. | Attachment | ||
xml : XML
The XML this object represents. | PackageElement |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | Attachment | ||
Retrieve an attribute of this element. | PackageElement | ||
Retrieve a child value of this element. | PackageElement | ||
Retrieve an attribute of this element's parent. | PackageElement | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
contentType | propriedade |
controller | propriedade |
controller:String
[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 |
Contains a reference to a controller element using an XML id. The controller element represents a component, usually a UI component, that will be referencing this attachment at runtime.
Implementação
public function get controller():String
description | propriedade |
name | propriedade |
source | propriedade |
Detalhes do construtor
Attachment | () | Construtor |
public function Attachment()
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 |
Constructor.
Wed Jun 13 2018, 11:10 AM Z