| Paket | com.adobe.fiber.styles |
| Arabirim | public interface IStyle |
| Uygulayıcılar | Style |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Çalışma Zamanı Sürümleri: | 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.
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| caption : LocalizeableMessage [salt okunur]
Returns the caption aspect of a property's style. | IStyle | ||
| description : LocalizeableMessage [salt okunur]
Returns the description aspect of a property's style. | IStyle | ||
| displayMask : String [salt okunur]
Returns the display mask aspect of a property's style. | IStyle | ||
| editMask : String [salt okunur]
Returns the edit mask aspect of a property's style. | IStyle | ||
| error : LocalizeableMessage [salt okunur]
Returns the error aspect of a property's style. | IStyle | ||
| validator : Validator [salt okunur]
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 | özellik |
caption:LocalizeableMessage [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get caption():LocalizeableMessagedescription | özellik |
description:LocalizeableMessage [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get description():LocalizeableMessagedisplayMask | özellik |
editMask | özellik |
error | özellik |
error:LocalizeableMessage [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get error():LocalizeableMessagevalidator | özellik |
validator:Validator [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get validator():ValidatorTue Jun 12 2018, 01:09 PM Z