ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.ep.ux.content.event 

AssetActionEvent  - AS3 ADEP Content

Paketcom.adobe.ep.ux.content.event
Klassepublic class AssetActionEvent
VererbungAssetActionEvent Inheritance FlexEvent Inheritance Event Inheritance Object

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Event dispatched when user clicks on one of asset action shown on the Search Results Viewer's AssetActionsRenderer (Control button bar). The event contains name of asset action, asset Type, the selected items (Asset) from the Search Results Viewer's datagrid.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
  actionItems : Array
[schreibgeschützt] Selected Itmes on which action is taken
AssetActionEvent
  actionName : String
[schreibgeschützt] Name of the action
AssetActionEvent
  assetType : String
[schreibgeschützt] Type of asset on which action is taken
AssetActionEvent
 Inheritedbubbles : Boolean
[schreibgeschützt] Gibt an, ob es sich bei dem Ereignis um ein Bubbling-Ereignis handelt.
Event
 Inheritedcancelable : Boolean
[schreibgeschützt] Gibt an, ob das mit dem Ereignis verknüpfte Verhalten verhindert werden kann.
Event
 Inheritedconstructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz.
Object
  creationDate : Date
[schreibgeschützt] Date of the asset on which action should be taken.
AssetActionEvent
 InheritedcurrentTarget : Object
[schreibgeschützt] Das Objekt, welches das Ereignisobjekt aktiv mit einem Ereignis-Listener verarbeitet.
Event
 InheritedeventPhase : uint
[schreibgeschützt] Die aktuelle Phase im Ereignisablauf.
Event
 Inheritedtarget : Object
[schreibgeschützt] Das Ereignis-Ziel.
Event
 Inheritedtype : String
[schreibgeschützt] Der Ereignistyp.
Event
Öffentliche Methoden
 MethodeDefiniert von
  
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
AssetActionEvent
 Inherited
Dupliziert eine Instanz einer Event-Unterklasse.
Event
 Inherited
formatToString(className:String, ... arguments):String
Eine Dienstprogrammfunktion zur Implementierung der toString()-Methode in benutzerdefinierten ActionScript 3.0 Event-Klassen.
Event
 Inherited
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde.
Object
 Inherited
Überprüft, ob die preventDefault()-Methode bei dem Ereignis aufgerufen wurde.
Event
 Inherited
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde.
Object
 Inherited
Bricht das Standardverhalten eines Ereignisses ab, wenn dieses Verhalten abgebrochen werden kann.
Event
 Inherited
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann.
Object
 Inherited
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest.
Object
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern im aktuellen Knoten und in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Verhindert die Verarbeitung von Ereignis-Listenern in Knoten, die dem aktuellen Knoten im Ereignisablauf nachfolgen.
Event
 Inherited
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas.
Object
 Inherited
Gibt eine Zeichenfolge zurück, die alle Eigenschaften des Ereignisobjekts enthält.
Event
 Inherited
Gibt den Grundwert des angegebenen Objekts zurück.
Object
Öffentliche Konstanten
 KonstanteDefiniert von
  ACTION_DEFAULT : String = "defaultAction"
[statisch] This constant specifies the default action to be taken on the asset
AssetActionEvent
  ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific"
[statisch] This constant specifies the default action to be taken in the version browser for that asset
AssetActionEvent
  ACTION_DEPENDENCY_BROWSER : String = "ViewDependency"
[statisch] Dependency/Relationship action name.
AssetActionEvent
  ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport"
[statisch] This constant specifies that report action on Dependency Browser needs to be performed.
AssetActionEvent
  ACTION_PUBLISH : String = "Publish"
[statisch] Publish action name.
AssetActionEvent
  ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish"
[statisch] This constant specifies that the publish action on Publish Browser needs to be performed.
AssetActionEvent
  ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport"
[statisch] This constant specifies that report action on Publish Browser needs to be performed.
AssetActionEvent
  ACTION_VERSION_HISTORY : String = "VersionHistory"
[statisch] Version History action name.
AssetActionEvent
  EVENT_ASSET_ACTION_CLICK : String = "assetActionClick"
[statisch] This constant specifies that an Asset has been clicked
AssetActionEvent
  EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged"
[statisch] This constant specifies that an actions associated with an asset has changed
AssetActionEvent
  EVENT_CLOSE_RELATIONSHIP_BROWSER : String = "closeRelationshipBrowser"
[statisch] This constant specifies an action to close the relationship browser
AssetActionEvent
  EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor"
[statisch] This constant specifies an action to launch the editor
AssetActionEvent
  EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser"
[statisch] This constant specifies an action to open the activation browser
AssetActionEvent
  EVENT_OPEN_COMPOSER_BROWSER : String = "openComposerBrowser"
[statisch] This constant specifies an action to open the composer browser
AssetActionEvent
  EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser"
[statisch] This constant specifies an action to open the relationship browser
AssetActionEvent
Eigenschaftendetails

actionItems

Eigenschaft
actionItems:Array  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Selected Itmes on which action is taken



Implementierung
    public function get actionItems():Array

actionName

Eigenschaft 
actionName:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Name of the action



Implementierung
    public function get actionName():String

assetType

Eigenschaft 
assetType:String  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Type of asset on which action is taken



Implementierung
    public function get assetType():String

creationDate

Eigenschaft 
creationDate:Date  [schreibgeschützt]

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Date of the asset on which action should be taken. Used only in case of Version History Browser.



Implementierung
    public function get creationDate():Date
Konstruktordetails

AssetActionEvent

()Konstruktor
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Constructor

Parameter
actionName:String — Name of the action
 
actionItems:Array — Selected Itmes on which action is taken
 
vAssetType:String — Type of asset on which action is taken
 
type:String (default = NaN) — Type of Event. Defaults to EVENT_ASSET_ACTION_CLICK
 
creationDate:Date (default = null) — Version of asset on which action should be taken. Mostly null. Useful only in case of Version Pod History.
Konstantendetails

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 to be taken on the asset

ACTION_DEFAULT_VERSION_SPECIFIC

Konstante 
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"

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 to be taken in the version browser for that asset

ACTION_DEPENDENCY_BROWSER

Konstante 
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Dependency/Relationship action name. If you need an action to work as dependency action give it this name.

ACTION_DEPENDENCY_BROWSER_REPORT

Konstante 
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This constant specifies that report action on Dependency Browser needs to be performed.

ACTION_PUBLISH

Konstante 
public static const ACTION_PUBLISH:String = "Publish"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Publish action name. If you need an action to work as publish action give it this name.

ACTION_PUBLISH_BROWSER_PUBLISH

Konstante 
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"

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 publish action on Publish Browser needs to be performed.

ACTION_PUBLISH_BROWSER_REPORT

Konstante 
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This constant specifies that report action on Publish Browser needs to be performed.

ACTION_VERSION_HISTORY

Konstante 
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

Version History action name. If you need an action to work as version history action give it this name.

EVENT_ASSET_ACTION_CLICK

Konstante 
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This constant specifies that an Asset has been clicked

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 specifies that an actions associated with an asset has changed

EVENT_CLOSE_RELATIONSHIP_BROWSER

Konstante 
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to close the relationship browser

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 specifies an action 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 action to open the activation browser

EVENT_OPEN_COMPOSER_BROWSER

Konstante 
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Experience Services - Content 10
Laufzeitversionen: Flash Player 10.2, AIR (unsupported)

This constant specifies an action to open the composer 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 action to open the relationship browser





[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.