| 套件 | mx.core |
| 類別 | public final class UIComponentCachePolicy |
| 繼承 | UIComponentCachePolicy Object |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
cachePolicy property of the UIComponent class.
相關 API 元素
公用常數
| 常數 | 定義自 | ||
|---|---|---|---|
| AUTO : String = "auto" [靜態]
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. | UIComponentCachePolicy | ||
| OFF : String = "off" [靜態]
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. | UIComponentCachePolicy | ||
| ON : String = "on" [靜態]
Specifies that the Flex framework should always cache
the object as a bitmap. | UIComponentCachePolicy | ||
常數詳細資訊
AUTO | 常數 |
public static const AUTO:String = "auto"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should use heuristics to decide whether to cache the object as a bitmap.
OFF | 常數 |
public static const OFF:String = "off"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
ON | 常數 |
public static const ON:String = "on"| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should always cache the object as a bitmap.
Tue Jun 12 2018, 03:47 PM Z
隱藏繼承公用屬性
顯示繼承公用屬性