Paquete | com.adobe.solutions.rca.presentation.event |
Clase | public class StageParticipantEvent |
Herencia | StageParticipantEvent Event Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
bubbles : Boolean [solo lectura]
Indica si un evento es un evento de propagación. | Event | ||
cancelable : Boolean [solo lectura]
Indica si se puede evitar el comportamiento asociado al evento. | Event | ||
constructor : Object
Una referencia a la clase de objeto o función constructora para una instancia de objeto determinada. | Object | ||
currentTarget : Object [solo lectura]
Objeto que procesa de forma activa el objeto de evento con un detector de eventos. | Event | ||
eventPhase : uint [solo lectura]
La fase actual en el flujo del evento. | Event | ||
stageParticipant : IStageParticipant
This property refers to stage participant who has been added. | StageParticipantEvent | ||
target : Object [solo lectura]
El destino del evento. | Event | ||
type : String [solo lectura]
El tipo de evento. | Event |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
The constructor for StageParticipantEvent class. | StageParticipantEvent | ||
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 |
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
APPROVER_EVENT : String = "approverEvent" [estática]
This value indicates that the added participant is an approver. | StageParticipantEvent | ||
MODERATOR_EVENT : String = "moderatorEvent" [estática]
This value indicates that the added participant is a moderator. | StageParticipantEvent | ||
REVIEWER_EVENT : String = "reviewerEvent" [estática]
This value indicates that the added participant is a reviewer. | StageParticipantEvent |
Información sobre propiedades
stageParticipant | propiedad |
stageParticipant:IStageParticipant
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This property refers to stage participant who has been added.
Implementación
public function get stageParticipant():IStageParticipant
public function set stageParticipant(value:IStageParticipant):void
Información sobre constructores
StageParticipantEvent | () | Información sobre |
public function StageParticipantEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10.0 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
The constructor for StageParticipantEvent
class.
type:String — The type of the event, accessible as Event.type .
| |
bubbles:Boolean (default = false ) — A Boolean flag to determine whether the Event object participates in the bubbling stage of the event flow or not. The default value is False .
| |
cancelable:Boolean (default = false ) — A Boolean flag to determine whether the Event object can be canceled or not. The default values is False .
|
Información sobre constantes
APPROVER_EVENT | Constante |
public static const APPROVER_EVENT:String = "approverEvent"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value indicates that the added participant is an approver.
MODERATOR_EVENT | Constante |
public static const MODERATOR_EVENT:String = "moderatorEvent"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value indicates that the added participant is a moderator.
REVIEWER_EVENT | Constante |
public static const REVIEWER_EVENT:String = "reviewerEvent"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Bloque de construcción Review, Commenting, and Approval 10 |
Versiones de motor de ejecución: | Flash Player 10.2, AIR (unsupported) |
This value indicates that the added participant is a reviewer.
Tue Jun 12 2018, 02:12 PM Z