包 | 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
属性为可绑定属性,用于返回关于 ResourceManager 的当前 localeChain 的本地化消息。该消息方面的 bundle、key 和 token 属性作为参数传递给资源管理器以计算该消息。如果资源包不包含指定 key 的条目,则 message 属性默认为该消息方面的 text 属性。
bundle
、key
、text
和 tokens
属性本身都是可绑定属性。
更新 ResourceManager 的 localeChain
属性时,将重新计算包含消息的所有方面。
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
bundle : String [只读]
一种可绑定属性,用于返回该消息方面的 bundle 属性。 | ILocalizeableMessage | ||
key : String [只读]
一种可绑定属性,用于返回该消息方面的 key 属性。 | ILocalizeableMessage | ||
message : String [只读]
一种可绑定属性,用于通过调用 IResourceManager.getString(bundle, key, tokens) 返回该消息的本地化版本。 | ILocalizeableMessage | ||
text : String [只读]
一种可绑定属性,用于返回该消息方面的 text 属性。 | ILocalizeableMessage | ||
tokens : ArrayCollection [只读]
一种可绑定属性,用于返回该消息方面的 tokens 属性。 | 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 |
一种可绑定属性,用于通过调用 IResourceManager.getString(bundle, key, tokens)
返回该消息的本地化版本。如果该调用不返回消息,则该属性将默认为 text
的值。更新 ResourceManager 的 localeChain 属性时将更新该属性的值。
实现
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 |
一种可绑定属性,用于返回该消息方面的 tokens 属性。
实现
public function get tokens():ArrayCollection
Tue Jun 12 2018, 11:04 AM Z