適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
lc.procmgmt.formbridge 

SwfConnector  - AS3 ADEP Workspace

套件lc.procmgmt.formbridge
類別public class SwfConnector
繼承SwfConnector Inheritance EventDispatcher Inheritance Object
實作 IMXMLObject

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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 .

相關 API 元素



公用屬性
 屬性定義自
 Inheritedconstructor : Object
類別物件的參照或是特定物件實體的建構函數。
Object
  task : lc.procmgmt.domain:Task
The task associated with the Flex application.
SwfConnector
公用方法
 方法定義自
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
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
會將事件傳送到事件流程。
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
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
EventDispatcher
 Inherited
指出物件是否有已定義的指定屬性。
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
指出 Object 類別的實體是否位於指定為參數的物件原型鏈中。
Object
 Inherited
指出指定的屬性是否存在,以及是否可列舉。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 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
為迴圈作業設定動態屬性的可用性。
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
傳回代表此物件的字串,根據地區特定慣例進行格式化。
Object
 Inherited
會傳回指定之物件的字串形式。
Object
 Inherited
會傳回指定之物件的基本值。
Object
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
EventDispatcher
事件
 事件 摘要 定義自
 Inherited[廣播事件] 當 Flash Player 或 AIR 應用程式取得作業系統焦點並成為作用中時傳送。EventDispatcher
  Dispatched when an add event is received by Workspace.SwfConnector
 Inherited[廣播事件] 當 Flash Player 或 AIR 應用程式失去作業系統焦點並成為非作用中時傳送。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

屬性
task:lc.procmgmt.domain:Task

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

The task associated with the Flex application.



實作
    public function get task():lc.procmgmt.domain:Task
    public function set task(value:lc.procmgmt.domain:Task):void
方法詳細資訊

changeRouteButtonTooltip

()方法
public function changeRouteButtonTooltip(existingButtonName:String, newTooltip:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Changes the tooltip of the specified button.

參數

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

close

()方法 
public function close():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Closes the Flex application.

creationComplete

()方法 
public function creationComplete(event:Event):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

參數

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

disableRouteButton

()方法 
public function disableRouteButton(buttonName:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Disables a specific route button.

參數

buttonName:String — Specifies the name of the button.

enableRouteButton

()方法 
public function enableRouteButton(buttonName:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Enables a specific route button.

參數

buttonName:String — Specifies the name of the button.

getAuthenticatedUser

()方法 
public function getAuthenticatedUser():User

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the current user.

傳回值
User — An object representing the current user logged into the Document Server.

getCompleteButtonNames

()方法 
public function getCompleteButtonNames():Array

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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.

傳回值
Array — An array containing the names of routes to complete the task.

getPreferencesManager

()方法 
public function getPreferencesManager():IPreferencesManager

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the IPreferencesManager implementation.

傳回值
IPreferencesManager — An object that implements the IPreferencesManager interface.

getRemotingEndpoint

()方法 
public function getRemotingEndpoint(endpointName:String):RemoteObject

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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.

參數

endpointName:String — Specifies the name of the connector.

傳回值
RemoteObject — An object that is useful for invoking Remoting calls.

getRemotingService

()方法 
public function getRemotingService(serviceName:String):RemoteObject

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 10
執行階段版本: 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.

參數

serviceName:String — Specifies the name of the service.

傳回值
RemoteObject — An object that is used for invoking Remoting calls on the specified service.

getTaskManager

()方法 
public function getTaskManager():lc.procmgmt:ITaskManager

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the ITaskManager implementation.

傳回值
lc.procmgmt:ITaskManager — An object that implements the ITaskManager interface.

getUserManager

()方法 
public function getUserManager():IUserManager

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Retrieves the IUserManager implementation.

傳回值
IUserManager — An object that implements the IUserManager interface.

hideAllContainerViews

()方法 
public function hideAllContainerViews():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

hideAllRouteButtons

()方法 
public function hideAllRouteButtons():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides all route buttons.

hideAttachmentsView

()方法 
public function hideAttachmentsView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Attachments tab.

hideDirectivesView

()方法 
public function hideDirectivesView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Directives tab.

hideFormView

()方法 
public function hideFormView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Form tab.

hideRouteButton

()方法 
public function hideRouteButton(buttonName:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides a specific route button.

參數

buttonName:String — Specifies the name of the button.

hideSaveButton

()方法 
public function hideSaveButton():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Save button.

hideTaskDetailsView

()方法 
public function hideTaskDetailsView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Hides the Task Details tab.

initialized

()方法 
public function initialized(document:Object, id:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Initializes communication with Workspace.

參數

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

renameRouteButton

()方法 
public function renameRouteButton(oldButtonName:String, newButtonName:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

參數

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

setClean

()方法 
public function setClean():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

setDataInvalid

()方法 
public function setDataInvalid():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

()方法 
public function setDataValid():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

()方法 
public function setDirty():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies that changes have been made in the Flex application.

setFullScreen

()方法 
public function setFullScreen():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Flex application in full screen mode.

setMinimizedScreen

()方法 
public function setMinimizedScreen():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

setReady

()方法 
public function setReady():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

()方法 
public function setSaveData(data:XML):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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.

參數

data:XML — Specifies the XML data to save.

setSubmitData

()方法 
public function setSubmitData(data:XML):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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.

參數

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

setSubmitDataInvalid

()方法 
public function setSubmitDataInvalid():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

()方法 
public function showAllRouteButtons():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays all route buttons.

showAttachmentsView

()方法 
public function showAttachmentsView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Attachments tab.

showDirectivesView

()方法 
public function showDirectivesView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Directives tab.

showFormView

()方法 
public function showFormView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Form tab.

showRouteButton

()方法 
public function showRouteButton(buttonName:String):void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays a specific route button.

參數

buttonName:String — Specifies the name of the button.

showSaveButton

()方法 
public function showSaveButton():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Save button.

showTaskDetailsView

()方法 
public function showTaskDetailsView():void

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

Displays the Task Details tab.

事件詳細資訊

add

事件
事件物件類型: flash.events.Event
屬性 Event.type = mx.events.FlexEvent.ADD

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

事件  
事件物件類型: flash.events.DataEvent
屬性 DataEvent.type = flash.events.DataEvent.FORM_INITIAL_DATA

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

事件  
事件物件類型: flash.events.Event
屬性 Event.type = flash.events.Event.FORM_SAVE_DATA_REQUEST

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

formSubmitDataRequest

事件  
事件物件類型: flash.events.Event
屬性 Event.type = flash.events.Event.FORM_SUBMIT_DATA_REQUEST

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: AIR (unsupported), Flash Player 9, Flash Player 10

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

hide

事件  
事件物件類型: flash.events.Event
屬性 Event.type = mx.events.FlexEvent.HIDE

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

事件  
事件物件類型: flash.events.Event
屬性 Event.type = mx.events.FlexEvent.REMOVE

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

事件  
事件物件類型: lc.procmgmt.events.SwfDataEvent
屬性 SwfDataEvent.type = lc.procmgmt.events.SwfDataEvent.SET_WORKSPACE_DATA

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

事件  
事件物件類型: flash.events.Event
屬性 Event.type = mx.events.FlexEvent.SHOW

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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

事件  
事件物件類型: flash.events.Event
屬性 Event.type = lc.procmgmt.events.SwfAppEvent.UNLOAD

語言版本: ActionScript 3.0
產品版本: Adobe Digital Enterprise Platform Document Services - Workspace 9
執行階段版本: 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 ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。