Paket | spark.core |
Klass | public final class ContainerDestructionPolicy |
Arv | ContainerDestructionPolicy Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
Relaterade API-element
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Publika egenskaper
Publika metoder
Publika konstanter
Konstant | Definieras med | ||
---|---|---|---|
AUTO : String = "auto" [statisk]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [statisk]
The container never destroys its children. | ContainerDestructionPolicy |
Konstantdetaljer
AUTO | Konstant |
public static const AUTO:String = "auto"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
NEVER | Konstant |
public static const NEVER:String = "never"
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 4.5 |
Körningsmiljöversioner: | AIR 2.5 |
The container never destroys its children.
Tue Jun 12 2018, 01:40 PM Z