套件 | spark.core |
類別 | public final class ContainerDestructionPolicy |
繼承 | ContainerDestructionPolicy Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
相關 API 元素
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
公用常數
常數 | 定義自 | ||
---|---|---|---|
AUTO : String = "auto" [靜態]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [靜態]
The container never destroys its children. | ContainerDestructionPolicy |
常數詳細資訊
AUTO | 常數 |
public static const AUTO:String = "auto"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
NEVER | 常數 |
public static const NEVER:String = "never"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | AIR 2.5 |
The container never destroys its children.
Tue Jun 12 2018, 03:47 PM Z