Paket | com.adobe.ep.ux.content.event |
Klass | public class AssetActionEvent |
Arv | AssetActionEvent FlexEvent Event Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Egenskap | Definieras med | ||
---|---|---|---|
actionItems : Array [skrivskyddad]
Selected Itmes on which action is taken
| AssetActionEvent | ||
actionName : String [skrivskyddad]
Name of the action
| AssetActionEvent | ||
assetType : String [skrivskyddad]
Type of asset on which action is taken
| AssetActionEvent | ||
bubbles : Boolean [skrivskyddad]
indikerar om händelsen är en bubblande händelse. | Event | ||
cancelable : Boolean [skrivskyddad]
Indikerar om beteendet som är kopplat till händelsen kan förhindras. | Event | ||
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
creationDate : Date [skrivskyddad]
Date of the asset on which action should be taken. | AssetActionEvent | ||
currentTarget : Object [skrivskyddad]
Det objekt som aktivt behandlar Event-objektet med en händelseavlyssnare. | Event | ||
eventPhase : uint [skrivskyddad]
Den nuvarande fasen i händelseflödet. | Event | ||
target : Object [skrivskyddad]
Händelsens mål. | Event | ||
type : String [skrivskyddad]
Händelsens typ. | Event |
Metod | Definieras med | ||
---|---|---|---|
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
| AssetActionEvent | ||
Skapar ett duplikat av en instans av en Event-underklass. | Event | ||
Ett verktyg som används för att implementera metoden toString() i de anpassade klasserna ActionScript 3.0. | Event | ||
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Kontrollerar om preventDefault()-metoden har anropats för händelsen. | Event | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Avbryter en händelses standardbeteende om det beteendet kan avbrytas. | Event | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Förhindrar behandling av händelsehanterare i den aktuella noden och alla noder som följer den aktuella noden i händelseflödet. | Event | ||
Förhindrar behandling av händelsehanterare i noder som följer den aktuella noden i händelseflödet. | Event | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar en sträng som innehåller alla egenskaper i Event-objektet. | Event | ||
Returnerar det angivna objektets primitiva värde. | Object |
Konstant | Definieras med | ||
---|---|---|---|
ACTION_DEFAULT : String = "defaultAction" [statisk]
This constant specifies the default action to be taken on the asset
| AssetActionEvent | ||
ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific" [statisk]
This constant specifies the default action to be taken in the version browser for that asset
| AssetActionEvent | ||
ACTION_DEPENDENCY_BROWSER : String = "ViewDependency" [statisk]
Dependency/Relationship action name. | AssetActionEvent | ||
ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport" [statisk]
This constant specifies that report action on Dependency Browser needs to be performed. | AssetActionEvent | ||
ACTION_PUBLISH : String = "Publish" [statisk]
Publish action name. | AssetActionEvent | ||
ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish" [statisk]
This constant specifies that the publish action on Publish Browser needs to be performed. | AssetActionEvent | ||
ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport" [statisk]
This constant specifies that report action on Publish Browser needs to be performed. | AssetActionEvent | ||
ACTION_VERSION_HISTORY : String = "VersionHistory" [statisk]
Version History action name. | AssetActionEvent | ||
EVENT_ASSET_ACTION_CLICK : String = "assetActionClick" [statisk]
This constant specifies that an Asset has been clicked
| AssetActionEvent | ||
EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged" [statisk]
This constant specifies that an actions associated with an asset has changed
| AssetActionEvent | ||
EVENT_CLOSE_RELATIONSHIP_BROWSER : String = "closeRelationshipBrowser" [statisk]
This constant specifies an action to close the relationship browser
| AssetActionEvent | ||
EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor" [statisk]
This constant specifies an action to launch the editor
| AssetActionEvent | ||
EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser" [statisk]
This constant specifies an action to open the activation browser
| AssetActionEvent | ||
EVENT_OPEN_COMPOSER_BROWSER : String = "openComposerBrowser" [statisk]
This constant specifies an action to open the composer browser
| AssetActionEvent | ||
EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser" [statisk]
This constant specifies an action to open the relationship browser
| AssetActionEvent |
actionItems | egenskap |
actionItems:Array
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Selected Itmes on which action is taken
Implementering
public function get actionItems():Array
actionName | egenskap |
assetType | egenskap |
creationDate | egenskap |
creationDate:Date
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Date of the asset on which action should be taken. Used only in case of Version History Browser.
Implementering
public function get creationDate():Date
AssetActionEvent | () | Konstruktor |
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
Constructor
ParametraractionName: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 | Konstant |
public static const ACTION_DEFAULT:String = "defaultAction"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies the default action to be taken on the asset
ACTION_DEFAULT_VERSION_SPECIFIC | Konstant |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Dependency Browser needs to be performed.
ACTION_PUBLISH | Konstant |
public static const ACTION_PUBLISH:String = "Publish"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that the publish action on Publish Browser needs to be performed.
ACTION_PUBLISH_BROWSER_REPORT | Konstant |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Publish Browser needs to be performed.
ACTION_VERSION_HISTORY | Konstant |
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | 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 | Konstant |
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an Asset has been clicked
EVENT_ASSET_ACTIONS_CHANGE | Konstant |
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an actions associated with an asset has changed
EVENT_CLOSE_RELATIONSHIP_BROWSER | Konstant |
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to close the relationship browser
EVENT_LAUNCH_EDITOR_WINDOW | Konstant |
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to launch the editor
EVENT_OPEN_ACTIVATION_BROWSER | Konstant |
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the activation browser
EVENT_OPEN_COMPOSER_BROWSER | Konstant |
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the composer browser
EVENT_OPEN_RELATIONSHIP_BROWSER | Konstant |
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Körningsmiljöversioner: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the relationship browser
Tue Jun 12 2018, 01:40 PM Z