Paket | com.adobe.icc.editors.handlers |
Klasse | public class BaseAssetHandler |
Vererbung | BaseAssetHandler EventDispatcher Object |
Implementiert | IAssetHandler |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Eigenschaft | Definiert von | ||
---|---|---|---|
assetActions : IList
The list of AssetAction objects maintained by this handler. | BaseAssetHandler | ||
assetType : String
The type of asset being handled by this handler. | BaseAssetHandler | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
selectedAssets : Array
The array of text value objects currently selected by the user. | BaseAssetHandler |
Methode | Definiert von | ||
---|---|---|---|
BaseAssetHandler(assetType:String)
Constructor. | BaseAssetHandler | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registriert ein Ereignis-Listener-Objekt bei einem EventDispatcher-Objekt, sodass der Listener über ein Ereignis benachrichtigt wird. | EventDispatcher | ||
Sendet ein Ereignis in den Ereignisablauf. | EventDispatcher | ||
Returns the asset type handled by this handler. | BaseAssetHandler | ||
This method is invoked by the asset manager framework whenever user requests an action
on an object of type dataModule and then it delegates call to its respective handler. | BaseAssetHandler | ||
Überprüft, ob das EventDispatcher-Objekt Listener für einen bestimmten Ereignistyp registriert hat. | EventDispatcher | ||
Gibt an, ob für ein Objekt eine bestimmte Eigenschaft definiert wurde. | Object | ||
Called by the asset manager framework giving the handlers a chance to initialize themselves. | BaseAssetHandler | ||
Gibt an, ob eine Instanz der Object-Klasse in der Prototypkette des Objekts vorhanden ist, das als Parameter angegeben wurde. | Object | ||
Gibt an, ob die angegebene Eigenschaft vorhanden ist und durchlaufen werden kann. | Object | ||
Entfernt einen Listener aus dem EventDispatcher-Objekt. | EventDispatcher | ||
Legt die Verfügbarkeit einer dynamischen Eigenschaft für Schleifenoperationen fest. | Object | ||
Gibt die Stringdarstellung dieses Objekts zurück, formatiert entsprechend den Konventionen des Gebietsschemas. | Object | ||
Gibt das angegebene Objekt als String zurück. | Object | ||
Gibt den Grundwert des angegebenen Objekts zurück. | Object | ||
Überprüft, ob bei diesem EventDispatcher-Objekt oder bei einem seiner Vorgänger ein Ereignis-Listener für einen bestimmten Ereignistyp registriert ist. | EventDispatcher |
Methode | Definiert von | ||
---|---|---|---|
Dispatch Asset Action Event thrown by the export manager so that i could be listened
in the Amapplication.as
| BaseAssetHandler | ||
Called internally when this handler is handling an action of type ExportPackage. | BaseAssetHandler | ||
Called internally when this handler is handling an action of type ImportPackage. | BaseAssetHandler |
Ereignis | Übersicht | Definiert von | ||
---|---|---|---|---|
[broadcast event] Wird ausgelöst, wenn Flash Player oder eine AIR-Anwendung den Betriebssystemfokus erhält und aktiv wird. | EventDispatcher | |||
Dispatched when the handling of an action is complete. | BaseAssetHandler | |||
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | BaseAssetHandler | |||
[broadcast event] Wird ausgelöst, wenn Flash Player- oder die AIR-Anwendung den Fokus verliert und inaktiv wird. | EventDispatcher | |||
Dispatched when an action handled by this handler requires an editor window to be launched. | BaseAssetHandler |
Konstante | Definiert von | ||
---|---|---|---|
ACTION_EXPORTPACKAGE : String = "ExportPackage" [statisch]
Constant for the name of the action related to exporting dependencies of an asset. | BaseAssetHandler | ||
ACTION_IMPORTPACKAGE : String = "ImportPackage" [statisch]
Constant for the name of the action related to importing dependencies of an asset. | BaseAssetHandler | ||
ASSET_TYPE : String = "Asset" [statisch]
Constant for the Asset Type handled by this handler. | BaseAssetHandler | ||
DATA_ASSET_TYPE : String = "DataModule" [statisch]
Constant for the Data Module handled by this handler
| BaseAssetHandler |
assetActions | Eigenschaft |
assetActions:IList
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The list of AssetAction objects maintained by this handler. This list is used by the asset manager framework to determine which action to enable. The asset manager framework looks for the value of the enabled flag in the AssetAction object to determine the same and handler updates the flags everytime the list of selected assets changes.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get assetActions():IList
public function set assetActions(value:IList):void
assetType | Eigenschaft |
public var assetType:String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The type of asset being handled by this handler.
selectedAssets | Eigenschaft |
selectedAssets:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The array of text value objects currently selected by the user. This is set by the asset manager framework everytime a user selects or deselects an item of type text.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get selectedAssets():Array
public function set selectedAssets(value:Array):void
BaseAssetHandler | () | Konstruktor |
getAssetType | () | Methode |
public function getAssetType():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Returns the asset type handled by this handler. This is used by the asset manager framework to route actions to appropriate handlers.
RückgabewerteString — the asset type handled by this handler
|
handleAction | () | Methode |
public function handleAction(event:AssetActionEvent):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
This method is invoked by the asset manager framework whenever user requests an action on an object of type dataModule and then it delegates call to its respective handler. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createImage(), editImage() etc.
Parameter
event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework
|
handleImportManagerPopUp | () | Methode |
protected function handleImportManagerPopUp(event:AssetActionEvent):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Dispatch Asset Action Event thrown by the export manager so that i could be listened in the Amapplication.as
Parameter
event:AssetActionEvent — AssetActionEvent containing information about the import action
|
initialize | () | Methode |
public function initialize():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called by the asset manager framework giving the handlers a chance to initialize themselves.
launchExportPopUp | () | Methode |
protected function launchExportPopUp():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type ExportPackage. This method launches the export Pop up to display all the assets to be exported .
launchImportPopUp | () | Methode |
protected function launchImportPopUp():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type ImportPackage. This method launches the import Pop up to display all the assets to be imported .
assetActionComplete | Ereignis |
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Eigenschaft AssetActionCompleteEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Dispatched when the handling of an action is complete. This can be used by the framework or the application to perform any additional activities e.g. display of a toast, alert box etc.
assetActionsChanged | Ereignis |
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
Eigenschaft AssetActionsChangeEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. It is redispatched by the AssetHandlerRegistry and finally handled by AssetManagerView
launchEditor | Ereignis |
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
Eigenschaft AssetActionEvent.type =
com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Dispatched when an action handled by this handler requires an editor window to be launched. Create/View/Edit/Copy are the actions that require displaying the editor window to the user.
ACTION_EXPORTPACKAGE | Konstante |
public static const ACTION_EXPORTPACKAGE:String = "ExportPackage"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to exporting dependencies of an asset.
ACTION_IMPORTPACKAGE | Konstante |
public static const ACTION_IMPORTPACKAGE:String = "ImportPackage"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to importing dependencies of an asset.
ASSET_TYPE | Konstante |
public static const ASSET_TYPE:String = "Asset"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the Asset Type handled by this handler.
DATA_ASSET_TYPE | Konstante |
public static const DATA_ASSET_TYPE:String = "DataModule"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the Data Module handled by this handler
Tue Jun 12 2018, 10:04 AM Z