包 | com.adobe.livecycle.assetmanager.client.service |
类 | public class AssetExplorerServiceDelegate |
继承 | AssetExplorerServiceDelegate Object |
不推荐使用: Deprecated
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
表示对象是否已经定义了指定的属性。 | Object | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
Retrieves the system data dictionaries. | AssetExplorerServiceDelegate | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
[静态]
Used to inject a custom implementation of the infrastructure data dictionary service. | AssetExplorerServiceDelegate | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object |
方法详细信息
loadAssetTypes | () | 方法 |
public function loadAssetTypes(resultHandler:Function, faultHandler:Function):void
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieves the system data dictionaries.
参数
resultHandler:Function — The result handler that is called when data dictionaries are retreived.
| |
faultHandler:Function — The fault handler that is called when an error occurs.
|
setDataDictRegistryService | () | 方法 |
public static function setDataDictRegistryService(value:DataDictionaryRegistryService):void
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Used to inject a custom implementation of the infrastructure data dictionary service.
The default infrastructure service is the class DataDictionaryRegistryServiceImpl
.
参数
value:DataDictionaryRegistryService — An implementation for DataDictionaryRegistryService.
|
Tue Jun 12 2018, 11:04 AM Z