| Paket | mx.core |
| Gränssnitt | public interface IProgrammaticSkin |
| Implementorer | PopUpButtonSkin, ProgrammaticSkin |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
name property skin interface.
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
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 | ||
Metoddetaljer
validateDisplayList | () | metod |
public function validateDisplayList():void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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 | () | metod |
public function validateNow():void| Språkversion: | ActionScript 3.0 |
| Produktversion: | Flex 3 |
| Körningsmiljöversioner: | 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, 01:40 PM Z