Pacchetto | mx.states |
Classe | public final class InterruptionBehavior |
Ereditarietà | InterruptionBehavior Object |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.5 |
interruptionBehavior
property of the mx.states.Transition class.
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
END : String = "end" [statico]
Specifies that a transition that interrupts another running
transition ends that other transition before starting. | InterruptionBehavior | ||
STOP : String = "stop" [statico]
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting. | InterruptionBehavior |
Descrizione delle costanti
END | Costante |
public static const END:String = "end"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.5 |
Specifies that a transition that interrupts another running
transition ends that other transition before starting.
The transition ends by calling the end()
method
on all effects in the transition.
The end()
method causes all effects
to snap to their end state.
STOP | Costante |
public static const STOP:String = "stop"
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.2, AIR 2.5 |
Specifies that a transition that interrupts another running
transition stops that other transition in place before starting.
The transition stops by calling the stop()
method
on all effects in the transition.
Tue Jun 12 2018, 02:44 PM Z