Packageorg.apache.flex.html.beads
Classpublic class DateChooserView
InheritanceDateChooserView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView

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.



Public Properties
 PropertyDefined By
  dayButtons : Array
[read-only] The array of DateChooserButton instances that represent each day of the month.
DateChooserView
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  nextMonthButton : DateHeaderButton
[read-only] The button that causes the next month to be displayed by the DateChooser.
DateChooserView
  prevMonthButton : DateHeaderButton
[read-only] The button that causes the previous month to be displayed by the DateChooser.
DateChooserView
  strand : IStrand
[override] [write-only] The host component for this bead.
DateChooserView
 Inherited_strand : IStrand
The strand.
BeadViewBase
Public Methods
 MethodDefined By
  
constructor
DateChooserView
Property Detail
dayButtonsproperty
dayButtons:Array  [read-only]

The array of DateChooserButton instances that represent each day of the month.


Implementation
    public function get dayButtons():Array
nextMonthButtonproperty 
nextMonthButton:DateHeaderButton  [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():DateHeaderButton
prevMonthButtonproperty 
prevMonthButton:DateHeaderButton  [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():DateHeaderButton
strandproperty 
strand:IStrand  [write-only] [override]

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
Constructor Detail
DateChooserView()Constructor
public function DateChooserView()

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

constructor