Referencia de ActionScript® 3.0 para la plataforma de Adobe® Flash®
Inicio  |  Ocultar lista de paquetes y clases |  Paquetes  |  Clases  |  Novedades  |  Índice  |  Apéndices  |  ¿Por qué hay texto en inglés?
Filtros: AIR 30.0 y versiones anteriores, Flash Player 30.0 y versiones anteriores, Flash Lite 4
Flex 4.6 y versiones anteriores, Flash Pro CS6 y versiones anteriores
Ocultar filtros
mx.styles 

IStyleModule  - AS3 Flex

Paquetemx.styles
Interfazpublic interface IStyleModule

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Simple interface to manipulate style modules. You can cast an object to an IStyleModule type so that there is no dependency on the StyleModule type in the loading application.



Métodos públicos
 MétodoDefinido por
  
Creates and sets style declarations from the styles modules into the given style manager.
IStyleModule
  
Unloads the style module.
IStyleModule
Información sobre métodos

setStyleDeclarations

()método
public function setStyleDeclarations(styleManager:IStyleManager2):void

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 4
Versiones de motor de ejecución: 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

Versión del lenguaje: ActionScript 3.0
Versión de producto: Flex 3
Versiones de motor de ejecución: Flash Player 9, AIR 1.1

Unloads the style module.





[ X ]¿Por qué hay texto en inglés?
Cierto contenido de la Referencia de ActionScript 3.0 se muestra en inglés

No todo el contenido de la Referencia de ActionScript 3.0 se traduce a todos los idiomas. Si un elemento del lenguaje no se traduce, aparecerá en inglés. Por ejemplo, la clase ga.controls.HelpBox no está traducida en ningún idioma. Por lo tanto, en la versión en español de la referencia, la clase ga.controls.HelpBox aparecerá en inglés.