| Pakiet | mx.styles |
| Interfejs | public interface ISimpleStyleClient |
| Implementory | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Powiązane elementy interfejsu API
Właściwości publiczne
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| styleName : Object
The source of this object's style values. | ISimpleStyleClient | ||
Metody publiczne
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient | ||
Szczegół właściwości
styleName | właściwość |
styleName:Object| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get styleName():Object public function set styleName(value:Object):voidSzczegół metody
styleChanged | () | metoda |
Tue Jun 12 2018, 12:06 PM Z