Pacchetto | mx.styles |
Interfaccia | public interface IStyleModule |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Creates and sets style declarations from the styles modules into the given
style manager. | IStyleModule | ||
Unloads the style module. | IStyleModule |
Descrizione dei metodi
setStyleDeclarations | () | metodo |
public function setStyleDeclarations(styleManager:IStyleManager2):void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4 |
Versioni 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.
Parametri
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 | () | metodo |
public function unload():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Unloads the style module.
Tue Jun 12 2018, 02:44 PM Z