Package | mx.core |
Interface | public interface IProgrammaticSkin |
Implementors | PopUpButtonSkin, ProgrammaticSkin |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
name
property skin interface.
Method | Defined By | ||
---|---|---|---|
validateDisplayList():void
This function is called by the LayoutManager
when it's time for this control to draw itself. | IProgrammaticSkin | ||
validateNow():void
Validate and update the properties and layout of this object
and redraw it, if necessary. | IProgrammaticSkin |
validateDisplayList | () | method |
public function validateDisplayList():void
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | 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 | () | method |
public function validateNow():void
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Validate and update the properties and layout of this object and redraw it, if necessary.