패키지 | com.adobe.fiber.styles |
인터페이스 | public interface IStyle |
구현자 | Style |
언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
- An open ended set of messages with strong typing for caption, description, error and loose typing for all others.
- A display mask.
- An edit mask.
- A validator that represents one or more validation expressions.
Generated value objects expose a style property for each property of an entity that is decorated with a style.
속성 | 정의 주체 | ||
---|---|---|---|
caption : LocalizeableMessage [읽기 전용]
Returns the caption aspect of a property's style. | IStyle | ||
description : LocalizeableMessage [읽기 전용]
Returns the description aspect of a property's style. | IStyle | ||
displayMask : String [읽기 전용]
Returns the display mask aspect of a property's style. | IStyle | ||
editMask : String [읽기 전용]
Returns the edit mask aspect of a property's style. | IStyle | ||
error : LocalizeableMessage [읽기 전용]
Returns the error aspect of a property's style. | IStyle | ||
validator : Validator [읽기 전용]
Returns a generated subclass of mx.validators.Validator whose
validate method has been overridden corresponding to the expressions
specified in the validation aspects of a property's style. | IStyle |
caption | 속성 |
caption:LocalizeableMessage
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the caption aspect of a property's style. The caption aspect itself will have message, bundle, key, tokens, and text properties.
구현
public function get caption():LocalizeableMessage
description | 속성 |
description:LocalizeableMessage
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the description aspect of a property's style. The description aspect itself will have message, bundle, key, tokens, and text properties.
구현
public function get description():LocalizeableMessage
displayMask | 속성 |
editMask | 속성 |
error | 속성 |
error:LocalizeableMessage
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns the error aspect of a property's style. The error aspect itself will have message, bundle, key, tokens, and text properties.
구현
public function get error():LocalizeableMessage
validator | 속성 |
validator:Validator
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Returns a generated subclass of mx.validators.Validator whose validate method has been overridden corresponding to the expressions specified in the validation aspects of a property's style.
구현
public function get validator():Validator
Tue Jun 12 2018, 03:17 PM Z