Paquete | mx.events |
Clase | public final class DateChooserEventDetail |
Herencia | DateChooserEventDetail Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
detail
property
of a DateChooserEvent object.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
NEXT_MONTH : String = "nextMonth" [estática]
Indicates that the user scrolled the calendar to the next month. | DateChooserEventDetail | ||
NEXT_YEAR : String = "nextYear" [estática]
Indicates that the user scrolled the calendar to the next year. | DateChooserEventDetail | ||
PREVIOUS_MONTH : String = "previousMonth" [estática]
Indicates that the user scrolled the calendar to the previous month. | DateChooserEventDetail | ||
PREVIOUS_YEAR : String = "previousYear" [estática]
Indicates that the user scrolled the calendar to the previous year. | DateChooserEventDetail |
Información sobre constantes
NEXT_MONTH | Constante |
public static const NEXT_MONTH:String = "nextMonth"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | Flex 3 |
Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the previous year.
Tue Jun 12 2018, 02:12 PM Z