套件 | mx.events |
類別 | public final class DateChooserEventDetail |
繼承 | DateChooserEventDetail Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
detail
property
of a DateChooserEvent object.
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
NEXT_MONTH : String = "nextMonth" [靜態]
Indicates that the user scrolled the calendar to the next month. | DateChooserEventDetail | ||
NEXT_YEAR : String = "nextYear" [靜態]
Indicates that the user scrolled the calendar to the next year. | DateChooserEventDetail | ||
PREVIOUS_MONTH : String = "previousMonth" [靜態]
Indicates that the user scrolled the calendar to the previous month. | DateChooserEventDetail | ||
PREVIOUS_YEAR : String = "previousYear" [靜態]
Indicates that the user scrolled the calendar to the previous year. | DateChooserEventDetail |
常數詳細資訊
NEXT_MONTH | 常數 |
public static const NEXT_MONTH:String = "nextMonth"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the next month.
NEXT_YEAR | 常數 |
public static const NEXT_YEAR:String = "nextYear"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the next year.
PREVIOUS_MONTH | 常數 |
public static const PREVIOUS_MONTH:String = "previousMonth"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the previous month.
PREVIOUS_YEAR | 常數 |
public static const PREVIOUS_YEAR:String = "previousYear"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
Indicates that the user scrolled the calendar to the previous year.
Tue Jun 12 2018, 03:47 PM Z