Pacchetto | lc.procmgmt.formbridge |
Classe | public class SwfConnector |
Ereditarietà | SwfConnector EventDispatcher Object |
Implementa | IMXMLObject |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 .
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
task : lc.procmgmt.domain:Task
The task associated with the Flex application. | SwfConnector |
Metodo | Definito da | ||
---|---|---|---|
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 | ||
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 | ||
Invia un evento nel flusso di eventi. | 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 | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | 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 | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto 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 | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | 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 | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
[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 add event is received by Workspace. | SwfConnector | |||
[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 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 | proprietà |
task:lc.procmgmt.domain:Task
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task associated with the Flex application.
Implementazione
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
changeRouteButtonTooltip | () | metodo |
public function changeRouteButtonTooltip(existingButtonName:String, newTooltip:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the tooltip of the specified button.
Parametri
existingButtonName:String — Specifies the name of the button.
| |
newTooltip:String — Specifies the new tooltip text.
|
close | () | metodo |
public function close():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes the Flex application.
creationComplete | () | metodo |
public function creationComplete(event:Event):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that the application has completed creation and binds the required event listeners to events.
Parametri
event:Event — Specifies that the initialization of the object has completed.
|
disableRouteButton | () | metodo |
public function disableRouteButton(buttonName:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Disables a specific route button.
Parametri
buttonName:String — Specifies the name of the button.
|
enableRouteButton | () | metodo |
public function enableRouteButton(buttonName:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Enables a specific route button.
Parametri
buttonName:String — Specifies the name of the button.
|
getAuthenticatedUser | () | metodo |
public function getAuthenticatedUser():User
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the current user.
RestituisceUser — An object representing the current user logged into the Document Server.
|
getCompleteButtonNames | () | metodo |
public function getCompleteButtonNames():Array
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
RestituisceArray — An array containing the names of routes to complete the task.
|
getPreferencesManager | () | metodo |
public function getPreferencesManager():IPreferencesManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager
implementation.
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getRemotingEndpoint | () | metodo |
public function getRemotingEndpoint(endpointName:String):RemoteObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Parametri
endpointName:String — Specifies the name of the connector.
|
RemoteObject — An object that is useful for invoking Remoting calls.
|
getRemotingService | () | metodo |
public function getRemotingService(serviceName:String):RemoteObject
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
Versioni runtime: | 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.
Parametri
serviceName:String — Specifies the name of the service.
|
RemoteObject — An object that is used for invoking Remoting calls on the specified service.
|
getTaskManager | () | metodo |
public function getTaskManager():lc.procmgmt:ITaskManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager
implementation.
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | metodo |
public function getUserManager():IUserManager
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager
implementation.
IUserManager — An object that implements the IUserManager interface.
|
hideAllContainerViews | () | metodo |
public function hideAllContainerViews():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides all container tabs, except for any container tabs in the Flex application.
hideAllRouteButtons | () | metodo |
public function hideAllRouteButtons():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides all route buttons.
hideAttachmentsView | () | metodo |
public function hideAttachmentsView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Attachments tab.
hideDirectivesView | () | metodo |
public function hideDirectivesView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Directives tab.
hideFormView | () | metodo |
public function hideFormView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Form tab.
hideRouteButton | () | metodo |
public function hideRouteButton(buttonName:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides a specific route button.
Parametri
buttonName:String — Specifies the name of the button.
|
hideSaveButton | () | metodo |
public function hideSaveButton():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Save button.
hideTaskDetailsView | () | metodo |
public function hideTaskDetailsView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Task Details tab.
initialized | () | metodo |
public function initialized(document:Object, id:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes communication with Workspace.
Parametri
document:Object — Specifies the Flex application to initialize.
| |
id:String — Reserved for future use. Do not use.
|
renameRouteButton | () | metodo |
public function renameRouteButton(oldButtonName:String, newButtonName:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Renames an existing button. You can can rename a route button or the Complete button.
Parametri
oldButtonName:String — Specifies the current name of the button to change.
| |
newButtonName:String — Specifies the new name for the button.
|
setClean | () | metodo |
public function setClean():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that changes in the data have not been made in the Flex application.
setDataInvalid | () | metodo |
public function setDataInvalid():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | () | metodo |
public function setDataValid():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | () | metodo |
public function setDirty():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that changes have been made in the Flex application.
setFullScreen | () | metodo |
public function setFullScreen():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Flex application in full screen mode.
setMinimizedScreen | () | metodo |
public function setMinimizedScreen():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Flex application in normal screen mode (not full screen mode).
setReady | () | metodo |
public function setReady():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | () | metodo |
public function setSaveData(data:XML):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Parametri
data:XML — Specifies the XML data to save.
|
setSubmitData | () | metodo |
public function setSubmitData(data:XML):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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.
Parametri
data:XML — Specifies the XML data to submit to a process.
|
setSubmitDataInvalid | () | metodo |
public function setSubmitDataInvalid():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | () | metodo |
public function showAllRouteButtons():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays all route buttons.
showAttachmentsView | () | metodo |
public function showAttachmentsView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Attachments tab.
showDirectivesView | () | metodo |
public function showDirectivesView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Directives tab.
showFormView | () | metodo |
public function showFormView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Form tab.
showRouteButton | () | metodo |
public function showRouteButton(buttonName:String):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays a specific route button.
Parametri
buttonName:String — Specifies the name of the button.
|
showSaveButton | () | metodo |
public function showSaveButton():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Save button.
showTaskDetailsView | () | metodo |
public function showTaskDetailsView():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Task Details tab.
add | Evento |
flash.events.Event
proprietà Event.type =
mx.events.FlexEvent.ADD
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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
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:
Property | Value |
---|---|
bubbles | false |
cancelable | false |
currentTarget | The 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 . |
target | The 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 |
flash.events.DataEvent
proprietà DataEvent.type =
flash.events.DataEvent.FORM_INITIAL_DATA
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 |
flash.events.Event
proprietà Event.type =
flash.events.Event.FORM_SAVE_DATA_REQUEST
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user clicks the Save Form Data button within Workspace.
formSubmitDataRequest | Evento |
flash.events.Event
proprietà Event.type =
flash.events.Event.FORM_SUBMIT_DATA_REQUEST
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user clicks a button to complete a task within Workspace.
hide | Evento |
flash.events.Event
proprietà Event.type =
mx.events.FlexEvent.HIDE
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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
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:
Property | Value |
---|---|
bubbles | false |
cancelable | false |
currentTarget | The 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 . |
target | The 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 |
flash.events.Event
proprietà Event.type =
mx.events.FlexEvent.REMOVE
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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
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:
Property | Value |
---|---|
bubbles | false |
cancelable | false |
currentTarget | The 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 . |
target | The 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 |
lc.procmgmt.events.SwfDataEvent
proprietà SwfDataEvent.type =
lc.procmgmt.events.SwfDataEvent.SET_WORKSPACE_DATA
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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 | Evento |
flash.events.Event
proprietà Event.type =
mx.events.FlexEvent.SHOW
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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
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:
Property | Value |
---|---|
bubbles | false |
cancelable | false |
currentTarget | The 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 . |
target | The 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 |
flash.events.Event
proprietà Event.type =
lc.procmgmt.events.SwfAppEvent.UNLOAD
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
Versioni runtime: | 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, 02:44 PM Z