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

AssetActionEvent  - AS3 Asset Manager

パッケージcom.adobe.livecycle.assetmanager.client.event
クラスpublic class AssetActionEvent
継承AssetActionEvent Inheritance Event Inheritance Object
非推奨: Deprecated

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

Dispatched when the user selects an action from the toolbar of the Manage Assets UI Search Results Viewer. The event contains the name of the asset action, the asset type, and the selected search result items.



パブリックプロパティ
 プロパティ定義元
  actionItems : Array
[読み取り専用] Specifies the selected items on which to take the action.
AssetActionEvent
  actionName : String
[読み取り専用] Specifies the name of the action.
AssetActionEvent
  assetType : String
[読み取り専用] Specifies the type of asset on which to take the action.
AssetActionEvent
 Inheritedbubbles : Boolean
[読み取り専用] イベントがバブリングイベントかどうかを示します。
Event
 Inheritedcancelable : Boolean
[読み取り専用] イベントに関連付けられた動作を回避できるかどうかを示します。
Event
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
 InheritedcurrentTarget : Object
[読み取り専用] イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。
Event
 InheritedeventPhase : uint
[読み取り専用] イベントフローの現在の段階です。
Event
 Inheritedtarget : Object
[読み取り専用] イベントターゲットです。
Event
 Inheritedtype : String
[読み取り専用] イベントのタイプです。
Event
パブリックメソッド
 メソッド定義元
  
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String)
Constructor.
AssetActionEvent
 Inherited
Event サブクラスのインスタンスを複製します。
Event
 Inherited
formatToString(className:String, ... arguments):String
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。
Event
 Inherited
オブジェクトに指定されたプロパティが定義されているかどうかを示します。
Object
 Inherited
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。
Event
 Inherited
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。
Object
 Inherited
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。
Event
 Inherited
指定されたプロパティが存在し、列挙できるかどうかを示します。
Object
 Inherited
ループ処理に対するダイナミックプロパティの可用性を設定します。
Object
 Inherited
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。
Event
 Inherited
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。
Event
 Inherited
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。
Object
 Inherited
Event オブジェクトのすべてのプロパティを含むストリングを返します。
Event
 Inherited
指定されたオブジェクトのプリミティブな値を返します。
Object
パブリック定数
 定数定義元
  ACTION_DEFAULT : String = "defaultAction"
[静的] Specifies the default action when the user double-clicks an action.
AssetActionEvent
  EVENT_ASSET_ACTION_CLICK : String = "assetActionClick"
[静的] Specifies that the user has selected an asset by clicking.
AssetActionEvent
プロパティの詳細

actionItems

プロパティ
actionItems:Array  [読み取り専用]

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

Specifies the selected items on which to take the action.



実装
    public function get actionItems():Array

actionName

プロパティ 
actionName:String  [読み取り専用]

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

Specifies the name of the action.



実装
    public function get actionName():String

assetType

プロパティ 
assetType:String  [読み取り専用]

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

Specifies the type of asset on which to take the action.



実装
    public function get assetType():String
コンストラクターの詳細

AssetActionEvent

()コンストラクター
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String)

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

Constructor.

パラメーター
actionName:String — The name of the action associated with the event.
 
actionItems:Array — An array of action items on which to take the action.
 
vAssetType:String — The asset type.
定数の詳細

ACTION_DEFAULT

定数
public static const ACTION_DEFAULT:String = "defaultAction"

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

Specifies the default action when the user double-clicks an action.

EVENT_ASSET_ACTION_CLICK

定数 
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"

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

Specifies that the user has selected an asset by clicking.





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

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