| Pacchetto | mx.styles |
| Interfaccia | public interface ISimpleStyleClient |
| Implementatori | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
| styleName : Object
The source of this object's style values. | ISimpleStyleClient | ||
Metodi pubblici
| Metodo | Definito da | ||
|---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient | ||
Descrizione delle proprietà
styleName | proprietà |
styleName:Object| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 3 |
| Versioni runtime: | Flash Player 9, AIR 1.1 |
The source of this object's style values.
The value of the styleName property can be one of three possible types:
- String, such as "headerStyle". The String names a class selector that is defined in a CSS style sheet.
- CSSStyleDeclaration, such as
StyleManager.getStyleDeclaration(".headerStyle"). - UIComponent. The object that implements this interface inherits all the style values from the referenced UIComponent.
Implementazione
public function get styleName():Object public function set styleName(value:Object):voidDescrizione dei metodi
styleChanged | () | metodo |
Tue Jun 12 2018, 02:44 PM Z