Pacote | mx.styles |
Interface | public interface ISimpleStyleClient |
Implementadores | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Elementos da API relacionados
Propriedades públicas
Propriedade | 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 |
Detalhes da propriedade
styleName | propriedade |
styleName:Object
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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.
Implementação
public function get styleName():Object
public function set styleName(value:Object):void
Detalhes do método
styleChanged | () | método |
Wed Jun 13 2018, 11:10 AM Z