パッケージ | com.adobe.ep.ux.content.event |
クラス | public class AssetFocusEvent |
継承 | AssetFocusEvent FlexEvent Event Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
ランタイムバージョン: | Flash Player 10.2, AIR (unsupported) |
プロパティ | 定義元 | ||
---|---|---|---|
asset : Object [読み取り専用]
Name of the action. | AssetFocusEvent | ||
bubbles : Boolean [読み取り専用]
イベントがバブリングイベントかどうかを示します。 | Event | ||
cancelable : Boolean [読み取り専用]
イベントに関連付けられた動作を回避できるかどうかを示します。 | Event | ||
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
currentTarget : Object [読み取り専用]
イベントリスナーで Event オブジェクトをアクティブに処理しているオブジェクトです。 | Event | ||
eventPhase : 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 | ||
target : Object [読み取り専用]
イベントターゲットです。 | Event | ||
type : String [読み取り専用]
イベントのタイプです。 | Event |
メソッド | 定義元 | ||
---|---|---|---|
Constructor
| AssetFocusEvent | ||
Event サブクラスのインスタンスを複製します。 | Event | ||
カスタム ActionScript 3.0 Event クラスに toString() メソッドを実装するためのユーティリティ関数です。 | Event | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
イベントで preventDefault() メソッドが呼び出されたかどうかを確認します。 | Event | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
イベントのデフォルト動作をキャンセルできる場合に、その動作をキャンセルします。 | Event | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
イベントフローの現在のノードおよび後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
イベントフローの現在のノードに後続するノードで、イベントリスナーが処理されないようにします。 | Event | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
Event オブジェクトのすべてのプロパティを含むストリングを返します。 | Event | ||
指定されたオブジェクトのプリミティブな値を返します。 | 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 | プロパティ |
eventType | プロパティ |
focusX | プロパティ |
focusY | プロパティ |
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.
Tue Jun 12 2018, 10:34 AM Z