Paket | com.adobe.icc.editors.handlers |
Klasse | public class CategoryHandler |
Vererbung | CategoryHandler EventDispatcher Object |
Implementiert | IAssetHandler |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Eigenschaft | Definiert von | ||
---|---|---|---|
assetActions : IList
The list of AssetAction objects maintained by this handler. | CategoryHandler | ||
constructor : Object
Ein Verweis auf das Klassenobjekt oder die Konstruktorfunktion für eine angegebene Objektinstanz. | Object | ||
currentAction : AssetAction
The action that the handler is currently executing. | CategoryHandler | ||
selectedAssets : Array
The array of category value objects currently selected by the user. | CategoryHandler | ||
workingAsset : CategoryModel
The Category Domain Object that the handler is currently working with. | CategoryHandler |
Methode | Definiert von | ||
---|---|---|---|
Constructor. | CategoryHandler | ||
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. | CategoryHandler | ||
This method is invoked by the asset manager framework whenever user requests an action
on an object of type category. | CategoryHandler | ||
Ü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. | CategoryHandler | ||
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 | ||
---|---|---|---|
Called internally when this handler is handling an action of type Create. | CategoryHandler | ||
Called internally when this handler is handling an action of type Delete. | CategoryHandler | ||
Called internally when this handler is handling an action of type Edit. | CategoryHandler | ||
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid. | CategoryHandler | ||
Called internally when this handler is handling an action of type View. | CategoryHandler |
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 an handling of an action is complete. | CategoryHandler | |||
assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets. | CategoryHandler | |||
[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. | CategoryHandler |
Konstante | Definiert von | ||
---|---|---|---|
ACTION_CREATE : String = "Create" [statisch]
Constant for the name of the action related to creation of an asset. | CategoryHandler | ||
ACTION_DELETE : String = "Delete" [statisch]
Constant for the name of the action related to deletion of an asset. | CategoryHandler | ||
ACTION_EDIT : String = "Edit" [statisch]
Constant for the name of the action related to editing of an asset. | CategoryHandler | ||
ACTION_VIEW : String = "View" [statisch]
Constant for the name of the action related to viewing of an asset. | CategoryHandler | ||
ACTION_VIEW_DEPENDENCY : String = "ViewDependency" [statisch]
Constant for the name of the action related to view dependencies of an asset. | CategoryHandler | ||
ASSET_TYPE : String = "Category" [statisch]
Constant for the Asset Type handled by this handler. | CategoryHandler |
assetActions | Eigenschaft |
assetActions:IList
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
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
currentAction | Eigenschaft |
currentAction:AssetAction
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The action that the handler is currently executing. This is useful in cases when the editor needs to know the action that the working asset is being acted upon. For instance, the editor might need to disable some of the fields if it is a view action.
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 currentAction():AssetAction
public function set currentAction(value:AssetAction):void
selectedAssets | Eigenschaft |
selectedAssets:Array
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The array of category 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 category.
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
workingAsset | Eigenschaft |
workingAsset:CategoryModel
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
The Category Domain Object that the handler is currently working with. The handler creates this domain object from the shallow value object that it receives from the asset manager framework. The working asset is used by the asset editor to display the asset to the user in a desired presentation format.
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 workingAsset():CategoryModel
public function set workingAsset(value:CategoryModel):void
CategoryHandler | () | Konstruktor |
public function CategoryHandler()
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constructor.
createCategory | () | Methode |
protected function createCategory():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Create. The default implementation creates a new category domain object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the creation behavior of this handler. For instance, if creation requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.
deleteCategories | () | Methode |
protected function deleteCategories(showWaring:Boolean = true):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Delete. The default implementation iteratively deletes all the selected category value objects. A confirmation Alert dialog is shown to the user but can be curbed by setting the showWarning flag value to false. Deletion does not require creation of a domain object. Hence, the delete action has no impact on the value of working asset. Moreover, the launchEditor event is never dispatched while handling the delete action.
Parameter
showWaring:Boolean (default = true ) — Should the warning dialog be shown before deleting the Category.
|
editCategory | () | Methode |
protected function editCategory():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type Edit. The default implementation creates a new category domain object from the selected category value object.
getAssetType | () | Methode |
public function getAssetType():String
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
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“ 9.5 |
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 category. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createLayout(), editLayout() etc.
Parameter
event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework
|
handleDefaultAction | () | Methode |
protected function handleDefaultAction(event:AssetActionEvent):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid. If user has edit permission, then asset is opened in edit mode. otherwise if user has view peermission then asset is opened in view mode.
Parameter
event:AssetActionEvent — AssetActionEvent containing the action information.
|
initialize | () | Methode |
public function initialize():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called by the asset manager framework giving the handlers a chance to initialize themselves.
viewCategory | () | Methode |
protected function viewCategory():void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Called internally when this handler is handling an action of type View. The default implementation creates a new category domain object from the selected category value object, assigns it as the working asset and dispatches the launchEditor event so that the framework can display the editor window to the user. This method can be extended to override the "view" behavior of this handler. For instance, if viewing action requires some preprocessing or some checks that need to be made, the same can be done by overriding this method.
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“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Dispatched when an 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“ 9.5 |
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_CREATE | Konstante |
public static const ACTION_CREATE:String = "Create"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to creation of an asset.
ACTION_DELETE | Konstante |
public static const ACTION_DELETE:String = "Delete"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to deletion of an asset.
ACTION_EDIT | Konstante |
public static const ACTION_EDIT:String = "Edit"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to editing of an asset.
ACTION_VIEW | Konstante |
public static const ACTION_VIEW:String = "View"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the name of the action related to viewing of an asset.
ACTION_VIEW_DEPENDENCY | Konstante |
public static const ACTION_VIEW_DEPENDENCY:String = "ViewDependency"
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 view dependencies of an asset.
ASSET_TYPE | Konstante |
public static const ASSET_TYPE:String = "Category"
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 9.5 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Constant for the Asset Type handled by this handler.
Tue Jun 12 2018, 10:04 AM Z