| Pakiet | com.adobe.fiber.styles |
| Interfejs | public interface ILocalizeableMessage |
| Implementory | LocalizeableMessage |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
message property is bindable and returns the localized message
respecting the ResourceManager's current localeChain. Bundle, key, and token
attributes of this message aspect are passed as arguments to the resource manager
to calculate the message. If the resource bundle does not contain an entry for the
given key, the message property defaults to the text attribute of this message aspect.
The bundle, key, text, and tokens
attributes are themselves bindable.
All of the aspects including message are recalculated when the ResourceManager's localeChain
property is updated.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| bundle : String [tylko do odczytu]
Bindable property that returns the bundle attribute of this message aspect. | ILocalizeableMessage | ||
| key : String [tylko do odczytu]
Bindable property that returns the key attribute of this message aspect. | ILocalizeableMessage | ||
| message : String [tylko do odczytu]
Bindable property that returns the localized version of this message via a call
to IResourceManager.getString(bundle, key, tokens). | ILocalizeableMessage | ||
| text : String [tylko do odczytu]
Bindable property that returns the text attribute of this message aspect. | ILocalizeableMessage | ||
| tokens : ArrayCollection [tylko do odczytu]
Bindable property that returns the tokens attribute of this message aspect. | ILocalizeableMessage | ||
bundle | właściwość |
bundle:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bindable property that returns the bundle attribute of this message aspect.
Implementacja
public function get bundle():Stringkey | właściwość |
key:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bindable property that returns the key attribute of this message aspect.
Implementacja
public function get key():Stringmessage | właściwość |
message:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get message():Stringtext | właściwość |
text:String [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bindable property that returns the text attribute of this message aspect.
Implementacja
public function get text():Stringtokens | właściwość |
tokens:ArrayCollection [tylko do odczytu] | Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Bindable property that returns the tokens attribute of this message aspect.
Implementacja
public function get tokens():ArrayCollectionTue Jun 12 2018, 12:06 PM Z