Package | com.adobe.ep.ux.content.event |
Class | public class AssetFocusEvent |
Inheritance | AssetFocusEvent FlexEvent Event Object |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Property | Defined By | ||
---|---|---|---|
asset : Object [read-only]
Name of the action. | AssetFocusEvent | ||
bubbles : Boolean [read-only]
Indicates whether an event is a bubbling event. | Event | ||
cancelable : Boolean [read-only]
Indicates whether the behavior associated with the event can be prevented. | Event | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
currentTarget : Object [read-only]
The object that is actively processing the Event object with an event listener. | Event | ||
eventPhase : uint [read-only]
The current phase in the event flow. | Event | ||
eventType : String [read-only]
The type of Asset Focus Event. | AssetFocusEvent | ||
focusX : int [read-only]
The x-coordinates of the focus. | AssetFocusEvent | ||
focusY : int [read-only]
The y-coordinates of the focus. | AssetFocusEvent | ||
target : Object [read-only]
The event target. | Event | ||
type : String [read-only]
The type of event. | Event |
Method | Defined By | ||
---|---|---|---|
Constructor
| AssetFocusEvent | ||
Duplicates an instance of an Event subclass. | Event | ||
A utility function for implementing the toString() method in custom
ActionScript 3.0 Event classes. | Event | ||
Indicates whether an object has a specified property defined. | Object | ||
Checks whether the preventDefault() method has been called on the event. | Event | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Cancels an event's default behavior if that behavior can be canceled. | Event | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Prevents processing of any event listeners in the current node and any subsequent nodes in
the event flow. | Event | ||
Prevents processing of any event listeners in nodes subsequent to the current node in the
event flow. | Event | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns a string containing all the properties of the Event object. | Event | ||
Returns the primitive value of the specified object. | Object |
Constant | Defined By | ||
---|---|---|---|
ACTION_ASSET_FOCUS_GAINED : String = "assetFocusGained" [static]
This constant specifies that the asset has gained focus. | AssetFocusEvent | ||
ACTION_DEFAULT : String = "defaultAction" [static]
This constant specifies the default action on the asset. | AssetFocusEvent | ||
EVENT_ASSET_ACTION_FOCUS : String = "assetFocusEvent" [static]
This constant denotes that the event is the focus on the asset action. | AssetFocusEvent | ||
EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged" [static]
This constant denotes that the asset actions have been changed. | AssetFocusEvent | ||
EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor" [static]
This constant denotes to launch the editor. | AssetFocusEvent | ||
EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser" [static]
This constant specifies an event to open the activation browser. | AssetFocusEvent | ||
EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser" [static]
This constant specifies an event to open the relationship browser. | AssetFocusEvent | ||
EVENT_TYPE_FOCUS_GAIN : String = "gridItemFocusGain" [static]
This constant denotes that the grid item has gained focus. | AssetFocusEvent | ||
EVENT_TYPE_FOCUS_LOST : String = "gridItemFocusLost" [static]
This constant denotes that the grid item has lost focus. | AssetFocusEvent | ||
EVENT_TYPE_IDLE_STATE : String = "gridItemFocusIdleState" [static]
This constant denotes that the grid item is in idle state. | AssetFocusEvent |
asset | property |
eventType | property |
focusX | property |
focusY | property |
AssetFocusEvent | () | Constructor |
public function AssetFocusEvent(asset:Object, focusX:int = 20, focusY:int = 20, eventType:String, type:String)
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
Constructor
Parametersasset: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 | Constant |
public static const ACTION_ASSET_FOCUS_GAINED:String = "assetFocusGained"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that the asset has gained focus.
ACTION_DEFAULT | Constant |
public static const ACTION_DEFAULT:String = "defaultAction"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant specifies the default action on the asset.
EVENT_ASSET_ACTION_FOCUS | Constant |
public static const EVENT_ASSET_ACTION_FOCUS:String = "assetFocusEvent"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the event is the focus on the asset action.
EVENT_ASSET_ACTIONS_CHANGE | Constant |
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the asset actions have been changed.
EVENT_LAUNCH_EDITOR_WINDOW | Constant |
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant denotes to launch the editor.
EVENT_OPEN_ACTIVATION_BROWSER | Constant |
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an event to open the activation browser.
EVENT_OPEN_RELATIONSHIP_BROWSER | Constant |
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an event to open the relationship browser.
EVENT_TYPE_FOCUS_GAIN | Constant |
public static const EVENT_TYPE_FOCUS_GAIN:String = "gridItemFocusGain"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the grid item has gained focus.
EVENT_TYPE_FOCUS_LOST | Constant |
public static const EVENT_TYPE_FOCUS_LOST:String = "gridItemFocusLost"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the grid item has lost focus.
EVENT_TYPE_IDLE_STATE | Constant |
public static const EVENT_TYPE_IDLE_STATE:String = "gridItemFocusIdleState"
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtime Versions: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the grid item is in idle state.
Thu Dec 6 2018, 01:12 PM -08:00