Paket | mx.core |
Klass | public final class UIComponentCachePolicy |
Arv | UIComponentCachePolicy Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
cachePolicy
property of the UIComponent class.
Relaterade API-element
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
AUTO : String = "auto" [statisk]
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. | UIComponentCachePolicy | ||
OFF : String = "off" [statisk]
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. | UIComponentCachePolicy | ||
ON : String = "on" [statisk]
Specifies that the Flex framework should always cache
the object as a bitmap. | UIComponentCachePolicy |
Konstantdetaljer
AUTO | Konstant |
public static const AUTO:String = "auto"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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 | Konstant |
public static const OFF:String = "off"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
ON | Konstant |
public static const ON:String = "on"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should always cache the object as a bitmap.
Tue Jun 12 2018, 01:40 PM Z