適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.ep.ux.content.handlers 

IAssetHandler  - AS3 ADEP Content

套件com.adobe.ep.ux.content.handlers
介面public interface IAssetHandler extends IEventDispatcher
實作者 BaseAssetHandler, CategoryHandler, ConditionHandler, DataDictionaryHandler, FragmentLayoutHandler, ImageHandler, LayoutHandler, LetterHandler, ListHandler, PermissionBasedAssetHandler, TextHandler

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

Interface to be implemented by the component who wants to introduce a new Asset or write a custom handler for an existing asset type



公用屬性
 屬性定義自
  assetActions : IList
returns the list of Actions associated with the asset handled by this handler
IAssetHandler
  selectedAssets : Array
returns the array of currently selected assets
IAssetHandler
公用方法
 方法定義自
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
IEventDispatcher
 Inherited
會將事件傳送到事件流程。
IEventDispatcher
  
returns the asset type associated with the asset.
IAssetHandler
  
Called when a user clicks on an action associated with a asset type.
IAssetHandler
 Inherited
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
IEventDispatcher
  
initialize the Handler.
IAssetHandler
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 EventDispatcher 物件移除偵聽程式。
IEventDispatcher
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
IEventDispatcher
屬性詳細資訊

assetActions

屬性
assetActions:IList

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

returns the list of Actions associated with the asset handled by this handler



實作
    public function get assetActions():IList
    public function set assetActions(value:IList):void

selectedAssets

屬性 
selectedAssets:Array

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

returns the array of currently selected assets



實作
    public function get selectedAssets():Array
    public function set selectedAssets(value:Array):void
方法詳細資訊

getAssetType

()方法
public function getAssetType():String

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

returns the asset type associated with the asset.

傳回值
String — Type of asset associated with this handler

handleAction

()方法 
public function handleAction(action:AssetActionEvent):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

Called when a user clicks on an action associated with a asset type.

參數

action:AssetActionEvent — The action associated with the asset

initialize

()方法 
public function initialize():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Experience Services - Content 10
執行階段版本: Flash Player 10.2, AIR (unsupported)

initialize the Handler. Called when AssetHandlerRegistry is started.





[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。