Pakket | mx.events |
Klasse | public final class DateChooserEventDetail |
Overerving | DateChooserEventDetail Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
detail
property
of a DateChooserEvent object.
Verwante API-elementen
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
NEXT_MONTH : String = "nextMonth" [statisch]
Indicates that the user scrolled the calendar to the next month. | DateChooserEventDetail | ||
NEXT_YEAR : String = "nextYear" [statisch]
Indicates that the user scrolled the calendar to the next year. | DateChooserEventDetail | ||
PREVIOUS_MONTH : String = "previousMonth" [statisch]
Indicates that the user scrolled the calendar to the previous month. | DateChooserEventDetail | ||
PREVIOUS_YEAR : String = "previousYear" [statisch]
Indicates that the user scrolled the calendar to the previous year. | DateChooserEventDetail |
Constantedetails
NEXT_MONTH | Constante |
public static const NEXT_MONTH:String = "nextMonth"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the previous year.
Wed Jun 13 2018, 11:42 AM Z