Pacote | mx.core |
Classe | public final class UIComponentCachePolicy |
Herança | UIComponentCachePolicy Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
cachePolicy
property of the UIComponent class.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
AUTO : String = "auto" [estático]
Specifies that the Flex framework should use heuristics
to decide whether to cache the object as a bitmap. | UIComponentCachePolicy | ||
OFF : String = "off" [estático]
Specifies that the Flex framework should never attempt
to cache the object as a bitmap. | UIComponentCachePolicy | ||
ON : String = "on" [estático]
Specifies that the Flex framework should always cache
the object as a bitmap. | UIComponentCachePolicy |
Detalhes da constante
AUTO | Constante |
public static const AUTO:String = "auto"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Specifies that the Flex framework should always cache the object as a bitmap.
Wed Jun 13 2018, 11:10 AM Z