Package | lc.procmgmt.formbridge |
Classe | public class SwfConnector |
Héritage | SwfConnector EventDispatcher Object |
Implémente | IMXMLObject |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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 .
Eléments de l’API associés
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | Object | ||
task : lc.procmgmt.domain:Task
The task associated with the Flex application. | SwfConnector |
Méthode | Défini par | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | EventDispatcher | ||
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 | ||
Distribue un événement dans le flux d’événements. | 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 | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | 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 | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | ||
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 | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | 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 | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher |
Evénement | Synthèse | Défini par | ||
---|---|---|---|---|
[Evénement de diffusion] Distribué lorsque l’application Flash Player obtient le focus du système d’exploitation et devient active. | EventDispatcher | |||
Dispatched when an add event is received by Workspace. | SwfConnector | |||
[Evénement de diffusion] Distribué lorsque l’application Flash Player ou AIR perd le focus du système d’exploitation et devient inactive. | 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 |
task | propriété |
task:lc.procmgmt.domain:Task
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task associated with the Flex application.
Implémentation
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
changeRouteButtonTooltip | () | méthode |
public function changeRouteButtonTooltip(existingButtonName:String, newTooltip:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the tooltip of the specified button.
Paramètres
existingButtonName:String — Specifies the name of the button.
| |
newTooltip:String — Specifies the new tooltip text.
|
close | () | méthode |
public function close():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes the Flex application.
creationComplete | () | méthode |
public function creationComplete(event:Event):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that the application has completed creation and binds the required event listeners to events.
Paramètres
event:Event — Specifies that the initialization of the object has completed.
|
disableRouteButton | () | méthode |
public function disableRouteButton(buttonName:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Disables a specific route button.
Paramètres
buttonName:String — Specifies the name of the button.
|
enableRouteButton | () | méthode |
public function enableRouteButton(buttonName:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Enables a specific route button.
Paramètres
buttonName:String — Specifies the name of the button.
|
getAuthenticatedUser | () | méthode |
public function getAuthenticatedUser():User
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the current user.
Valeur renvoyéeUser — An object representing the current user logged into the Document Server.
|
getCompleteButtonNames | () | méthode |
public function getCompleteButtonNames():Array
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Valeur renvoyéeArray — An array containing the names of routes to complete the task.
|
getPreferencesManager | () | méthode |
public function getPreferencesManager():IPreferencesManager
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager
implementation.
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getRemotingEndpoint | () | méthode |
public function getRemotingEndpoint(endpointName:String):RemoteObject
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Paramètres
endpointName:String — Specifies the name of the connector.
|
RemoteObject — An object that is useful for invoking Remoting calls.
|
getRemotingService | () | méthode |
public function getRemotingService(serviceName:String):RemoteObject
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versions du moteur d’exécution: | 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.
Paramètres
serviceName:String — Specifies the name of the service.
|
RemoteObject — An object that is used for invoking Remoting calls on the specified service.
|
getTaskManager | () | méthode |
public function getTaskManager():lc.procmgmt:ITaskManager
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager
implementation.
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | méthode |
public function getUserManager():IUserManager
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager
implementation.
IUserManager — An object that implements the IUserManager interface.
|
hideAllContainerViews | () | méthode |
public function hideAllContainerViews():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides all container tabs, except for any container tabs in the Flex application.
hideAllRouteButtons | () | méthode |
public function hideAllRouteButtons():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides all route buttons.
hideAttachmentsView | () | méthode |
public function hideAttachmentsView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Attachments tab.
hideDirectivesView | () | méthode |
public function hideDirectivesView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Directives tab.
hideFormView | () | méthode |
public function hideFormView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Form tab.
hideRouteButton | () | méthode |
public function hideRouteButton(buttonName:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides a specific route button.
Paramètres
buttonName:String — Specifies the name of the button.
|
hideSaveButton | () | méthode |
public function hideSaveButton():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Save button.
hideTaskDetailsView | () | méthode |
public function hideTaskDetailsView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Task Details tab.
initialized | () | méthode |
public function initialized(document:Object, id:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes communication with Workspace.
Paramètres
document:Object — Specifies the Flex application to initialize.
| |
id:String — Reserved for future use. Do not use.
|
renameRouteButton | () | méthode |
public function renameRouteButton(oldButtonName:String, newButtonName:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Renames an existing button. You can can rename a route button or the Complete button.
Paramètres
oldButtonName:String — Specifies the current name of the button to change.
| |
newButtonName:String — Specifies the new name for the button.
|
setClean | () | méthode |
public function setClean():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that changes in the data have not been made in the Flex application.
setDataInvalid | () | méthode |
public function setDataInvalid():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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éthode |
public function setDataValid():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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éthode |
public function setDirty():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that changes have been made in the Flex application.
setFullScreen | () | méthode |
public function setFullScreen():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Flex application in full screen mode.
setMinimizedScreen | () | méthode |
public function setMinimizedScreen():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Flex application in normal screen mode (not full screen mode).
setReady | () | méthode |
public function setReady():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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éthode |
public function setSaveData(data:XML):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Paramètres
data:XML — Specifies the XML data to save.
|
setSubmitData | () | méthode |
public function setSubmitData(data:XML):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Paramètres
data:XML — Specifies the XML data to submit to a process.
|
setSubmitDataInvalid | () | méthode |
public function setSubmitDataInvalid():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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éthode |
public function showAllRouteButtons():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays all route buttons.
showAttachmentsView | () | méthode |
public function showAttachmentsView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Attachments tab.
showDirectivesView | () | méthode |
public function showDirectivesView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Directives tab.
showFormView | () | méthode |
public function showFormView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Form tab.
showRouteButton | () | méthode |
public function showRouteButton(buttonName:String):void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays a specific route button.
Paramètres
buttonName:String — Specifies the name of the button.
|
showSaveButton | () | méthode |
public function showSaveButton():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Save button.
showTaskDetailsView | () | méthode |
public function showTaskDetailsView():void
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Task Details tab.
add | Evénement |
flash.events.Event
propriété Event.type =
mx.events.FlexEvent.ADD
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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).
FlexEvent.ADD
définit la valeur de la propriété type
de l’objet d’événement d’un événement add
.
Cet événement est distribué uniquement lorsqu’il existe un ou plusieurs écouteurs concernés associés à l’objet de distribution.
Les valeurs des propriétés de l’objet d’événement sont les suivantes :
Propriété | Valeur |
---|---|
bubbles | false |
cancelable | false |
currentTarget | Objet définissant l’écouteur d’événement qui traite l’événement. Par exemple, si vous utilisez myButton.addEventListener() pour enregistrer un écouteur d’événement, myButton est la valeur de currentTarget . |
target | Objet qui a distribué l’événement (il ne s’agit pas toujours de l’objet qui écoute l’événement). Pour accéder systématiquement à l’objet qui écoute l’événement, utilisez la propriété currentTarget . |
formInitialData | Evénement |
flash.events.DataEvent
propriété DataEvent.type =
flash.events.DataEvent.FORM_INITIAL_DATA
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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 | Evénement |
flash.events.Event
propriété Event.type =
flash.events.Event.FORM_SAVE_DATA_REQUEST
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user clicks the Save Form Data button within Workspace.
formSubmitDataRequest | Evénement |
flash.events.Event
propriété Event.type =
flash.events.Event.FORM_SUBMIT_DATA_REQUEST
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user clicks a button to complete a task within Workspace.
hide | Evénement |
flash.events.Event
propriété Event.type =
mx.events.FlexEvent.HIDE
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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).
FlexEvent.HIDE
définit la valeur de la propriété type
de l’objet d’événement d’un événement hide
.
Les valeurs des propriétés de l’objet d’événement sont les suivantes :
Propriété | Valeur |
---|---|
bubbles | false |
cancelable | false |
currentTarget | Objet définissant l’écouteur d’événement qui traite l’événement. Par exemple, si vous utilisez myButton.addEventListener() pour enregistrer un écouteur d’événement, myButton est la valeur de currentTarget . |
target | Objet qui a distribué l’événement (il ne s’agit pas toujours de l’objet qui écoute l’événement). Pour accéder systématiquement à l’objet qui écoute l’événement, utilisez la propriété currentTarget . |
remove | Evénement |
flash.events.Event
propriété Event.type =
mx.events.FlexEvent.REMOVE
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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).
FlexEvent.REMOVE
définit la valeur de la propriété type
de l’objet d’événement d’un événement remove
.
Cet événement est distribué uniquement lorsqu’il existe un ou plusieurs écouteurs concernés associés à l’objet de distribution.
Les valeurs des propriétés de l’objet d’événement sont les suivantes :
Propriété | Valeur |
---|---|
bubbles | false |
cancelable | false |
currentTarget | Objet définissant l’écouteur d’événement qui traite l’événement. Par exemple, si vous utilisez myButton.addEventListener() pour enregistrer un écouteur d’événement, myButton est la valeur de currentTarget . |
target | Objet qui a distribué l’événement (il ne s’agit pas toujours de l’objet qui écoute l’événement). Pour accéder systématiquement à l’objet qui écoute l’événement, utilisez la propriété currentTarget . |
setWorkspaceData | Evénement |
lc.procmgmt.events.SwfDataEvent
propriété SwfDataEvent.type =
lc.procmgmt.events.SwfDataEvent.SET_WORKSPACE_DATA
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
type
property for a SwfDataEvent
event.
This event is set to always bubble.
The properties of the event object have the following values:
Property | Value |
---|---|
data | The data contents for the task. |
task | The instance of the selected task. |
show | Evénement |
flash.events.Event
propriété Event.type =
mx.events.FlexEvent.SHOW
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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).
FlexEvent.SHOW
définit la valeur de la propriété type
de l’objet d’événement d’un événement show
.
Les valeurs des propriétés de l’objet d’événement sont les suivantes :
Propriété | Valeur |
---|---|
bubbles | false |
cancelable | false |
currentTarget | Objet définissant l’écouteur d’événement qui traite l’événement. Par exemple, si vous utilisez myButton.addEventListener() pour enregistrer un écouteur d’événement, myButton est la valeur de currentTarget . |
target | Objet qui a distribué l’événement (il ne s’agit pas toujours de l’objet qui écoute l’événement). Pour accéder systématiquement à l’objet qui écoute l’événement, utilisez la propriété currentTarget . |
unload | Evénement |
flash.events.Event
propriété Event.type =
lc.procmgmt.events.SwfAppEvent.UNLOAD
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
The properties of the Event
object have the following values:
Property | Value |
---|---|
bubbles | True |
cancelable | False; there is no default behavior to cancel. |
currentTarget | The 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. |
Tue Jun 12 2018, 09:30 AM Z