The DateChooserView class is a view bead for the DateChooser. This class
creates the elements for the DateChooser: the buttons to move between
months, the labels for the days of the week, and the buttons for each day
of the month.
dayButtons:Array
[read-only]
The array of DateChooserButton instances that represent each day of the month.
Implementation public function get dayButtons():Array
nextMonthButton:TextButton
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The button that causes the next month to be displayed by the DateChooser.
Implementation public function get nextMonthButton():TextButton
prevMonthButton:TextButton
[read-only]
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The button that causes the previous month to be displayed by the DateChooser.
Implementation public function get prevMonthButton():TextButton
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 DateChooserView()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
constructor
The Apache Software Foundation Fri Apr 18 2014, 11:02 PM -07:00