Packagespark.core
Classpublic final class ContainerDestructionPolicy
InheritanceContainerDestructionPolicy Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The ContainerCreationPolicy class defines the constant values for the destructionPolicy property of spark view classes.

See also

spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy


Public Constants
 ConstantDefined By
  AIR-only AUTO : String = auto
[static] The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
ContainerDestructionPolicy
  AIR-only NEVER : String = never
[static] The container never destroys its children.
ContainerDestructionPolicy
Constant Detail
AIR-only AUTOConstant
public static const AUTO:String = auto

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.

AIR-only NEVERConstant 
public static const NEVER:String = never

Language Version : ActionScript 3.0
Product Version : Flex 4.5
Runtime Versions : AIR 2.5

The container never destroys its children.