Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: Recuperando datos del servidor...
Recuperando datos del servidor...
lc.procmgmt.formbridge 

SwfConnector  - AS3 ADEP Workspace

Paquetelc.procmgmt.formbridge
Clasepublic class SwfConnector
HerenciaSwfConnector Inheritance EventDispatcher Inheritance Object
Implementa IMXMLObject

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

The SwfConnector class is used by Flex applications to simplify communication with Workspace. This class must be used with applications you want to function within Workspace. Applications that you use are built with Flex (Flex applications). The route buttons provided are configured in Adobe Digital Enterprise Platform Document Services - Workbench 10.0 by adding actions. For more information configuring buttons, see Providing actions for submitting tasks in Creating Processes using Workbench. Use this class instead of the deprecated FormConnector class.

For information on using this component to customize Workspace, see Creating Flex Applications Enabled for Workspace .

Elementos de API relacionados



Propiedades públicas
 PropiedadDefinido por
 Inheritedconstructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada.
Object
  task : lc.procmgmt.domain:Task
The task associated with the Flex application.
SwfConnector
Métodos públicos
 MétodoDefinido por
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento.
EventDispatcher
  
changeRouteButtonTooltip(existingButtonName:String, newTooltip:String):void
Changes the tooltip of the specified button.
SwfConnector
  
Closes the Flex application.
SwfConnector
  
Specifies that the application has completed creation and binds the required event listeners to events.
SwfConnector
  
Disables a specific route button.
SwfConnector
 Inherited
Distribuye un evento en el flujo del evento.
EventDispatcher
  
Enables a specific route button.
SwfConnector
  
Retrieves the current user.
SwfConnector
  
Retrieves the names for all buttons used to complete a task.
SwfConnector
  
Retrieves the IPreferencesManager implementation.
SwfConnector
  
deprecated - use getRemotingService() Retrieves a RemoteObject object for the specified connector name.
SwfConnector
  
Retrieves a RemoteObject object for the specified service name.
SwfConnector
  
Retrieves the ITaskManager implementation.
SwfConnector
  
Retrieves the IUserManager implementation.
SwfConnector
 Inherited
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento.
EventDispatcher
 Inherited
Indica si un objeto tiene definida una propiedad especificada.
Object
  
Hides all container tabs, except for any container tabs in the Flex application.
SwfConnector
  
Hides all route buttons.
SwfConnector
  
Hides the Attachments tab.
SwfConnector
  
Hides the Directives tab.
SwfConnector
  
Hides the Form tab.
SwfConnector
  
Hides a specific route button.
SwfConnector
  
Hides the Save button.
SwfConnector
  
Hides the Task Details tab.
SwfConnector
  
Initializes communication with Workspace.
SwfConnector
 Inherited
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro.
Object
 Inherited
Indica si existe la propiedad especificada y si es enumerable.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Elimina un detector del objeto EventDispatcher.
EventDispatcher
  
renameRouteButton(oldButtonName:String, newButtonName:String):void
Renames an existing button.
SwfConnector
  
Specifies that changes in the data have not been made in the Flex application.
SwfConnector
  
Specifies that the data stored is not valid.
SwfConnector
  
Specifies that the data stored is valid.
SwfConnector
  
Specifies that changes have been made in the Flex application.
SwfConnector
  
Displays the Flex application in full screen mode.
SwfConnector
  
Displays the Flex application in normal screen mode (not full screen mode).
SwfConnector
 Inherited
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle.
Object
  
Notifies Workspace that the Flex application is ready to start communicating.
SwfConnector
  
Sends the data to Workspace to save.
SwfConnector
  
Sends the data to Workspace to submit to a process.
SwfConnector
  
Specifies that the Flex application has completed creation and binds the required event listeners to events.
SwfConnector
  
Displays all route buttons.
SwfConnector
  
Displays the Attachments tab.
SwfConnector
  
Displays the Directives tab.
SwfConnector
  
Displays the Form tab.
SwfConnector
  
Displays a specific route button.
SwfConnector
  
Displays the Save button.
SwfConnector
  
Displays the Task Details tab.
SwfConnector
 Inherited
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional.
Object
 Inherited
Devuelve la representación de cadena del objeto especificado.
Object
 Inherited
Devuelve el valor simple del objeto especificado.
Object
 Inherited
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto.
EventDispatcher
Eventos
 Evento Resumen Definido por
 Inherited[evento broadcast] Se distribuye cuando Flash Player o AIR pasan a estar activos.EventDispatcher
  Dispatched when an add event is received by Workspace.SwfConnector
 Inherited[evento broadcast] Se distribuye cuando Flash Player o de AIR pasan a estar inactivos.EventDispatcher
  Dispatched after the Flex application has completed loading.SwfConnector
  Dispatched when a user clicks the Save Form Data button within Workspace.SwfConnector
  Dispatched when a user clicks a button to complete a task within Workspace.SwfConnector
  Dispatched when a hide event is received by Workspace.SwfConnector
  Dispatched when a remove event is received by Workspace.SwfConnector
  Dispatched after the Flex application has completed loading.SwfConnector
  Dispatched when a show event is received by Workspace.SwfConnector
  Dispatched from Workspace to unload the Flex application.SwfConnector
Información sobre propiedades

task

propiedad
task:lc.procmgmt.domain:Task

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

The task associated with the Flex application.



Implementación
    public function get task():lc.procmgmt.domain:Task
    public function set task(value:lc.procmgmt.domain:Task):void
Información sobre métodos

changeRouteButtonTooltip

()método
public function changeRouteButtonTooltip(existingButtonName:String, newTooltip:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Changes the tooltip of the specified button.

Parámetros

existingButtonName:String — Specifies the name of the button.
 
newTooltip:String — Specifies the new tooltip text.

close

()método 
public function close():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Closes the Flex application.

creationComplete

()método 
public function creationComplete(event:Event):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the application has completed creation and binds the required event listeners to events.

Parámetros

event:Event — Specifies that the initialization of the object has completed.

disableRouteButton

()método 
public function disableRouteButton(buttonName:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Disables a specific route button.

Parámetros

buttonName:String — Specifies the name of the button.

enableRouteButton

()método 
public function enableRouteButton(buttonName:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Enables a specific route button.

Parámetros

buttonName:String — Specifies the name of the button.

getAuthenticatedUser

()método 
public function getAuthenticatedUser():User

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the current user.

Valor devuelto
User — An object representing the current user logged into the Document Server.

getCompleteButtonNames

()método 
public function getCompleteButtonNames():Array

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the names for all buttons used to complete a task. The names includes the Complete button and the buttons provided for each route in the process.

Valor devuelto
Array — An array containing the names of routes to complete the task.

getPreferencesManager

()método 
public function getPreferencesManager():IPreferencesManager

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the IPreferencesManager implementation.

Valor devuelto
IPreferencesManager — An object that implements the IPreferencesManager interface.

getRemotingEndpoint

()método 
public function getRemotingEndpoint(endpointName:String):RemoteObject

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

deprecated - use getRemotingService() Retrieves a RemoteObject object for the specified connector name. The RemoteObject object is useful for using Remoting.

Parámetros

endpointName:String — Specifies the name of the connector.

Valor devuelto
RemoteObject — An object that is useful for invoking Remoting calls.

getRemotingService

()método 
public function getRemotingService(serviceName:String):RemoteObject

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 10
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves a RemoteObject object for the specified service name. The RemoteObject object is used for using Remoting.

Parámetros

serviceName:String — Specifies the name of the service.

Valor devuelto
RemoteObject — An object that is used for invoking Remoting calls on the specified service.

getTaskManager

()método 
public function getTaskManager():lc.procmgmt:ITaskManager

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the ITaskManager implementation.

Valor devuelto
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.

getUserManager

()método 
public function getUserManager():IUserManager

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the IUserManager implementation.

Valor devuelto
IUserManager — An object that implements the IUserManager interface.

hideAllContainerViews

()método 
public function hideAllContainerViews():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides all container tabs, except for any container tabs in the Flex application.

hideAllRouteButtons

()método 
public function hideAllRouteButtons():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides all route buttons.

hideAttachmentsView

()método 
public function hideAttachmentsView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Attachments tab.

hideDirectivesView

()método 
public function hideDirectivesView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Directives tab.

hideFormView

()método 
public function hideFormView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Form tab.

hideRouteButton

()método 
public function hideRouteButton(buttonName:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides a specific route button.

Parámetros

buttonName:String — Specifies the name of the button.

hideSaveButton

()método 
public function hideSaveButton():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Save button.

hideTaskDetailsView

()método 
public function hideTaskDetailsView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Task Details tab.

initialized

()método 
public function initialized(document:Object, id:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Initializes communication with Workspace.

Parámetros

document:Object — Specifies the Flex application to initialize.
 
id:String — Reserved for future use. Do not use.

renameRouteButton

()método 
public function renameRouteButton(oldButtonName:String, newButtonName:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Renames an existing button. You can can rename a route button or the Complete button.

Parámetros

oldButtonName:String — Specifies the current name of the button to change.
 
newButtonName:String — Specifies the new name for the button.

setClean

()método 
public function setClean():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that changes in the data have not been made in the Flex application.

setDataInvalid

()método 
public function setDataInvalid():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the data stored is not valid. Use this method when at least one portion of the data to be submitted is not valid or is not formatted correctly.

setDataValid

()método 
public function setDataValid():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the data stored is valid. Use this method when the data is valid and formatted correctly.

setDirty

()método 
public function setDirty():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that changes have been made in the Flex application.

setFullScreen

()método 
public function setFullScreen():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Flex application in full screen mode.

setMinimizedScreen

()método 
public function setMinimizedScreen():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Flex application in normal screen mode (not full screen mode).

setReady

()método 
public function setReady():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Notifies Workspace that the Flex application is ready to start communicating. To use it, associate it with the mx:Application component's creationComplete event.

setSaveData

()método 
public function setSaveData(data:XML):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Sends the data to Workspace to save. The data does not need to be validated before being saved.

Parámetros

data:XML — Specifies the XML data to save.

setSubmitData

()método 
public function setSubmitData(data:XML):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Sends the data to Workspace to submit to a process. The data must be validated before it is submitted to a process.

Parámetros

data:XML — Specifies the XML data to submit to a process.

setSubmitDataInvalid

()método 
public function setSubmitDataInvalid():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that the Flex application has completed creation and binds the required event listeners to events.

showAllRouteButtons

()método 
public function showAllRouteButtons():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays all route buttons.

showAttachmentsView

()método 
public function showAttachmentsView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Attachments tab.

showDirectivesView

()método 
public function showDirectivesView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Directives tab.

showFormView

()método 
public function showFormView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Form tab.

showRouteButton

()método 
public function showRouteButton(buttonName:String):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays a specific route button.

Parámetros

buttonName:String — Specifies the name of the button.

showSaveButton

()método 
public function showSaveButton():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Save button.

showTaskDetailsView

()método 
public function showTaskDetailsView():void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Task Details tab.

Información sobre eventos

add

Evento
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = mx.events.FlexEvent.ADD

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when an add event is received by Workspace. This event is required to manage the visibility of TaskForm objects that use the ResourceContainer object (HTML IFrame).

The FlexEvent.ADD constant defines the value of the type property of the event object for an add event.

This event will only be dispatched when there are one or more relevant listeners attached to the dispatching object.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.

formInitialData

Evento  
Tipo de objeto de evento: flash.events.DataEvent
propiedad DataEvent.type = flash.events.DataEvent.FORM_INITIAL_DATA

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched after the Flex application has completed loading. Contains prefill data that may be used to initialize the application with data.

formSaveDataRequest

Evento  
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = flash.events.Event.FORM_SAVE_DATA_REQUEST

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a user clicks the Save Form Data button within Workspace.

formSubmitDataRequest

Evento  
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = flash.events.Event.FORM_SUBMIT_DATA_REQUEST

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a user clicks a button to complete a task within Workspace.

hide

Evento  
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = mx.events.FlexEvent.HIDE

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a hide event is received by Workspace. This is required to manage the visibility of TaskForm objects that use the ResourceContainer object (HTML IFrame).

The FlexEvent.HIDE constant defines the value of the type property of the event object for a hide event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.

remove

Evento  
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = mx.events.FlexEvent.REMOVE

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a remove event is received by Workspace. This is required to manage the visibility of TaskForm objects that use the ResourceContainer object (HTML IFrame).

The FlexEvent.REMOVE constant defines the value of the type property of the event object for an remove event.

This event will only be dispatched when there are one or more relevant listeners attached to the dispatching object.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.

setWorkspaceData

Evento  
Tipo de objeto de evento: lc.procmgmt.events.SwfDataEvent
propiedad SwfDataEvent.type = lc.procmgmt.events.SwfDataEvent.SET_WORKSPACE_DATA

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched after the Flex application has completed loading. Contains both the data and the associated Task object. This allows the application to use lc.procmgmt.domain and lc.foundation.domain objects.

The type property for a SwfDataEvent event. This event is set to always bubble.

The properties of the event object have the following values:

PropertyValue
dataThe data contents for the task.
taskThe instance of the selected task.

show

Evento  
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = mx.events.FlexEvent.SHOW

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched when a show event is received by Workspace. This is required to manage the visibility of TaskForm objects that use the ResourceContainer object (HTML IFrame).

The FlexEvent.SHOW constant defines the value of the type property of the event object for a show event.

The properties of the event object have the following values:

PropertyValue
bubblesfalse
cancelablefalse
currentTargetThe Object that defines the event listener that handles the event. For example, if you use myButton.addEventListener() to register an event listener, myButton is the value of the currentTarget.
targetThe Object that dispatched the event; it is not always the Object listening for the event. Use the currentTarget property to always access the Object listening for the event.

unload

Evento  
Tipo de objeto de evento: flash.events.Event
propiedad Event.type = lc.procmgmt.events.SwfAppEvent.UNLOAD

Versión del lenguaje: ActionScript 3.0
Versión de producto: Adobe Digital Enterprise Platform Document Services - Workspace 9
Versiones de motor de ejecución: AIR (unsupported), Flash Player 9, Flash Player 10

Dispatched from Workspace to unload the Flex application. This allows the application to use lc.procmgmt.domain and lc.foundation.domain objects.

A special value that specifies to unload the Flex application.

The properties of the Event object have the following values:

PropertyValue
bubbles True
cancelable False; there is no default behavior to cancel.
currentTargetThe object that is actively processing the Event object with an event listener.
target The object that dispatched the event; use the currentTarget property to always access the Object listening for the event.




[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.