Paket | spark.core |
Sınıf | public final class ContainerDestructionPolicy |
Miras Alma | ContainerDestructionPolicy Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
İlgili API Öğeleri
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
AUTO : String = "auto" [statik]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [statik]
The container never destroys its children. | ContainerDestructionPolicy |
Sabit Ayrıntısı
AUTO | Sabit |
public static const AUTO:String = "auto"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
NEVER | Sabit |
public static const NEVER:String = "never"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | AIR 2.5 |
The container never destroys its children.
Tue Jun 12 2018, 01:09 PM Z