Paket | mx.styles |
Gränssnitt | public interface ISimpleStyleClient |
Implementorer | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Relaterade API-element
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
styleName : Object
The source of this object's style values. | ISimpleStyleClient |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient |
Egenskapsdetaljer
styleName | egenskap |
styleName:Object
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Implementering
public function get styleName():Object
public function set styleName(value:Object):void
Metoddetaljer
styleChanged | () | metod |
Tue Jun 12 2018, 01:40 PM Z