| Package | mx.styles |
| Interface | public interface ISimpleStyleClient |
| Subinterfaces | IListItemRenderer, IStyleClient, IUITextField |
| Implementors | LoaderSkin, ProgrammaticSkin, UIComponent, UITextField |
See also
| Property | Defined by | ||
|---|---|---|---|
| styleName : Object
The source of this object's style values.
| ISimpleStyleClient | ||
| Method | Defined by | ||
|---|---|---|---|
|
styleChanged(styleProp:String):void
Called when the value of a style property is changed.
| ISimpleStyleClient | ||
| styleName | property |
styleName:Object [read-write]
The source of this object's style values.
The value of the styleName property can be one of three possible types:
StyleManager.getStyleDeclaration(".headerStyle"). public function get styleName():Object
public function set styleName(value:Object):void
| styleChanged | () | method |
public function styleChanged(styleProp:String):voidCalled when the value of a style property is changed.
ParametersstyleProp:String — The name of the style property that changed.
|