包 | com.adobe.livecycle.assetmanager.client.handler |
接口 | public interface IAssetHandler extends IEventDispatcher |
实现器 | PermissionBasedAssetHandler |
不推荐使用: Deprecated
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
assetActions : IList
Specifies the list of actions that are associated with the asset that is handled by this handler. | IAssetHandler | ||
selectedAssets : Array
Specifies the array of currently selected assets. | IAssetHandler |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | IEventDispatcher | ||
将事件调度到事件流中。 | IEventDispatcher | ||
Returns the asset type associated with the asset. | IAssetHandler | ||
Called when a user clicks an action associated with an asset type. | IAssetHandler | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | IEventDispatcher | ||
Initializes the handler. | IAssetHandler | ||
从 EventDispatcher 对象中删除侦听器。 | IEventDispatcher | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | IEventDispatcher |
属性详细信息
assetActions | 属性 |
assetActions:IList
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the list of actions that are associated with the asset that is handled by this handler.
实现
public function get assetActions():IList
public function set assetActions(value:IList):void
selectedAssets | 属性 |
方法详细信息
getAssetType | () | 方法 |
handleAction | () | 方法 |
public function handleAction(action:AssetActionEvent):void
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Called when a user clicks an action associated with an asset type.
参数
action:AssetActionEvent — The event that is thrown when the user clicks an action associated with an asset type.
|
initialize | () | 方法 |
public function initialize():void
语言版本: | ActionScript 3.0 |
产品版本: | Asset Manager Building Block 9.5 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Player 10 |
Initializes the handler. Called when AssetHandlerRegistry starts.
Tue Jun 12 2018, 11:04 AM Z