Paket | lc.procmgmt.formbridge |
Klass | public class SwfConnector |
Arv | SwfConnector EventDispatcher Object |
Implementerar | IMXMLObject |
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 .
Relaterade API-element
Egenskap | Definieras med | ||
---|---|---|---|
constructor : Object
En referens till klassobjektet eller konstruktorfunktionen för en given objektinstans. | Object | ||
task : lc.procmgmt.domain:Task
The task associated with the Flex application. | SwfConnector |
Metod | Definieras med | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registrerar ett händelseavlyssnarobjekt för ett EventDispatcher-objekt så att avlyssnaren får meddelanden om händelser. | 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 | ||
Skickar en händelse till händelseflödet. | 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 | ||
Kontrollerar om EventDispatcher-objektet har några avlyssnare registrerade för en viss typ av händelse. | EventDispatcher | ||
Anger om det finns en egenskap angiven för ett objekt. | 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 | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Tar bort en avlyssnare från EventDispatcher-objektet. | 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 | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | 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 | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object | ||
Kontrollerar om en händelseavlyssnare är registrerad för det här EventDispatcher-objektet eller något av dess överordnade objekt för den angivna händelsetypen. | EventDispatcher |
Händelse | Sammanfattning | Definieras med | ||
---|---|---|---|---|
[utsändningshändelse] Skickas när Flash Player eller AIR får operativsystemfokus och blir aktivt. | EventDispatcher | |||
Dispatched when an add event is received by Workspace. | SwfConnector | |||
[utsändningshändelse] Skickas när Flash Player eller AIR förlorar operativsystemfokus och blir inaktivt. | 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 | egenskap |
task:lc.procmgmt.domain:Task
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The task associated with the Flex application.
Implementering
public function get task():lc.procmgmt.domain:Task
public function set task(value:lc.procmgmt.domain:Task):void
changeRouteButtonTooltip | () | metod |
public function changeRouteButtonTooltip(existingButtonName:String, newTooltip:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Changes the tooltip of the specified button.
Parametrar
existingButtonName:String — Specifies the name of the button.
| |
newTooltip:String — Specifies the new tooltip text.
|
close | () | metod |
public function close():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Closes the Flex application.
creationComplete | () | metod |
public function creationComplete(event:Event):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that the application has completed creation and binds the required event listeners to events.
Parametrar
event:Event — Specifies that the initialization of the object has completed.
|
disableRouteButton | () | metod |
public function disableRouteButton(buttonName:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Disables a specific route button.
Parametrar
buttonName:String — Specifies the name of the button.
|
enableRouteButton | () | metod |
public function enableRouteButton(buttonName:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Enables a specific route button.
Parametrar
buttonName:String — Specifies the name of the button.
|
getAuthenticatedUser | () | metod |
public function getAuthenticatedUser():User
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the current user.
ReturnerarUser — An object representing the current user logged into the Document Server.
|
getCompleteButtonNames | () | metod |
public function getCompleteButtonNames():Array
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
ReturnerarArray — An array containing the names of routes to complete the task.
|
getPreferencesManager | () | metod |
public function getPreferencesManager():IPreferencesManager
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IPreferencesManager
implementation.
IPreferencesManager — An object that implements the IPreferencesManager interface.
|
getRemotingEndpoint | () | metod |
public function getRemotingEndpoint(endpointName:String):RemoteObject
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Parametrar
endpointName:String — Specifies the name of the connector.
|
RemoteObject — An object that is useful for invoking Remoting calls.
|
getRemotingService | () | metod |
public function getRemotingService(serviceName:String):RemoteObject
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Körningsmiljöversioner: | 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.
Parametrar
serviceName:String — Specifies the name of the service.
|
RemoteObject — An object that is used for invoking Remoting calls on the specified service.
|
getTaskManager | () | metod |
public function getTaskManager():lc.procmgmt:ITaskManager
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the ITaskManager
implementation.
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.
|
getUserManager | () | metod |
public function getUserManager():IUserManager
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Retrieves the IUserManager
implementation.
IUserManager — An object that implements the IUserManager interface.
|
hideAllContainerViews | () | metod |
public function hideAllContainerViews():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides all container tabs, except for any container tabs in the Flex application.
hideAllRouteButtons | () | metod |
public function hideAllRouteButtons():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides all route buttons.
hideAttachmentsView | () | metod |
public function hideAttachmentsView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Attachments tab.
hideDirectivesView | () | metod |
public function hideDirectivesView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Directives tab.
hideFormView | () | metod |
public function hideFormView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Form tab.
hideRouteButton | () | metod |
public function hideRouteButton(buttonName:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides a specific route button.
Parametrar
buttonName:String — Specifies the name of the button.
|
hideSaveButton | () | metod |
public function hideSaveButton():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Save button.
hideTaskDetailsView | () | metod |
public function hideTaskDetailsView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Hides the Task Details tab.
initialized | () | metod |
public function initialized(document:Object, id:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Initializes communication with Workspace.
Parametrar
document:Object — Specifies the Flex application to initialize.
| |
id:String — Reserved for future use. Do not use.
|
renameRouteButton | () | metod |
public function renameRouteButton(oldButtonName:String, newButtonName:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Renames an existing button. You can can rename a route button or the Complete button.
Parametrar
oldButtonName:String — Specifies the current name of the button to change.
| |
newButtonName:String — Specifies the new name for the button.
|
setClean | () | metod |
public function setClean():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that changes in the data have not been made in the Flex application.
setDataInvalid | () | metod |
public function setDataInvalid():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | () | metod |
public function setDataValid():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | () | metod |
public function setDirty():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Specifies that changes have been made in the Flex application.
setFullScreen | () | metod |
public function setFullScreen():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Flex application in full screen mode.
setMinimizedScreen | () | metod |
public function setMinimizedScreen():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Flex application in normal screen mode (not full screen mode).
setReady | () | metod |
public function setReady():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | () | metod |
public function setSaveData(data:XML):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Parametrar
data:XML — Specifies the XML data to save.
|
setSubmitData | () | metod |
public function setSubmitData(data:XML):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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.
Parametrar
data:XML — Specifies the XML data to submit to a process.
|
setSubmitDataInvalid | () | metod |
public function setSubmitDataInvalid():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | () | metod |
public function showAllRouteButtons():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays all route buttons.
showAttachmentsView | () | metod |
public function showAttachmentsView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Attachments tab.
showDirectivesView | () | metod |
public function showDirectivesView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Directives tab.
showFormView | () | metod |
public function showFormView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Form tab.
showRouteButton | () | metod |
public function showRouteButton(buttonName:String):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays a specific route button.
Parametrar
buttonName:String — Specifies the name of the button.
|
showSaveButton | () | metod |
public function showSaveButton():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Save button.
showTaskDetailsView | () | metod |
public function showTaskDetailsView():void
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Displays the Task Details tab.
add | Händelse |
flash.events.Event
egenskap Event.type =
mx.events.FlexEvent.ADD
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Händelse |
flash.events.DataEvent
egenskap DataEvent.type =
flash.events.DataEvent.FORM_INITIAL_DATA
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Händelse |
flash.events.Event
egenskap Event.type =
flash.events.Event.FORM_SAVE_DATA_REQUEST
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user clicks the Save Form Data button within Workspace.
formSubmitDataRequest | Händelse |
flash.events.Event
egenskap Event.type =
flash.events.Event.FORM_SUBMIT_DATA_REQUEST
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user clicks a button to complete a task within Workspace.
hide | Händelse |
flash.events.Event
egenskap Event.type =
mx.events.FlexEvent.HIDE
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Händelse |
flash.events.Event
egenskap Event.type =
mx.events.FlexEvent.REMOVE
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Händelse |
lc.procmgmt.events.SwfDataEvent
egenskap SwfDataEvent.type =
lc.procmgmt.events.SwfDataEvent.SET_WORKSPACE_DATA
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Händelse |
flash.events.Event
egenskap Event.type =
mx.events.FlexEvent.SHOW
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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 | Händelse |
flash.events.Event
egenskap Event.type =
lc.procmgmt.events.SwfAppEvent.UNLOAD
Språkversion: | ActionScript 3.0 |
Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Körningsmiljöversioner: | 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, 01:40 PM Z