Pakket | com.adobe.ep.ux.content.event |
Klasse | public class AssetActionEvent |
Overerving | AssetActionEvent FlexEvent Event Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
actionItems : Array [alleen-lezen]
Selected Itmes on which action is taken
| AssetActionEvent | ||
actionName : String [alleen-lezen]
Name of the action
| AssetActionEvent | ||
assetType : String [alleen-lezen]
Type of asset on which action is taken
| AssetActionEvent | ||
bubbles : Boolean [alleen-lezen]
Geeft aan of een gebeurtenis een terugkoppelgebeurtenis is. | Event | ||
cancelable : Boolean [alleen-lezen]
Geeft aan of het gedrag dat aan deze gebeurtenis is gekoppeld, kan worden voorkomen. | Event | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
creationDate : Date [alleen-lezen]
Date of the asset on which action should be taken. | AssetActionEvent | ||
currentTarget : Object [alleen-lezen]
Het object dat het gebeurtenisobject actief verwerkt met een gebeurtenislistener. | Event | ||
eventPhase : uint [alleen-lezen]
De huidige fase in de gebeurtenisstroom. | Event | ||
target : Object [alleen-lezen]
Doel van gebeurtenis. | Event | ||
type : String [alleen-lezen]
Het type gebeurtenis. | Event |
Methode | Gedefinieerd door | ||
---|---|---|---|
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
| AssetActionEvent | ||
Dupliceert een instantie van een subklasse Event. | Event | ||
Een hulpprogrammafunctie voor de implementatie van de methode toString() in aangepaste ActionScript 3.0-Event-klassen. | Event | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Controleert of de methode preventDefault() is aangeroepen voor de gebeurtenis. | Event | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Annuleert het standaardgedrag van een gebeurtenis wanneer dat gedrag kan worden geannuleerd. | Event | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Voorkomt het verwerken van gebeurtenislisteners in het huidige knooppunt en volgende knooppunten in de gebeurtenisstroom. | Event | ||
Voorkomt het verwerken van gebeurtenislisteners in knooppunten die volgen op het huidige knooppunt in de gebeurtenisstroom. | Event | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeks die alle eigenschappen van het Event-object bevat. | Event | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
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 |
actionItems | eigenschap |
actionName | eigenschap |
assetType | eigenschap |
creationDate | eigenschap |
creationDate:Date
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Date of the asset on which action should be taken. Used only in case of Version History Browser.
Implementatie
public function get creationDate():Date
AssetActionEvent | () | Constructor |
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Constructor
ParametersactionName: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.
|
ACTION_DEFAULT | Constante |
public static const ACTION_DEFAULT:String = "defaultAction"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies the default action to be taken on the asset
ACTION_DEFAULT_VERSION_SPECIFIC | Constante |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | 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 | Constante |
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | 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 | Constante |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Dependency Browser needs to be performed.
ACTION_PUBLISH | Constante |
public static const ACTION_PUBLISH:String = "Publish"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | 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 | Constante |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that the publish action on Publish Browser needs to be performed.
ACTION_PUBLISH_BROWSER_REPORT | Constante |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Publish Browser needs to be performed.
ACTION_VERSION_HISTORY | Constante |
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | 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 | Constante |
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an Asset has been clicked
EVENT_ASSET_ACTIONS_CHANGE | Constante |
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an actions associated with an asset has changed
EVENT_CLOSE_RELATIONSHIP_BROWSER | Constante |
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to close the relationship browser
EVENT_LAUNCH_EDITOR_WINDOW | Constante |
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to launch the editor
EVENT_OPEN_ACTIVATION_BROWSER | Constante |
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the activation browser
EVENT_OPEN_COMPOSER_BROWSER | Constante |
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the composer browser
EVENT_OPEN_RELATIONSHIP_BROWSER | Constante |
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the relationship browser
Wed Jun 13 2018, 11:42 AM Z