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):void
displayedMonth: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):void
displayedYear: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):void
firstDayOfWeek: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):void
monthNames: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):void
selectedDate: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):void
strand: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 ):void
public function DateChooserModel()
The Apache Software Foundation Fri Apr 18 2014, 11:02 PM -07:00