Paket | com.adobe.icomm.assetplacement.model |
Sınıf | public class Controller |
Miras Alma | Controller PackageElement Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Placement Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
id : String [salt okunur]
The id of this controller. | Controller | ||
name : String [salt okunur]
The element name for this element. | Controller | ||
namespace : String [salt okunur]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Özellik Ayrıntısı
id | özellik |
id:String
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Placement Building Block 9.5 |
Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get id():String
name | özellik |
Yapıcı Ayrıntı
Controller | () | Yapıcı |
public function Controller()
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Asset Placement Building Block 9.5 |
Çalışma Zamanı Sürümleri: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Tue Jun 12 2018, 01:09 PM Z