| Pacchetto | com.adobe.solutions.prm.presentation.event |
| Classe | public class TeamPodEvent |
| Ereditarietà | TeamPodEvent Event Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Project Management 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| asset : IWorkItem
This method gets the asset associated with the event. | TeamPodEvent | ||
![]() | bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | |
![]() | cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | |
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
![]() | currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | |
![]() | eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | |
| project : IProject
This method gets the project associated with the event. | TeamPodEvent | ||
![]() | target : Object [sola lettura]
Il target dell'evento. | Event | |
![]() | type : String [sola lettura]
Il tipo di evento. | Event | |
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
The constructor for TeamPodEvent class. | TeamPodEvent | ||
![]() |
Duplica un'istanza di una sottoclasse Event. | Event | |
![]() |
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | |
![]() |
Indica se per un oggetto è definita una proprietà specifica. | Object | |
![]() |
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | |
![]() |
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | |
![]() |
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | |
![]() |
Indica se la proprietà specificata esiste ed è enumerabile. | Object | |
![]() |
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | |
![]() |
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | |
![]() |
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | |
![]() |
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | |
![]() |
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event. | Event | |
![]() |
Restituisce il valore di base dell'oggetto specificato. | Object | |
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| NAVIGATE_TO_ASSET_EVENT : String = "navigateToAssetEvent" [statico]
This constant defines the event type when a user navigates to an asset. | TeamPodEvent | ||
| NAVIGATE_TO_PROJECT_EVENT : String = "navigateToProjectEvent" [statico]
This constant defines the event type when a user navigates to a project. | TeamPodEvent | ||
Descrizione delle proprietà
asset | proprietà |
asset:IWorkItem| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Project Management 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This method gets the asset associated with the event.
Implementazione
public function get asset():IWorkItem public function set asset(value:IWorkItem):voidproject | proprietà |
project:IProject| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Project Management 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This method gets the project associated with the event.
Implementazione
public function get project():IProject public function set project(value:IProject):voidDescrizione della funzione di costruzione
TeamPodEvent | () | Funzione di costruzione |
public function TeamPodEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Project Management 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for TeamPodEvent class.
type:String — The type of a event, accessible as Event.type.
| |
bubbles:Boolean (default = false) — This Boolean value determines whether the event object participates in the bubbling stage of the event flow or not. The default value is False.
| |
cancelable:Boolean (default = false) — This Boolean value determines whether the event object can be canceled or not. The default value is False.
|
Descrizione delle costanti
NAVIGATE_TO_ASSET_EVENT | Costante |
public static const NAVIGATE_TO_ASSET_EVENT:String = "navigateToAssetEvent"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Project Management 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This constant defines the event type when a user navigates to an asset.
NAVIGATE_TO_PROJECT_EVENT | Costante |
public static const NAVIGATE_TO_PROJECT_EVENT:String = "navigateToProjectEvent"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Blocco costitutivo Project Management 10.0 |
| Versioni runtime: | Flash Player 10.2, AIR (unsupported) |
This constant defines the event type when a user navigates to a project.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate