Paket | com.adobe.icomm.assetplacement.model |
Sınıf | public class NavigatorHostInstance |
Miras Alma | NavigatorHostInstance 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 |
class MyNavigator extends Application, implements INavigator { import com.adobe.portfolio.api.INavigator; public function set host(val:INavigatorHost):void { if(val) { NavigatorHostInstance.initialize(val); //Other initialization... } else { NavigatorHostInstance.release(); //Other cleanup code... } } }
İlgili API Öğeleri
com.adobe.portfolio.api.INavigator
com.adobe.portfolio.api.INavigatorHost
com.adobe.portfolio.api.INavigatorHost
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 | ||
value : INavigatorHost [statik] [salt okunur]
Access the single INavigatorHost for the application. | NavigatorHostInstance |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
initialize(val:INavigatorHost):void [statik]
Store the single INavigatorHost for the application
This should be called during the handshaking between the host
and the navigator. | NavigatorHostInstance | ||
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 | ||
[statik]
Called during application shutdown to release the navigator host for this application. | NavigatorHostInstance | ||
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ı
value | özellik |
value:INavigatorHost
[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 |
Access the single INavigatorHost for the application.
Uygulama
public static function get value():INavigatorHost
Yöntem Ayrıntısı
initialize | () | yöntem |
public static function initialize(val:INavigatorHost):void
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 |
Store the single INavigatorHost for the application This should be called during the handshaking between the host and the navigator. Failure to do so means objects in the library will not have access to it.
Parametreler
val:INavigatorHost |
release | () | yöntem |
public static function release():void
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 |
Called during application shutdown to release the navigator host for this application.
Tue Jun 12 2018, 01:09 PM Z