Adobe® Flash® Platform 用 ActionScript® 3.0 リファレンスガイド
ホーム  |  パッケージおよびクラスリストの非表示 |  パッケージ  |  クラス  |  新機能  |  索引  |  付録  |  英語で表示される理由
フィルター: サーバーからデータを取得しています...
サーバーからデータを取得しています...
com.adobe.livecycle.assetmanager.client.handler 

IAssetHandler  - AS3 Asset Manager

パッケージ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

Used by a component to introduce a new asset or create a custom handler for an existing asset type.



パブリックプロパティ
 プロパティ定義元
  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
パブリックメソッド
 メソッド定義元
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。
IEventDispatcher
 Inherited
イベントをイベントフローに送出します。
IEventDispatcher
  
Returns the asset type associated with the asset.
IAssetHandler
  
Called when a user clicks an action associated with an asset type.
IAssetHandler
 Inherited
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。
IEventDispatcher
  
Initializes the handler.
IAssetHandler
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
EventDispatcher オブジェクトからリスナーを削除します。
IEventDispatcher
 Inherited
指定されたイベントタイプについて、この 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

プロパティ 
selectedAssets:Array

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Specifies the array of currently selected assets.



実装
    public function get selectedAssets():Array
    public function set selectedAssets(value:Array):void
メソッドの詳細

getAssetType

()メソッド
public function getAssetType():String

言語バージョン: ActionScript 3.0
製品バージョン: Asset Manager Building Block 9.5
ランタイムバージョン: AIR 1.0, Flash Player 9, Flash Player 10

Returns the asset type associated with the asset.

戻り値
String — An asset type string.

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.





[ X ]英語で表示される理由
ActionScript 3.0 リファレンスガイドのコンテンツが英語で表示されます。

ActionScript 3.0 リファレンスガイドのすべての部分がすべての言語に翻訳されているわけではありません。言語エレメントが翻訳されていない場合、そのエレメントは英語で表示されます。例えば、ga.controls.HelpBox クラスはどの言語にも訳されていません。このため、リファレンスガイドの日本語バージョンでは、ga.controls.HelpBox クラスは英語で表示されます。