| Paquete | lc.procmgmt.events |
| Clase | public class SwfAppEvent |
| Herencia | SwfAppEvent Event Object |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
SwfAppEvent event is used to communicate between an application built with Flex
(Flex application and Workspace).
| Método | Definido por | ||
|---|---|---|---|
SwfAppEvent(type:String)
Constructor. | SwfAppEvent | ||
![]() |
Duplica una instancia de la subclase Event. | Event | |
![]() |
Una función de utilidad para implementar el método toString() en las clases Event personalizadas de ActionScript 3.0. | Event | |
![]() |
Indica si un objeto tiene definida una propiedad especificada. | Object | |
![]() |
Comprueba si se ha llamado a preventDefault() en el evento. | Event | |
![]() |
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | |
![]() |
Cancela el comportamiento predeterminado de un evento si es posible cancelarlo. | Event | |
![]() |
Indica si existe la propiedad especificada y si es enumerable. | Object | |
![]() |
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | |
![]() |
Impide el proceso de cualquier detector de eventos en el nodo actual y los nodos siguientes en el flujo del evento. | Event | |
![]() |
Impide el proceso de cualquier detector de eventos en nodos siguientes al nodo actual. | Event | |
![]() |
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | |
![]() |
Devuelve una cadena que contiene todas las propiedades del objeto de evento. | Event | |
![]() |
Devuelve el valor simple del objeto especificado. | Object | |
| Constante | Definido por | ||
|---|---|---|---|
| CLOSE : String = "close" [estática]
A special value that specifies to close the Flex application. | SwfAppEvent | ||
| FULL_SCREEN : String = "maximize" [estática]
A special value that specifies to display the Flex application in full screen mode. | SwfAppEvent | ||
| HIDE_ALL_CONTAINER_VIEWS : String = "hideAllContainerViews" [estática]
A special value that specifies to the Flex application to hide all views except for the Flex application itself. | SwfAppEvent | ||
| HIDE_ATTACHMENTS_VIEW : String = "hideAttachmentsView" [estática]
A special value that specifies to the Flex application to hide the Task Attachments view. | SwfAppEvent | ||
| HIDE_AUDIT_VIEW : String = "hideAuditView" [estática]
A special value that specifies to the Flex application to hide the Task Audit view. | SwfAppEvent | ||
| HIDE_DIRECTIVES_VIEW : String = "hideDirectivesView" [estática]
A special value that specifies to the Flex application to hide the Task Directives view. | SwfAppEvent | ||
| HIDE_TASK_DETAILS_VIEW : String = "hideTaskDetailsView" [estática]
A special value that specifies to the Flex application to hide the Task Details view. | SwfAppEvent | ||
| HIDE_TASK_FORM_VIEW : String = "hideFormView" [estática]
A special value that specifies to the Flex application to hide the Task Form view. | SwfAppEvent | ||
| MINIMIZE_SCREEN : String = "minimize" [estática]
A special value that specifies to display the Flex application in normal screen mode, instead of fullscreen mode. | SwfAppEvent | ||
| SHOW_ATTACHMENTS_VIEW : String = "showAttachmentsView" [estática]
A special value that specifies to the Flex application to display the Task Attachments view. | SwfAppEvent | ||
| SHOW_AUDIT_VIEW : String = "showAuditView" [estática]
A special value that specifies to the Flex application to display the Task Audit view. | SwfAppEvent | ||
| SHOW_DIRECTIVES_VIEW : String = "showDirectivesView" [estática]
A special value that specifies to the Flex application to display the Task Directives view. | SwfAppEvent | ||
| SHOW_TASK_DETAILS_VIEW : String = "showTaskDetailsView" [estática]
A special value that specifies to the Flex applicatin to display the Task Details view. | SwfAppEvent | ||
| SHOW_TASK_FORM_VIEW : String = "showFormView" [estática]
A special value that specifies to the Flex application to display Task Form view. | SwfAppEvent | ||
| UNLOAD : String = "unload" [estática]
A special value that specifies to unload the Flex application. | SwfAppEvent | ||
SwfAppEvent | () | Información sobre |
public function SwfAppEvent(type:String)| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Parámetrostype:String — Specifies the type of event to create. You can use an event type defined
in this class, such as hideTaskDetailsView.
|
CLOSE | Constante |
public static const CLOSE:String = "close"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to close the Flex application.
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. |
FULL_SCREEN | Constante |
public static const FULL_SCREEN:String = "maximize"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to display the Flex application in full screen mode.
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. |
HIDE_ALL_CONTAINER_VIEWS | Constante |
public static const HIDE_ALL_CONTAINER_VIEWS:String = "hideAllContainerViews"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to hide all views except for the Flex application itself.
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. |
HIDE_ATTACHMENTS_VIEW | Constante |
public static const HIDE_ATTACHMENTS_VIEW:String = "hideAttachmentsView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to hide the Task Attachments view.
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. |
HIDE_AUDIT_VIEW | Constante |
public static const HIDE_AUDIT_VIEW:String = "hideAuditView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to hide the Task Audit view.
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. |
HIDE_DIRECTIVES_VIEW | Constante |
public static const HIDE_DIRECTIVES_VIEW:String = "hideDirectivesView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to hide the Task Directives view.
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. |
HIDE_TASK_DETAILS_VIEW | Constante |
public static const HIDE_TASK_DETAILS_VIEW:String = "hideTaskDetailsView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to hide the Task Details view.
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. |
HIDE_TASK_FORM_VIEW | Constante |
public static const HIDE_TASK_FORM_VIEW:String = "hideFormView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to hide the Task Form view.
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. |
MINIMIZE_SCREEN | Constante |
public static const MINIMIZE_SCREEN:String = "minimize"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to display the Flex application in normal screen mode, instead of fullscreen mode.
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. |
SHOW_ATTACHMENTS_VIEW | Constante |
public static const SHOW_ATTACHMENTS_VIEW:String = "showAttachmentsView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to display the Task Attachments view.
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. |
SHOW_AUDIT_VIEW | Constante |
public static const SHOW_AUDIT_VIEW:String = "showAuditView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to display the Task Audit view.
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. |
SHOW_DIRECTIVES_VIEW | Constante |
public static const SHOW_DIRECTIVES_VIEW:String = "showDirectivesView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to display the Task Directives view.
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. |
SHOW_TASK_DETAILS_VIEW | Constante |
public static const SHOW_TASK_DETAILS_VIEW:String = "showTaskDetailsView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex applicatin to display the Task Details view.
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. |
SHOW_TASK_FORM_VIEW | Constante |
public static const SHOW_TASK_FORM_VIEW:String = "showFormView"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to the Flex application to display Task Form view.
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. |
UNLOAD | Constante |
public static const UNLOAD:String = "unload"| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to unload the Flex application.
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:12 PM Z
Ocultar propiedades públicas heredadas
Mostrar propiedades públicas heredadas