| Pacote | mx.core |
| Interface | public interface IProgrammaticSkin |
| Implementadores | PopUpButtonSkin, ProgrammaticSkin |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
name property skin interface.
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
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 | ||
Detalhes do método
validateDisplayList | () | método |
public function validateDisplayList():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de 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 | () | método |
public function validateNow():void| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Validate and update the properties and layout of this object and redraw it, if necessary.
Wed Jun 13 2018, 11:10 AM Z