Pacote | mx.events |
Classe | public final class DateChooserEventDetail |
Herança | DateChooserEventDetail Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
detail
property
of a DateChooserEvent object.
Elementos da API relacionados
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
NEXT_MONTH : String = "nextMonth" [estático]
Indicates that the user scrolled the calendar to the next month. | DateChooserEventDetail | ||
NEXT_YEAR : String = "nextYear" [estático]
Indicates that the user scrolled the calendar to the next year. | DateChooserEventDetail | ||
PREVIOUS_MONTH : String = "previousMonth" [estático]
Indicates that the user scrolled the calendar to the previous month. | DateChooserEventDetail | ||
PREVIOUS_YEAR : String = "previousYear" [estático]
Indicates that the user scrolled the calendar to the previous year. | DateChooserEventDetail |
Detalhes da constante
NEXT_MONTH | Constante |
public static const NEXT_MONTH:String = "nextMonth"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the next month.
NEXT_YEAR | Constante |
public static const NEXT_YEAR:String = "nextYear"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the next year.
PREVIOUS_MONTH | Constante |
public static const PREVIOUS_MONTH:String = "previousMonth"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the previous month.
PREVIOUS_YEAR | Constante |
public static const PREVIOUS_YEAR:String = "previousYear"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Flex 3 |
Versões de runtime: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the previous year.
Wed Jun 13 2018, 11:10 AM Z