Pacote | spark.core |
Classe | public final class ContainerDestructionPolicy |
Herança | ContainerDestructionPolicy Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
Elementos da API relacionados
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
AUTO : String = "auto" [estático]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [estático]
The container never destroys its children. | ContainerDestructionPolicy |
Detalhes da constante
AUTO | Constante |
public static const AUTO:String = "auto"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | AIR 2.5 |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
NEVER | Constante |
public static const NEVER:String = "never"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 4.5 |
Versões de runtime: | AIR 2.5 |
The container never destroys its children.
Wed Jun 13 2018, 11:10 AM Z