패키지 | mx.styles |
인터페이스 | public interface IStyleModule |
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Creates and sets style declarations from the styles modules into the given
style manager. | IStyleModule | ||
Unloads the style module. | IStyleModule |
메서드 세부 정보
setStyleDeclarations | () | 메서드 |
public function setStyleDeclarations(styleManager:IStyleManager2):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 4 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Creates and sets style declarations from the styles modules into the given style manager. This should be called after the style modules is created.
매개 변수
styleManager:IStyleManager2 — The style manager where the style declarations will be
loaded into. The style declarations will be created relative to the this
style manager. The unload() function will unload styles from this style
manager. If null is passed the top-level style manager is used.
|
unload | () | 메서드 |
public function unload():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Unloads the style module.
Tue Jun 12 2018, 03:17 PM Z