套件 | com.adobe.fiber.styles |
介面 | public interface ILocalizeableMessage |
實作者 | LocalizeableMessage |
語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | 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.
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
bundle : String [唯讀]
Bindable property that returns the bundle attribute of this message aspect. | ILocalizeableMessage | ||
key : String [唯讀]
Bindable property that returns the key attribute of this message aspect. | ILocalizeableMessage | ||
message : String [唯讀]
Bindable property that returns the localized version of this message via a call
to IResourceManager.getString(bundle, key, tokens). | ILocalizeableMessage | ||
text : String [唯讀]
Bindable property that returns the text attribute of this message aspect. | ILocalizeableMessage | ||
tokens : ArrayCollection [唯讀]
Bindable property that returns the tokens attribute of this message aspect. | ILocalizeableMessage |
屬性詳細資訊
bundle | 屬性 |
key | 屬性 |
message | 屬性 |
message:String
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | 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.
實作
public function get message():String
text | 屬性 |
tokens | 屬性 |
tokens:ArrayCollection
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Bindable property that returns the tokens attribute of this message aspect.
實作
public function get tokens():ArrayCollection
Tue Jun 12 2018, 03:47 PM Z