패키지 | com.adobe.ep.ux.content.event |
클래스 | public class AssetActionEvent |
상속 | AssetActionEvent FlexEvent Event Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
속성 | 정의 주체 | ||
---|---|---|---|
actionItems : Array [읽기 전용]
Selected Itmes on which action is taken
| AssetActionEvent | ||
actionName : String [읽기 전용]
Name of the action
| AssetActionEvent | ||
assetType : String [읽기 전용]
Type of asset on which action is taken
| AssetActionEvent | ||
bubbles : Boolean [읽기 전용]
이벤트가 버블링 이벤트인지 여부를 나타냅니다. | Event | ||
cancelable : Boolean [읽기 전용]
해당 이벤트와 연관된 비헤이비어를 차단할 수 있는지 여부를 나타냅니다. | Event | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
creationDate : Date [읽기 전용]
Date of the asset on which action should be taken. | AssetActionEvent | ||
currentTarget : Object [읽기 전용]
이벤트 리스너를 통해 Event 객체를 처리하고 있는 객체입니다. | Event | ||
eventPhase : uint [읽기 전용]
이벤트 흐름에서 현재 단계입니다. | Event | ||
target : Object [읽기 전용]
이벤트 대상입니다. | Event | ||
type : String [읽기 전용]
이벤트 유형입니다. | Event |
메서드 | 정의 주체 | ||
---|---|---|---|
AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
Constructor
| AssetActionEvent | ||
Event 하위 클래스의 인스턴스를 복제합니다. | Event | ||
사용자 정의 ActionScript 3.0 Event 클래스에서 toString() 메서드를 구현하기 위한 유틸리티 함수입니다. | Event | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
이벤트에서 preventDefault() 메서드가 호출되었는지 여부를 확인합니다. | Event | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
이벤트의 기본 비헤이비어를 취소할 수 있는 경우, 그 비헤이비어를 취소합니다. | Event | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
이벤트 흐름에서 현재 노드 및 그 후속 노드에 있는 모든 이벤트 리스너가 처리되지 않도록 합니다. | Event | ||
이벤트 흐름에서 현재 노드의 후속 노드에 있는 모든 이벤트 리스너가 처리되지 않도록 합니다. | Event | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
Event 객체의 속성이 모두 포함된 문자열을 반환합니다. | Event | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object |
상수 | 정의 주체 | ||
---|---|---|---|
ACTION_DEFAULT : String = "defaultAction" [정적]
This constant specifies the default action to be taken on the asset
| AssetActionEvent | ||
ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific" [정적]
This constant specifies the default action to be taken in the version browser for that asset
| AssetActionEvent | ||
ACTION_DEPENDENCY_BROWSER : String = "ViewDependency" [정적]
Dependency/Relationship action name. | AssetActionEvent | ||
ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport" [정적]
This constant specifies that report action on Dependency Browser needs to be performed. | AssetActionEvent | ||
ACTION_PUBLISH : String = "Publish" [정적]
Publish action name. | AssetActionEvent | ||
ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish" [정적]
This constant specifies that the publish action on Publish Browser needs to be performed. | AssetActionEvent | ||
ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport" [정적]
This constant specifies that report action on Publish Browser needs to be performed. | AssetActionEvent | ||
ACTION_VERSION_HISTORY : String = "VersionHistory" [정적]
Version History action name. | AssetActionEvent | ||
EVENT_ASSET_ACTION_CLICK : String = "assetActionClick" [정적]
This constant specifies that an Asset has been clicked
| AssetActionEvent | ||
EVENT_ASSET_ACTIONS_CHANGE : String = "assetActionsChanged" [정적]
This constant specifies that an actions associated with an asset has changed
| AssetActionEvent | ||
EVENT_CLOSE_RELATIONSHIP_BROWSER : String = "closeRelationshipBrowser" [정적]
This constant specifies an action to close the relationship browser
| AssetActionEvent | ||
EVENT_LAUNCH_EDITOR_WINDOW : String = "launchEditor" [정적]
This constant specifies an action to launch the editor
| AssetActionEvent | ||
EVENT_OPEN_ACTIVATION_BROWSER : String = "openActivationBrowser" [정적]
This constant specifies an action to open the activation browser
| AssetActionEvent | ||
EVENT_OPEN_COMPOSER_BROWSER : String = "openComposerBrowser" [정적]
This constant specifies an action to open the composer browser
| AssetActionEvent | ||
EVENT_OPEN_RELATIONSHIP_BROWSER : String = "openRelationshipBrowser" [정적]
This constant specifies an action to open the relationship browser
| AssetActionEvent |
actionItems | 속성 |
actionName | 속성 |
assetType | 속성 |
creationDate | 속성 |
creationDate:Date
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Date of the asset on which action should be taken. Used only in case of Version History Browser.
구현
public function get creationDate():Date
AssetActionEvent | () | 생성자 |
public function AssetActionEvent(actionName:String, actionItems:Array, vAssetType:String, type:String, creationDate:Date = null)
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
Constructor
매개 변수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.
|
ACTION_DEFAULT | 상수 |
public static const ACTION_DEFAULT:String = "defaultAction"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies the default action to be taken on the asset
ACTION_DEFAULT_VERSION_SPECIFIC | 상수 |
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | 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 | 상수 |
public static const ACTION_DEPENDENCY_BROWSER:String = "ViewDependency"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | 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 | 상수 |
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Dependency Browser needs to be performed.
ACTION_PUBLISH | 상수 |
public static const ACTION_PUBLISH:String = "Publish"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | 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 | 상수 |
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that the publish action on Publish Browser needs to be performed.
ACTION_PUBLISH_BROWSER_REPORT | 상수 |
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that report action on Publish Browser needs to be performed.
ACTION_VERSION_HISTORY | 상수 |
public static const ACTION_VERSION_HISTORY:String = "VersionHistory"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | 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 | 상수 |
public static const EVENT_ASSET_ACTION_CLICK:String = "assetActionClick"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an Asset has been clicked
EVENT_ASSET_ACTIONS_CHANGE | 상수 |
public static const EVENT_ASSET_ACTIONS_CHANGE:String = "assetActionsChanged"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies that an actions associated with an asset has changed
EVENT_CLOSE_RELATIONSHIP_BROWSER | 상수 |
public static const EVENT_CLOSE_RELATIONSHIP_BROWSER:String = "closeRelationshipBrowser"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to close the relationship browser
EVENT_LAUNCH_EDITOR_WINDOW | 상수 |
public static const EVENT_LAUNCH_EDITOR_WINDOW:String = "launchEditor"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to launch the editor
EVENT_OPEN_ACTIVATION_BROWSER | 상수 |
public static const EVENT_OPEN_ACTIVATION_BROWSER:String = "openActivationBrowser"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the activation browser
EVENT_OPEN_COMPOSER_BROWSER | 상수 |
public static const EVENT_OPEN_COMPOSER_BROWSER:String = "openComposerBrowser"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the composer browser
EVENT_OPEN_RELATIONSHIP_BROWSER | 상수 |
public static const EVENT_OPEN_RELATIONSHIP_BROWSER:String = "openRelationshipBrowser"
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
런타임 버전: | Flash Player 10.2, AIR (unsupported) |
This constant specifies an action to open the relationship browser
Tue Jun 12 2018, 03:17 PM Z