패키지 | mx.styles |
인터페이스 | public interface ISimpleStyleClient |
구현자 | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
관련 API 요소
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient |
속성 세부 정보
styleName | 속성 |
styleName:Object
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | 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.
구현
public function get styleName():Object
public function set styleName(value:Object):void
메서드 세부 정보
styleChanged | () | 메서드 |
Tue Jun 12 2018, 03:17 PM Z