Paquete | mx.core |
Clase | public final class UIComponentCachePolicy |
Herencia | UIComponentCachePolicy Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
cachePolicy
property of the UIComponent class.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
AUTO : String = "auto" [estática]
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. | UIComponentCachePolicy | ||
OFF : String = "off" [estática]
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. | UIComponentCachePolicy | ||
ON : String = "on" [estática]
Specifies that the Flex framework should always cache
the object as a bitmap. | UIComponentCachePolicy |
Información sobre constantes
AUTO | Constante |
public static const AUTO:String = "auto"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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 | Constante |
public static const OFF:String = "off"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should never attempt to cache the object as a bitmap.
ON | Constante |
public static const ON:String = "on"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should always cache the object as a bitmap.
Tue Jun 12 2018, 02:12 PM Z