Packagemx.core
Interfacepublic interface IProgrammaticSkin
ImplementorsProgrammaticSkin

The IProgrammaticSkin interface defines the interface that skin classes must implement if they use the name property skin interface.



Public Methods
 MethodDefined by
  
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
Method detail
validateDisplayList()method
public function validateDisplayList():void

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

Validate and update the properties and layout of this object and redraw it, if necessary.