Pakiet | mx.styles |
Interfejs | public interface IStyleModule |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Creates and sets style declarations from the styles modules into the given
style manager. | IStyleModule | ||
Unloads the style module. | IStyleModule |
Szczegół metody
setStyleDeclarations | () | metoda |
public function setStyleDeclarations(styleManager:IStyleManager2):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4 |
Wersje środowiska wykonawczego: | 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.
Parametry
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 | () | metoda |
public function unload():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Unloads the style module.
Tue Jun 12 2018, 12:06 PM Z