Paket | com.adobe.ep.ux.content.event |
Sınıf | public class AssetActionEvent |
Miras Alma | AssetActionEvent FlexEvent Event Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Özellik | Tanımlayan: | ||
---|---|---|---|
actionItems : Array [salt okunur]
Selected Itmes on which action is taken
| AssetActionEvent | ||
actionName : String [salt okunur]
Name of the action
| AssetActionEvent | ||
assetType : String [salt okunur]
Type of asset on which action is taken
| AssetActionEvent | ||
bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | ||
cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | ||
constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | ||
creationDate : Date [salt okunur]
Date of the asset on which action should be taken. | AssetActionEvent | ||
currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | ||
eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Yöntem | Tanımlayan: | ||
---|---|---|---|
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
| AssetActionEvent | ||
Event alt sınıfının bir örneğini çoğaltır. | Event | ||
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Sabit | Tanımlayan: | ||
---|---|---|---|
ACTION_DEFAULT : String = "defaultAction" [statik]
This constant specifies the default action to be taken on the asset
| AssetActionEvent | ||
ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific" [statik]
This constant specifies the default action to be taken in the version browser for that asset
| AssetActionEvent | ||
ACTION_DEPENDENCY_BROWSER : String = "ViewDependency" [statik]
Dependency/Relationship action name. | AssetActionEvent | ||
ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport" [statik]
This constant specifies that report action on Dependency Browser needs to be performed. | AssetActionEvent | ||
ACTION_PUBLISH : String = "Publish" [statik]
Publish action name. | AssetActionEvent | ||
ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish" [statik]
This constant specifies that the publish action on Publish Browser needs to be performed. | AssetActionEvent | ||
ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport" [statik]
This constant specifies that report action on Publish Browser needs to be performed. | AssetActionEvent | ||
ACTION_VERSION_HISTORY : String = "VersionHistory" [statik]
Version History action name. | AssetActionEvent | ||
EVENT_ASSET_ACTION_CLICK : String = "assetActionClick" [statik]
This constant specifies that an Asset has been clicked
| AssetActionEvent | ||
EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged" [statik]
This constant specifies that an actions associated with an asset has changed
| AssetActionEvent | ||
EVENT_CLOSE_RELATIONSHIP_BROWSER : String = "closeRelationshipBrowser" [statik]
This constant specifies an action to close the relationship browser
| AssetActionEvent | ||
EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor" [statik]
This constant specifies an action to launch the editor
| AssetActionEvent | ||
EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser" [statik]
This constant specifies an action to open the activation browser
| AssetActionEvent | ||
EVENT_OPEN_COMPOSER_BROWSER : String = "openComposerBrowser" [statik]
This constant specifies an action to open the composer browser
| AssetActionEvent | ||
EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser" [statik]
This constant specifies an action to open the relationship browser
| AssetActionEvent |
actionItems | özellik |
actionName | özellik |
assetType | özellik |
creationDate | özellik |
creationDate:Date
[salt okunur] Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Date of the asset on which action should be taken. Used only in case of Version History Browser.
Uygulama
public function get creationDate():Date
AssetActionEvent | () | Yapıcı |
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
Constructor
ParametreleractionName: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 | Sabit |
public static const ACTION_DEFAULT:String = "defaultAction"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies the default action to be taken on the asset
ACTION_DEFAULT_VERSION_SPECIFIC | Sabit |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Dependency Browser needs to be performed.
ACTION_PUBLISH | Sabit |
public static const ACTION_PUBLISH:String = "Publish"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that the publish action on Publish Browser needs to be performed.
ACTION_PUBLISH_BROWSER_REPORT | Sabit |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Publish Browser needs to be performed.
ACTION_VERSION_HISTORY | Sabit |
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an Asset has been clicked
EVENT_ASSET_ACTIONS_CHANGE | Sabit |
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an actions associated with an asset has changed
EVENT_CLOSE_RELATIONSHIP_BROWSER | Sabit |
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to close the relationship browser
EVENT_LAUNCH_EDITOR_WINDOW | Sabit |
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to launch the editor
EVENT_OPEN_ACTIVATION_BROWSER | Sabit |
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the activation browser
EVENT_OPEN_COMPOSER_BROWSER | Sabit |
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the composer browser
EVENT_OPEN_RELATIONSHIP_BROWSER | Sabit |
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Çalışma Zamanı Sürümleri: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the relationship browser
Tue Jun 12 2018, 01:09 PM Z