Pakiet mx.states zawiera klasy, które służą do obsługi stanów wyświetlania. Każdy stan wyświetlania, który jest reprezentowany przez obiekt State, może zastąpić własności stanu bazowego (domyślnego). Środowisko Flex może w danej chwili znajdować się tylko w jednym stanie wyświetlania, który można ustawić za pomocą właściwości currentState
obiektu UIObject lub metody setCurrentState()
. Ten pakiet zawiera klasy, które służą do dodawania i usuwania potomnych obiektów wyświetlanych oraz do ustawiania właściwości, stylów i podprogramów obsługi zdarzeń dla składników.
Interfejsy
Interfejs | Opis | |
---|---|---|
IOverride | The IOverride interface is used for view state overrides. |
Klasy
Klasa | Opis | |
---|---|---|
AddChild | The AddChild class adds a child display object, such as a component, to a container as part of a view state. | |
AddItems | Documentation is not currently available. | |
InterruptionBehavior | The InterruptionBehavior class defines constants for use with the interruptionBehavior property of the mx.states.Transition class. | |
OverrideBase | The OverrideBase class is the base class for the override classes used by view states. | |
RemoveChild | The RemoveChild class removes a child display object, such as a component, from a container as part of a view state. | |
SetEventHandler | The SetEventHandler class specifies an event handler that is active only during a particular view state. | |
SetProperty | The SetProperty class specifies a property value that is in effect only during the parent view state. | |
SetStyle | The SetStyle class specifies a style that is in effect only during the parent view state. | |
State | The State class defines a view state, a particular view of a component. | |
Transition | The Transition class defines a set of effects that play in response to a change of view state. |
Tue Jun 12 2018, 12:20 PM Z