O pacote mx.states contém as classes para suportar estados de visualização. Cada estado de visualização, representado por um objeto State, pode substituir as características do estado básico (padrão). O Flex pode estar em apenas um estado de visualização por vez, você pode definir o estado de visualização usando a propriedade UIObject currentState
ou o método setCurrentState()
. O pacote inclui classes para adicionar ou excluir objetos-filho display e para definir propriedades, estilos e manipuladores de eventos nos componentes.
Interfaces
Interface | Descrição | |
---|---|---|
IOverride | The IOverride interface is used for view state overrides. |
Classes
Classe | Descrição | |
---|---|---|
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. |
Wed Jun 13 2018, 11:25 AM Z