Pacote | mx.styles |
Interface | public interface IStyleModule |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Creates and sets style declarations from the styles modules into the given
style manager. | IStyleModule | ||
Unloads the style module. | IStyleModule |
Detalhes do método
setStyleDeclarations | () | método |
public function setStyleDeclarations(styleManager:IStyleManager2):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4 |
Versões de runtime: | 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.
Parâmetros
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 | () | método |
public function unload():void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Unloads the style module.
Wed Jun 13 2018, 11:10 AM Z