Pacote | com.adobe.icomm.assetplacement.model |
Classe | public class Controller |
Herança | Controller 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 |
id
attribute in the <controllers> entry and the id
attribute of the Flex component.
The controllers in the package definition are all strongly typed;
this class is merely an abstraction that allows us to access a "controller" object generically.
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 | ||
id : String [somente leitura]
The id of this controller. | Controller | ||
name : String [somente leitura]
The element name for this element. | Controller | ||
namespace : String [somente leitura]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | Controller | ||
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
id | propriedade |
id: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 |
The id of this controller. This should cross-reference with both an MXML id in the asset placement project and a controller id in the <assets> section of the package.xml.
Implementação
public function get id():String
name | propriedade |
Detalhes do construtor
Controller | () | Construtor |
public function Controller()
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