Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The DateChooserModel is a bead class that manages the data for a DataChooser.
This includes arrays of names for the months and days of the week as well the
currently selected date.
dayNames:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
An array of strings used to name the days of the week with Sunday being the
first element of the array.
Implementation public function get dayNames():Array public function set dayNames(value:Array):voiddisplayedMonth:Number
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The month currently displayed by the DateChooser.
Implementation public function get displayedMonth():Number public function set displayedMonth(value:Number):voiddisplayedYear:Number
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The year currently displayed by the DateChooser.
Implementation public function get displayedYear():Number public function set displayedYear(value:Number):voidfirstDayOfWeek:Number
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The index of the first day of the week, Sunday = 0.
Implementation public function get firstDayOfWeek():Number public function set firstDayOfWeek(value:Number):voidmonthNames:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
An array of strings used to name the months of the year with January being
the first element of the array.
Implementation public function get monthNames():Array public function set monthNames(value:Array):voidselectedDate:Date
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The currently selected date or null if no date has been selected.
Implementation public function get selectedDate():Date public function set selectedDate(value:Date):voidstrand:IStrand [write-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The host component for this bead.
Implementation public function set strand(value:IStrand ):voidpublic function DateChooserModel()
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00