套件 | mx.core |
介面 | public interface IProgrammaticSkin |
實作者 | PopUpButtonSkin, ProgrammaticSkin |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
name
property skin interface.
公用方法
方法 | 定義自 | ||
---|---|---|---|
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 |
方法詳細資訊
validateDisplayList | () | 方法 |
public function validateDisplayList():void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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 | () | 方法 |
public function validateNow():void
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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, 03:47 PM Z