Paket | com.adobe.ep.ux.content.event |
Klasse | public class AssetFocusEvent |
Vererbung | AssetFocusEvent FlexEvent Event Object |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Eigenschaft | Definiert von | ||
---|---|---|---|
asset : Object [schreibgeschützt]
Name of the action. | AssetFocusEvent | ||
bubbles : Boolean [schreibgeschützt]
Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt. | Event | ||
cancelable : Boolean [schreibgeschützt]
Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann. | Event | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentTarget : Object [schreibgeschützt]
Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet. | Event | ||
eventPhase : uint [schreibgeschützt]
Die aktuelle Phase im Ereignisablauf. | Event | ||
eventType : String [schreibgeschützt]
The type of Asset Focus Event. | AssetFocusEvent | ||
focusX : int [schreibgeschützt]
The x-coordinates of the focus. | AssetFocusEvent | ||
focusY : int [schreibgeschützt]
The y-coordinates of the focus. | AssetFocusEvent | ||
target : Object [schreibgeschützt]
Das Ereignis-Ziel. | Event | ||
type : String [schreibgeschützt]
Der Ereignistyp. | Event |
Methode | Definiert von | ||
---|---|---|---|
Constructor
| AssetFocusEvent | ||
Dupliziert eine Instanz einer Event-Unterklasse. | Event | ||
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen. | Event | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde. | Event | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann. | Event | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen. | Event | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält. | Event | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object |
Konstante | Definiert von | ||
---|---|---|---|
ACTION_ASSET_FOCUS_GAINED : String = "assetFocusGained" [statisch]
This constant specifies that the asset has gained focus. | AssetFocusEvent | ||
ACTION_DEFAULT : String = "defaultAction" [statisch]
This constant specifies the default action on the asset. | AssetFocusEvent | ||
EVENT_ASSET_ACTION_FOCUS : String = "assetFocusEvent" [statisch]
This constant denotes that the event is the focus on the asset action. | AssetFocusEvent | ||
EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged" [statisch]
This constant denotes that the asset actions have been changed. | AssetFocusEvent | ||
EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor" [statisch]
This constant denotes to launch the editor. | AssetFocusEvent | ||
EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser" [statisch]
This constant specifies an event to open the activation browser. | AssetFocusEvent | ||
EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser" [statisch]
This constant specifies an event to open the relationship browser. | AssetFocusEvent | ||
EVENT_TYPE_FOCUS_GAIN : String = "gridItemFocusGain" [statisch]
This constant denotes that the grid item has gained focus. | AssetFocusEvent | ||
EVENT_TYPE_FOCUS_LOST : String = "gridItemFocusLost" [statisch]
This constant denotes that the grid item has lost focus. | AssetFocusEvent | ||
EVENT_TYPE_IDLE_STATE : String = "gridItemFocusIdleState" [statisch]
This constant denotes that the grid item is in idle state. | AssetFocusEvent |
asset | Eigenschaft |
eventType | Eigenschaft |
focusX | Eigenschaft |
focusY | Eigenschaft |
AssetFocusEvent | () | Konstruktor |
public function AssetFocusEvent(asset:Object, focusX:int = 20, focusY:int = 20, eventType:String, type:String)
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
Constructor
Parameterasset: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 | Konstante |
public static const ACTION_ASSET_FOCUS_GAINED:String = "assetFocusGained"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that the asset has gained focus.
ACTION_DEFAULT | Konstante |
public static const ACTION_DEFAULT:String = "defaultAction"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant specifies the default action on the asset.
EVENT_ASSET_ACTION_FOCUS | Konstante |
public static const EVENT_ASSET_ACTION_FOCUS:String = "assetFocusEvent"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the event is the focus on the asset action.
EVENT_ASSET_ACTIONS_CHANGE | Konstante |
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the asset actions have been changed.
EVENT_LAUNCH_EDITOR_WINDOW | Konstante |
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant denotes to launch the editor.
EVENT_OPEN_ACTIVATION_BROWSER | Konstante |
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an event to open the activation browser.
EVENT_OPEN_RELATIONSHIP_BROWSER | Konstante |
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an event to open the relationship browser.
EVENT_TYPE_FOCUS_GAIN | Konstante |
public static const EVENT_TYPE_FOCUS_GAIN:String = "gridItemFocusGain"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the grid item has gained focus.
EVENT_TYPE_FOCUS_LOST | Konstante |
public static const EVENT_TYPE_FOCUS_LOST:String = "gridItemFocusLost"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the grid item has lost focus.
EVENT_TYPE_IDLE_STATE | Konstante |
public static const EVENT_TYPE_IDLE_STATE:String = "gridItemFocusIdleState"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Laufzeitversionen: | Flash Player 10.2, AIR (unsupported) |
This constant denotes that the grid item is in idle state.
Tue Jun 12 2018, 10:04 AM Z