Pacchetto | mx.core |
Interfaccia | public interface IProgrammaticSkin |
Implementatori | PopUpButtonSkin, ProgrammaticSkin |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
name
property skin interface.
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
This function is called by the LayoutManager
when it's time for this control to draw itself. | IProgrammaticSkin | ||
Validate and update the properties and layout of this object
and redraw it, if necessary. | IProgrammaticSkin |
Descrizione dei metodi
validateDisplayList | () | metodo |
public function validateDisplayList():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
This function is called by the LayoutManager
when it's time for this control to draw itself.
The actual drawing happens in the updateDisplayList
function, which is called by this function.
validateNow | () | metodo |
public function validateNow():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 3 |
Versioni runtime: | Flash Player 9, AIR 1.1 |
Validate and update the properties and layout of this object and redraw it, if necessary.
Tue Jun 12 2018, 02:44 PM Z