| Pacote | mx.styles |
| Interface | public interface ISimpleStyleClient |
| Implementors | ProgrammaticSkin, UIComponent, UITextField |
Veja também
| Propriedade | Definido por | ||
|---|---|---|---|
| styleName : Object
The source of this object's style values.
| ISimpleStyleClient | ||
| Método | Definido por | ||
|---|---|---|---|
|
Called when the value of a style property is changed.
| ISimpleStyleClient | ||
| styleName | propriedade |
styleName:Object [read-write] The source of this object's style values. The value of styleName may be one of three possible types: - A String, such as "headerStyle". The string names a class selector defined in a CSS style sheet. - A CSSStyleDeclaration, such as StyleManager.getStyleDeclaration(".headerStyle"). - A UIComponent. The object implementing this interface inherits all the style values from the referenced UIComponent.
public function get styleName():Object
public function set styleName(value:Object):void
| styleChanged | () | método |
public function styleChanged(styleProp:String):void
Called when the value of a style property is changed.
Parâmetros
styleProp:String — The name of the style property that changed.
|