Package | spark.core |
Class | public final class ContainerDestructionPolicy |
Inheritance | ContainerDestructionPolicy Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
Related API Elements
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
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 | ||
NEVER : String = "never" [static]
The container never destroys its children. | ContainerDestructionPolicy |
Constant Detail
AUTO | Constant |
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.
NEVER | Constant |
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.
Mon Nov 28 2011, 06:48 AM -08:00