ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.ep.ux.content.event 

AssetFocusEvent  - AS3 ADEP Content

Packagecom.adobe.ep.ux.content.event
Classpublic class AssetFocusEvent
InheritanceAssetFocusEvent Inheritance FlexEvent Inheritance Event Inheritance Object

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: 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.



Public Properties
 PropertyDefined By
  asset : Object
[read-only] Name of the action.
AssetFocusEvent
 Inheritedbubbles : Boolean
[read-only] Indicates whether an event is a bubbling event.
Event
 Inheritedcancelable : Boolean
[read-only] Indicates whether the behavior associated with the event can be prevented.
Event
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedcurrentTarget : Object
[read-only] The object that is actively processing the Event object with an event listener.
Event
 InheritedeventPhase : 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
 Inheritedtarget : Object
[read-only] The event target.
Event
 Inheritedtype : String
[read-only] The type of event.
Event
Public Methods
 MethodDefined By
  
AssetFocusEvent(asset:Object, focusX:int = 20, focusY:int = 20, eventType:String, type:String)
Constructor
AssetFocusEvent
 Inherited
Duplicates an instance of an Event subclass.
Event
 Inherited
formatToString(className:String, ... arguments):String
A utility function for implementing the toString() method in custom ActionScript 3.0 Event classes.
Event
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Checks whether the preventDefault() method has been called on the event.
Event
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Cancels an event's default behavior if that behavior can be canceled.
Event
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow.
Event
 Inherited
Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
Event
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns a string containing all the properties of the Event object.
Event
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
Property Detail

asset

property
asset:Object  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Name of the action.



Implementation
    public function get asset():Object

eventType

property 
eventType:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The type of Asset Focus Event.



Implementation
    public function get eventType():String

focusX

property 
focusX:int  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The x-coordinates of the focus.



Implementation
    public function get focusX():int

focusY

property 
focusY:int  [read-only]

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Experience Services - Content 10
Runtime Versions: Flash Player 10.2, AIR (unsupported)

The y-coordinates of the focus.



Implementation
    public function get focusY():int
Constructor Detail

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

Parameters
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
Constant Detail

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.