Pacchetto | com.adobe.icomm.assetplacement.model |
Classe | public class Controller |
Ereditarietà | Controller PackageElement Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni 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.
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
id : String [sola lettura]
The id of this controller. | Controller | ||
name : String [sola lettura]
The element name for this element. | Controller | ||
namespace : String [sola lettura]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
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 per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
id | proprietà |
id:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni 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.
Implementazione
public function get id():String
name | proprietà |
Descrizione della funzione di costruzione
Controller | () | Funzione di costruzione |
public function Controller()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 02:44 PM Z