Pakket | spark.core |
Klasse | public final class ContainerDestructionPolicy |
Overerving | ContainerDestructionPolicy Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
Verwante API-elementen
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
AUTO : String = "auto" [statisch]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [statisch]
The container never destroys its children. | ContainerDestructionPolicy |
Constantedetails
AUTO | Constante |
public static const AUTO:String = "auto"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 4.5 |
Runtimeversies: | AIR 2.5 |
The container never destroys its children.
Wed Jun 13 2018, 11:42 AM Z