| Pakiet | com.adobe.fiber.styles |
| Interfejs | public interface IStyle |
| Implementory | Style |
| 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 |
- 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.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| caption : LocalizeableMessage [tylko do odczytu]
Returns the caption aspect of a property's style. | IStyle | ||
| description : LocalizeableMessage [tylko do odczytu]
Returns the description aspect of a property's style. | IStyle | ||
| displayMask : String [tylko do odczytu]
Returns the display mask aspect of a property's style. | IStyle | ||
| editMask : String [tylko do odczytu]
Returns the edit mask aspect of a property's style. | IStyle | ||
| error : LocalizeableMessage [tylko do odczytu]
Returns the error aspect of a property's style. | IStyle | ||
| validator : Validator [tylko do odczytu]
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 | właściwość |
caption:LocalizeableMessage [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 |
Returns the caption aspect of a property's style. The caption aspect itself will have message, bundle, key, tokens, and text properties.
Implementacja
public function get caption():LocalizeableMessagedescription | właściwość |
description:LocalizeableMessage [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 |
Returns the description aspect of a property's style. The description aspect itself will have message, bundle, key, tokens, and text properties.
Implementacja
public function get description():LocalizeableMessagedisplayMask | właściwość |
displayMask: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 |
Returns the display mask aspect of a property's style.
Implementacja
public function get displayMask():StringeditMask | właściwość |
editMask: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 |
Returns the edit mask aspect of a property's style.
Implementacja
public function get editMask():Stringerror | właściwość |
error:LocalizeableMessage [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 |
Returns the error aspect of a property's style. The error aspect itself will have message, bundle, key, tokens, and text properties.
Implementacja
public function get error():LocalizeableMessagevalidator | właściwość |
validator:Validator [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 |
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.
Implementacja
public function get validator():ValidatorTue Jun 12 2018, 12:06 PM Z