패키지 | 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:17 PM Z