Package | mx.styles |
Interface | public interface ISimpleStyleClient |
Implementors | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | Flash Player 9, AIR 1.1 |
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
styleName : Object
The source of this object's style values. | ISimpleStyleClient |
Public Methods
Method | Defined By | ||
---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient |
Property Detail
styleName | property |
styleName:Object
Language Version: | ActionScript 3.0 |
Product Version: | Flex 3 |
Runtime Versions: | 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.
Implementation
public function get styleName():Object
public function set styleName(value:Object):void
Method Detail
styleChanged | () | method |
Mon Nov 28 2011, 06:48 AM -08:00