패키지 | 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:17 PM Z