Paquete | mx.styles |
Interfaz | public interface ISimpleStyleClient |
Implementadores | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Elementos de API relacionados
Propiedades públicas
Propiedad | Definido por | ||
---|---|---|---|
styleName : Object
The source of this object's style values. | ISimpleStyleClient |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient |
Información sobre propiedades
styleName | propiedad |
styleName:Object
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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.
Implementación
public function get styleName():Object
public function set styleName(value:Object):void
Información sobre métodos
styleChanged | () | método |
public function styleChanged(styleProp:String):void
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Called when the value of a style property is changed.
Parámetros
styleProp:String — The name of the style property that changed.
|
Tue Jun 12 2018, 02:12 PM Z