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

AssetFocusEvent  - AS3 ADEP Content

パッケージcom.adobe.ep.ux.content.event
クラスpublic class AssetFocusEvent
継承AssetFocusEvent Inheritance FlexEvent Inheritance Event Inheritance Object

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

Event dispatched when user hovers on one of asset shown on the Search Results Viewer's . The event contains name of asset action, asset Type, the selected items (Asset) from the Search Results Viewer's datagrid.



パブリックプロパティ
 プロパティ定義元
  asset : Object
[読み取り専用] Name of the action.
AssetFocusEvent
 Inheritedbubbles : Boolean
[読み取り専用] イベントがバブリングイベントかどうかを示します。
Event
 Inheritedcancelable : Boolean
[読み取り専用] イベントに関連付けられた動作を回避できるかどうかを示します。
Event
 Inheritedconstructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。
Object
 InheritedcurrentTarget : Object
[読み取り専用] イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。
Event
 InheritedeventPhase : uint
[読み取り専用] イベントフローの現在の段階です。
Event
  eventType : String
[読み取り専用] The type of Asset Focus Event.
AssetFocusEvent
  focusX : int
[読み取り専用] The x-coordinates of the focus.
AssetFocusEvent
  focusY : int
[読み取り専用] The y-coordinates of the focus.
AssetFocusEvent
 Inheritedtarget : Object
[読み取り専用] イベントターゲットです。
Event
 Inheritedtype : String
[読み取り専用] イベントのタイプです。
Event
パブリックメソッド
 メソッド定義元
  
AssetFocusEvent(asset:Object, focusX:int = 20, focusY:int = 20, eventType:String, type:String)
Constructor
AssetFocusEvent
 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_ASSET_FOCUS_GAINED : String = "assetFocusGained"
[静的] This constant specifies that the asset has gained focus.
AssetFocusEvent
  ACTION_DEFAULT : String = "defaultAction"
[静的] This constant specifies the default action on the asset.
AssetFocusEvent
  EVENT_ASSET_ACTION_FOCUS : String = "assetFocusEvent"
[静的] This constant denotes that the event is the focus on the asset action.
AssetFocusEvent
  EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged"
[静的] This constant denotes that the asset actions have been changed.
AssetFocusEvent
  EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor"
[静的] This constant denotes to launch the editor.
AssetFocusEvent
  EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser"
[静的] This constant specifies an event to open the activation browser.
AssetFocusEvent
  EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser"
[静的] This constant specifies an event to open the relationship browser.
AssetFocusEvent
  EVENT_TYPE_FOCUS_GAIN : String = "gridItemFocusGain"
[静的] This constant denotes that the grid item has gained focus.
AssetFocusEvent
  EVENT_TYPE_FOCUS_LOST : String = "gridItemFocusLost"
[静的] This constant denotes that the grid item has lost focus.
AssetFocusEvent
  EVENT_TYPE_IDLE_STATE : String = "gridItemFocusIdleState"
[静的] This constant denotes that the grid item is in idle state.
AssetFocusEvent
プロパティの詳細

asset

プロパティ
asset:Object  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

Name of the action.



実装
    public function get asset():Object

eventType

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

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

The type of Asset Focus Event.



実装
    public function get eventType():String

focusX

プロパティ 
focusX:int  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

The x-coordinates of the focus.



実装
    public function get focusX():int

focusY

プロパティ 
focusY:int  [読み取り専用]

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

The y-coordinates of the focus.



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

AssetFocusEvent

()コンストラクター
public function AssetFocusEvent(asset:Object, focusX:int = 20, focusY:int = 20, eventType:String, type:String)

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

Constructor

パラメーター
asset:Object — Specifies the of the action.
 
focusX:int (default = 20) — Specifies the x-coordinates of the focus.
 
focusY:int (default = 20) — Specifies the y-coordinates of the focus.
 
eventType:String (default = NaN) — Specifies the type of Asset Focus Event.
 
type:String (default = NaN) — Event Type
定数の詳細

ACTION_ASSET_FOCUS_GAINED

定数
public static const ACTION_ASSET_FOCUS_GAINED:String = "assetFocusGained"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant specifies that the asset has gained focus.

ACTION_DEFAULT

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

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant specifies the default action on the asset.

EVENT_ASSET_ACTION_FOCUS

定数 
public static const EVENT_ASSET_ACTION_FOCUS:String = "assetFocusEvent"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant denotes that the event is the focus on the asset action.

EVENT_ASSET_ACTIONS_CHANGE

定数 
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant denotes that the asset actions have been changed.

EVENT_LAUNCH_EDITOR_WINDOW

定数 
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant denotes to launch the editor.

EVENT_OPEN_ACTIVATION_BROWSER

定数 
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant specifies an event to open the activation browser.

EVENT_OPEN_RELATIONSHIP_BROWSER

定数 
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant specifies an event to open the relationship browser.

EVENT_TYPE_FOCUS_GAIN

定数 
public static const EVENT_TYPE_FOCUS_GAIN:String = "gridItemFocusGain"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant denotes that the grid item has gained focus.

EVENT_TYPE_FOCUS_LOST

定数 
public static const EVENT_TYPE_FOCUS_LOST:String = "gridItemFocusLost"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant denotes that the grid item has lost focus.

EVENT_TYPE_IDLE_STATE

定数 
public static const EVENT_TYPE_IDLE_STATE:String = "gridItemFocusIdleState"

言語バージョン: ActionScript 3.0
製品バージョン: Adobe Digital Enterprise Platform Experience Services - Content 10
ランタイムバージョン: Flash Player 10.2, AIR (unsupported)

This constant denotes that the grid item is in idle state.





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

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