Пакет | 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 | ||
Служебная функция для реализации метода toString() в пользовательских классах ActionScript 3.0 Event. | 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, 11:34 AM Z