Pakket | mx.styles |
Interface | public interface ISimpleStyleClient |
Geïmplementeerd door | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
styleName : Object
The source of this object's style values. | ISimpleStyleClient |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient |
Eigenschapdetails
styleName | eigenschap |
styleName:Object
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
Implementatie
public function get styleName():Object
public function set styleName(value:Object):void
Methodedetails
styleChanged | () | methode |
Wed Jun 13 2018, 11:42 AM Z