Pakiet | com.adobe.icomm.assetplacement.model |
Klasa | public class Controller |
Dziedziczenie | Controller PackageElement Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | 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.
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
constructor : Object
Odwołanie do obiektu klasy lub funkcji konstruktora, dotyczące danej instancji obiektu. | Object | ||
id : String [tylko do odczytu]
The id of this controller. | Controller | ||
name : String [tylko do odczytu]
The element name for this element. | Controller | ||
namespace : String [tylko do odczytu]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object |
Szczegół właściwości
id | właściwość |
id:String
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get id():String
name | właściwość |
Konstruktor Szczegół
Controller | () | Konstruktor |
public function Controller()
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Placement Building Block 9.5 |
Wersje środowiska wykonawczego: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 12:06 PM Z