Pacchetto | spark.core |
Classe | public final class ContainerDestructionPolicy |
Ereditarietà | ContainerDestructionPolicy Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
destructionPolicy
property of spark view
classes.
Elementi API correlati
spark.components.supportClasses.ViewNavigatorBase.destructionPolicy
spark.components.View.destructionPolicy
spark.components.View.destructionPolicy
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
AUTO : String = "auto" [statico]
The lifespan of the container's children is automatically
managed by the container based on the container's own
heuristic. | ContainerDestructionPolicy | ||
NEVER : String = "never" [statico]
The container never destroys its children. | ContainerDestructionPolicy |
Descrizione delle costanti
AUTO | Costante |
public static const AUTO:String = "auto"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
The lifespan of the container's children is automatically managed by the container based on the container's own heuristic.
NEVER | Costante |
public static const NEVER:String = "never"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | AIR 2.5 |
The container never destroys its children.
Tue Jun 12 2018, 02:44 PM Z