Pacchetto | com.adobe.fiber.styles |
Classe | public class LocalizeableMessage |
Ereditarietà | LocalizeableMessage EventDispatcher Object |
Implementa | ILocalizeableMessage |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Proprietà | Definito da | ||
---|---|---|---|
bundle : String
Bindable property that returns the bundle attribute of this message aspect. | LocalizeableMessage | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
key : String
Bindable property that returns the key attribute of this message aspect. | LocalizeableMessage | ||
message : String [sola lettura]
Bindable property that returns the localized version of this message via a call
to IResourceManager.getString(bundle, key, tokens). | LocalizeableMessage | ||
text : String
Bindable property that returns the text attribute of this message aspect. | LocalizeableMessage | ||
tokens : ArrayCollection
Bindable property that returns the tokens attribute of this message aspect. | LocalizeableMessage |
Metodo | Definito da | ||
---|---|---|---|
Default constructor. | LocalizeableMessage | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
bundle | proprietà |
bundle:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bindable property that returns the bundle attribute of this message aspect.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get bundle():String
public function set bundle(value:String):void
key | proprietà |
key:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bindable property that returns the key attribute of this message aspect.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get key():String
public function set key(value:String):void
message | proprietà |
message:String
[sola lettura] Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bindable property that returns the localized version of this message via a call
to IResourceManager.getString(bundle, key, tokens)
. If this call
does not return a message, this property is defaulted to the value of text
.
The value of this property is updated when the ResourceManager's localeChain
property is updated.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get message():String
text | proprietà |
text:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bindable property that returns the text attribute of this message aspect.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get text():String
public function set text(value:String):void
tokens | proprietà |
tokens:ArrayCollection
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Bindable property that returns the tokens attribute of this message aspect.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get tokens():ArrayCollection
public function set tokens(value:ArrayCollection):void
LocalizeableMessage | () | Funzione di costruzione |
public function LocalizeableMessage()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Data Services per Java EE 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Default constructor.
Tue Jun 12 2018, 02:44 PM Z