Paket | mx.core |
Sınıf | public final class UIComponentCachePolicy |
Miras Alma | UIComponentCachePolicy Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
cachePolicy
property of the UIComponent class.
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
AUTO : String = "auto" [statik]
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. | UIComponentCachePolicy | ||
OFF : String = "off" [statik]
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. | UIComponentCachePolicy | ||
ON : String = "on" [statik]
Specifies that the Flex framework should always cache
the object as a bitmap. | UIComponentCachePolicy |
Sabit Ayrıntısı
AUTO | Sabit |
public static const AUTO:String = "auto"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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 | Sabit |
public static const OFF:String = "off"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
ON | Sabit |
public static const ON:String = "on"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should always cache the object as a bitmap.
Tue Jun 12 2018, 01:09 PM Z