패키지 | 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:17 PM Z