| 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. 
  
  Public Methods 
| Method | Defined By | ||
|---|---|---|---|
| 
	  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 | ||
Method Detail
| 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.
Thu Dec 4 2014, 05:50 PM -08:00