Paquete | com.adobe.fiber.styles |
Interfaz | public interface IStyle |
Implementadores | Style |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
Propiedad | Definido por | ||
---|---|---|---|
caption : LocalizeableMessage [solo lectura]
Returns the caption aspect of a property's style. | IStyle | ||
description : LocalizeableMessage [solo lectura]
Returns the description aspect of a property's style. | IStyle | ||
displayMask : String [solo lectura]
Returns the display mask aspect of a property's style. | IStyle | ||
editMask : String [solo lectura]
Returns the edit mask aspect of a property's style. | IStyle | ||
error : LocalizeableMessage [solo lectura]
Returns the error aspect of a property's style. | IStyle | ||
validator : Validator [solo lectura]
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 | propiedad |
caption:LocalizeableMessage
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get caption():LocalizeableMessage
description | propiedad |
description:LocalizeableMessage
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get description():LocalizeableMessage
displayMask | propiedad |
displayMask:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the display mask aspect of a property's style.
Implementación
public function get displayMask():String
editMask | propiedad |
editMask:String
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Returns the edit mask aspect of a property's style.
Implementación
public function get editMask():String
error | propiedad |
error:LocalizeableMessage
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get error():LocalizeableMessage
validator | propiedad |
validator:Validator
[solo lectura] Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Adobe Digital Enterprise Platform Data Services for Java EE 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get validator():Validator
Tue Jun 12 2018, 02:12 PM Z