Pakiet | mx.core |
Klasa | public final class UIComponentCachePolicy |
Dziedziczenie | UIComponentCachePolicy Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
cachePolicy
property of the UIComponent class.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
AUTO : String = "auto" [statyczny]
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. | UIComponentCachePolicy | ||
OFF : String = "off" [statyczny]
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. | UIComponentCachePolicy | ||
ON : String = "on" [statyczny]
Specifies that the Flex framework should always cache
the object as a bitmap. | UIComponentCachePolicy |
Szczegół stałej
AUTO | Stała |
public static const AUTO:String = "auto"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | 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 | Stała |
public static const OFF:String = "off"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
ON | Stała |
public static const ON:String = "on"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 3 |
Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should always cache the object as a bitmap.
Tue Jun 12 2018, 12:06 PM Z