Pakiet | mx.core |
Interfejs | public interface IProgrammaticSkin |
Implementory | PopUpButtonSkin, ProgrammaticSkin |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
name
property skin interface.
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół metody
validateDisplayList | () | metoda |
public function validateDisplayList():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | () | metoda |
public function validateNow():void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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, 12:06 PM Z