Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
com.adobe.icc.editors.handlers 

FragmentLayoutHandler  - AS3 Asset Composer

Pacchettocom.adobe.icc.editors.handlers
Classepublic class FragmentLayoutHandler
EreditarietàFragmentLayoutHandler Inheritance EventDispatcher Inheritance Object
Implementa IAssetHandler

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

The Handler for the actions requested for asset of type FragmentLayout. Handlers are registered with the AssetHandlerRegistry and come into picture when an action is requested on assets that the handlers associate themselves with.



Proprietà pubbliche
 ProprietàDefinito da
  assetActions : IList
The list of AssetAction objects maintained by this handler.
FragmentLayoutHandler
 Inheritedconstructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto.
Object
  currentAction : AssetAction
The action that the handler is currently executing.
FragmentLayoutHandler
  selectedAssets : Array
The array of fragmentLayout value objects currently selected by the user.
FragmentLayoutHandler
  workingAsset : FragmentLayoutModel
The FragmentLayout Domain Object that the handler is currently working with.
FragmentLayoutHandler
Metodi pubblici
 MetodoDefinito da
  
Constructor.
FragmentLayoutHandler
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento.
EventDispatcher
 Inherited
Invia un evento nel flusso di eventi.
EventDispatcher
  
Returns the asset type handled by this handler.
FragmentLayoutHandler
  
This method is invoked by the asset manager framework whenever user requests an action on an object of type fragmentLayout.
FragmentLayoutHandler
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
EventDispatcher
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
  
Called by the asset manager framework giving the handlers a chance to initialize themselves.
FragmentLayoutHandler
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
  
Called internally when this handler is handling an action of type Publish.
FragmentLayoutHandler
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
EventDispatcher
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
EventDispatcher
Metodi protetti
 MetodoDefinito da
  
Called internally when this handler is handling an action of type Activate.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type Copy.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type Create.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type Delete.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type Edit.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type ExportDependencies.
FragmentLayoutHandler
  
handles the default Action(AssetActionEvent.ACTIN_DEFAULT) such as Item double click on search results grid.
FragmentLayoutHandler
  
Redispatching the asset action event to show the import Asset Popup
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type RevertToLastPublish.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type ExportPackage.
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type ImportPackage.
FragmentLayoutHandler
  
Called internally when this handler is handling action of type MarkForPublish This method modifies the state of asset to Ready to Publish .
FragmentLayoutHandler
  
Called internally when the user selects the button on the Revert To Last Publish Pop up .
FragmentLayoutHandler
  
Called internally when this handler is handling an action of type View.
FragmentLayoutHandler
Eventi
 Evento Riepilogo Definito da
 Inherited[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo.EventDispatcher
  Dispatched when an handling of an action is complete.FragmentLayoutHandler
  assetActionsChanged event is thrown by the Handler when the selected item in results viewer change and it updates the correct handler selected assets.FragmentLayoutHandler
 Inherited[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo.EventDispatcher
  Dispatched when an action handled by this handler requires an editor window to be launched.FragmentLayoutHandler
Costanti pubbliche
 CostanteDefinito da
  ACTION_ACTIVATE : String = "Activate"
[statico] Constant for the name of the action related to activation of an asset.
FragmentLayoutHandler
  ACTION_COPY : String = "Copy"
[statico] Constant for the name of the action related to copying of an asset.
FragmentLayoutHandler
  ACTION_CREATE : String = "Create"
[statico] Constant for the name of the action related to creation of an asset.
FragmentLayoutHandler
  ACTION_DEFAULT_VERSION_SPECIFIC : String = "defaultActionVersionSpecific"
[statico] Constant for the name of the action related to getting version history of an asset(dispatched by LCC).
FragmentLayoutHandler
  ACTION_DELETE : String = "Delete"
[statico] Constant for the name of the action related to deletion of an asset.
FragmentLayoutHandler
  ACTION_DEPENDENCY_BROWSER_REPORT : String = "actionDependencyBrowserReport"
[statico] Constant for the name of the action related to downloading dependency browser report.
FragmentLayoutHandler
  ACTION_EDIT : String = "Edit"
[statico] Constant for the name of the action related to editing of an asset.
FragmentLayoutHandler
  ACTION_EXPORTDEPENDENCY : String = "ExportDependencies"
[statico] Constant for the name of the action related to exporting dependencies of an asset.
FragmentLayoutHandler
  ACTION_EXPORTPACKAGE : String = "ExportPackage"
[statico] Constant for the name of the action related to exporting dependencies of an asset.
FragmentLayoutHandler
  ACTION_IMPORTPACKAGE : String = "ImportPackage"
[statico] Constant for the name of the action related to importing dependencies of an asset.
FragmentLayoutHandler
  ACTION_MARKFORPUBLISH : String = "MarkForPublish"
[statico] Constant for the name of the action related to markforpublish of an asset.
FragmentLayoutHandler
  ACTION_PUBLISH : String = "Publish"
[statico] Constant for the name of the action related to publishing of an asset.
FragmentLayoutHandler
  ACTION_PUBLISH_BROWSER_PUBLISH : String = "actionPublishBrowserPublish"
[statico] Constant for the name of the action related to publishing of an asset
FragmentLayoutHandler
  ACTION_PUBLISH_BROWSER_REPORT : String = "actionPublishBrowserReport"
[statico] Constant for the name of the action related to publishing report of an asset
FragmentLayoutHandler
  ACTION_REVERTTOLASTPUBLISH : String = "RevertToLastPublish"
[statico] Constant for the name of the action related to revert to last publish of an asset.
FragmentLayoutHandler
  ACTION_VERSIONHISTORY : String = "VersionHistory"
[statico] Constant for the name of the action related to getting version history of an asset.
FragmentLayoutHandler
  ACTION_VIEW : String = "View"
[statico] Constant for the name of the action related to viewing of an asset.
FragmentLayoutHandler
  ACTION_VIEW_DEPENDENCY : String = "ViewDependency"
[statico] Constant for the name of the action related to view dependencies of an asset.
FragmentLayoutHandler
  ASSET_TYPE : String = "FragmentLayout"
[statico] Constant for the Asset Type handled by this handler.
FragmentLayoutHandler
Descrizione delle proprietà

assetActions

proprietà
assetActions:IList

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get assetActions():IList
    public function set assetActions(value:IList):void

currentAction

proprietà 
currentAction:AssetAction

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get currentAction():AssetAction
    public function set currentAction(value:AssetAction):void

selectedAssets

proprietà 
selectedAssets:Array

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

The array of fragmentLayout 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 fragmentLayout.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get selectedAssets():Array
    public function set selectedAssets(value:Array):void

workingAsset

proprietà 
workingAsset:FragmentLayoutModel

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

The FragmentLayout 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.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get workingAsset():FragmentLayoutModel
    public function set workingAsset(value:FragmentLayoutModel):void
Descrizione della funzione di costruzione

FragmentLayoutHandler

()Funzione di costruzione
public function FragmentLayoutHandler()

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constructor.

Descrizione dei metodi

activateFragmentLayouts

()metodo
protected function activateFragmentLayouts():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type Activate. The default implementation iteratively activates all the selected fragmentLayout value objects. Activation does not require creation of a domain object. Hence, the activate action has no impact on the value of working asset. Moreover, the launchEditor event is never dispatched while handling the activate action.

copyFragmentLayout

()metodo 
protected function copyFragmentLayout():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type Copy. The default implementation creates a new fragmentLayout domain object from the selected fragmentLayout 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 "copy" 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.

createFragmentLayout

()metodo 
protected function createFragmentLayout():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type Create. The default implementation creates a new fragmentLayout 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.

deleteFragmentLayouts

()metodo 
protected function deleteFragmentLayouts(showWaring:Boolean = true):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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 fragmentLayout 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.

Parametri

showWaring:Boolean (default = true) — Should the warning be shown before deletion

editFragmentLayout

()metodo 
protected function editFragmentLayout():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type Edit. The default implementation creates a new fragmentLayout domain object from the selected fragmentLayout value object.

exportFragmentLayoutDependencies

()metodo 
protected function exportFragmentLayoutDependencies(fragment:FragmentLayout = null):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type ExportDependencies. The default implementation invokes a servlet that fetches the dependencies and exports an XML output. This method can be extended to override the "ExportDependencies" behavior of this handler. For instance, showing a grid that lists the dependent assets.

Parametri

fragment:FragmentLayout (default = null)FragmentLayout for which dependencies should be exported. if null, dependencies of the selected fragment is exported.

getAssetType

()metodo 
public function getAssetType():String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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.

Restituisce
String — the asset type handled by this handler

handleAction

()metodo 
public function handleAction(event:AssetActionEvent):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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 fragmentLayout. This method is called for all the actions requested by the user. The action handling is internally routed to the correcting templatized methods like createFragmentLayout(), editFragmentLayout() etc.

Parametri

event:AssetActionEvent — The event object of type AssetActionEvent that is raised by the asset manager framework

handleDefaultAction

()metodo 
protected function handleDefaultAction(event:AssetActionEvent):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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.

Parametri

event:AssetActionEventAssetActionEvent containing information about the action

handleImportManagerPopUp

()metodo 
protected function handleImportManagerPopUp(event:AssetActionEvent):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Redispatching the asset action event to show the import Asset Popup

Parametri

event:AssetActionEventAssetActionEvent containing Import action information

handleRevertToLastPublish

()metodo 
protected function handleRevertToLastPublish():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type RevertToLastPublish. This method all the revert to last publish functionality and shows either alert or pop up of all the dependent assets.

initialize

()metodo 
public function initialize():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called by the asset manager framework giving the handlers a chance to initialize themselves.

launchExportPopUp

()metodo 
protected function launchExportPopUp():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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

()metodo 
protected function launchImportPopUp():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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 .

markForPublishFragment

()metodo 
protected function markForPublishFragment():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling action of type MarkForPublish This method modifies the state of asset to Ready to Publish .

publishFragment

()metodo 
public function publishFragment(fragment:FragmentLayout):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type Publish. This method publishes the asset using id of that asset.

Parametri

fragment:FragmentLayoutFragmentLayout to be published

revertToLastPublish

()metodo 
protected function revertToLastPublish(event:CloseEvent):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when the user selects the button on the Revert To Last Publish Pop up .

Parametri

event:CloseEventCloseEvent

viewFragmentLayout

()metodo 
protected function viewFragmentLayout():void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Called internally when this handler is handling an action of type View. The default implementation creates a new fragmentLayout domain object from the selected fragmentLayout 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.

Descrizione degli eventi

assetActionComplete

Evento
Tipo di oggetto evento: com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent
proprietà AssetActionCompleteEvent.type = com.adobe.livecycle.assetmanager.client.event.AssetActionCompleteEvent

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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

Evento  
Tipo di oggetto evento: com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent
proprietà AssetActionsChangeEvent.type = com.adobe.livecycle.assetmanager.client.event.AssetActionsChangeEvent

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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

Evento  
Tipo di oggetto evento: com.adobe.livecycle.assetmanager.client.event.AssetActionEvent
proprietà AssetActionEvent.type = com.adobe.livecycle.assetmanager.client.event.AssetActionEvent

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: 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.

Descrizione delle costanti

ACTION_ACTIVATE

Costante
public static const ACTION_ACTIVATE:String = "Activate"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to activation of an asset.

ACTION_COPY

Costante 
public static const ACTION_COPY:String = "Copy"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to copying of an asset.

ACTION_CREATE

Costante 
public static const ACTION_CREATE:String = "Create"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to creation of an asset.

ACTION_DEFAULT_VERSION_SPECIFIC

Costante 
public static const ACTION_DEFAULT_VERSION_SPECIFIC:String = "defaultActionVersionSpecific"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to getting version history of an asset(dispatched by LCC).

ACTION_DELETE

Costante 
public static const ACTION_DELETE:String = "Delete"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to deletion of an asset.

ACTION_DEPENDENCY_BROWSER_REPORT

Costante 
public static const ACTION_DEPENDENCY_BROWSER_REPORT:String = "actionDependencyBrowserReport"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to downloading dependency browser report.

ACTION_EDIT

Costante 
public static const ACTION_EDIT:String = "Edit"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to editing of an asset.

ACTION_EXPORTDEPENDENCY

Costante 
public static const ACTION_EXPORTDEPENDENCY:String = "ExportDependencies"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to exporting dependencies of an asset.

ACTION_EXPORTPACKAGE

Costante 
public static const ACTION_EXPORTPACKAGE:String = "ExportPackage"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to exporting dependencies of an asset.

ACTION_IMPORTPACKAGE

Costante 
public static const ACTION_IMPORTPACKAGE:String = "ImportPackage"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to importing dependencies of an asset.

ACTION_MARKFORPUBLISH

Costante 
public static const ACTION_MARKFORPUBLISH:String = "MarkForPublish"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to markforpublish of an asset.

ACTION_PUBLISH

Costante 
public static const ACTION_PUBLISH:String = "Publish"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to publishing of an asset.

ACTION_PUBLISH_BROWSER_PUBLISH

Costante 
public static const ACTION_PUBLISH_BROWSER_PUBLISH:String = "actionPublishBrowserPublish"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to publishing of an asset

ACTION_PUBLISH_BROWSER_REPORT

Costante 
public static const ACTION_PUBLISH_BROWSER_REPORT:String = "actionPublishBrowserReport"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to publishing report of an asset

ACTION_REVERTTOLASTPUBLISH

Costante 
public static const ACTION_REVERTTOLASTPUBLISH:String = "RevertToLastPublish"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to revert to last publish of an asset.

ACTION_VERSIONHISTORY

Costante 
public static const ACTION_VERSIONHISTORY:String = "VersionHistory"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to getting version history of an asset.

ACTION_VIEW

Costante 
public static const ACTION_VIEW:String = "View"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to viewing of an asset.

ACTION_VIEW_DEPENDENCY

Costante 
public static const ACTION_VIEW_DEPENDENCY:String = "ViewDependency"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the name of the action related to view dependencies of an asset.

ASSET_TYPE

Costante 
public static const ASSET_TYPE:String = "FragmentLayout"

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10
Versioni runtime: AIR (unsupported), Flash Player 10.2

Constant for the Asset Type handled by this handler.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.