Pakiet | spark.core |
Klasa | public final class ContainerDestructionPolicy |
Dziedziczenie | ContainerDestructionPolicy Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
Powiązane elementy interfejsu API
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
AUTO : String = "auto" [statyczny]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [statyczny]
The container never destroys its children. | ContainerDestructionPolicy |
Szczegół stałej
AUTO | Stała |
public static const AUTO:String = "auto"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
NEVER | Stała |
public static const NEVER:String = "never"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Flex 4.5 |
Wersje środowiska wykonawczego: | AIR 2.5 |
The container never destroys its children.
Tue Jun 12 2018, 12:06 PM Z