パッケージ | spark.core |
クラス | public final class ContainerDestructionPolicy |
継承 | ContainerDestructionPolicy Object |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 4.5 |
ランタイムバージョン: | AIR 2.5 |
destructionPolicy
プロパティの定数値を定義します。
関連する API エレメント
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
パブリックプロパティ
パブリックメソッド
パブリック定数
定数 | 定義元 | ||
---|---|---|---|
AUTO : String = "auto" [静的]
コンテナの子の存続期間は、コンテナ自身のヒューリスティックに基づいて、コンテナによって自動的に管理されます。 | ContainerDestructionPolicy | ||
NEVER : String = "never" [静的]
コンテナが自分の子を破棄することはありません。 | ContainerDestructionPolicy |
定数の詳細
AUTO | 定数 |
public static const AUTO:String = "auto"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 4.5 |
ランタイムバージョン: | AIR 2.5 |
コンテナの子の存続期間は、コンテナ自身のヒューリスティックに基づいて、コンテナによって自動的に管理されます。
NEVER | 定数 |
public static const NEVER:String = "never"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Flex 4.5 |
ランタイムバージョン: | AIR 2.5 |
コンテナが自分の子を破棄することはありません。
Tue Jun 12 2018, 10:34 AM Z