Packageorg.apache.flex.mobile.beads
Classpublic class DatePickerView
InheritanceDatePickerView Inheritance BeadViewBase Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBeadView

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

The DatePickerView bead creates the visual elements of the DatePicker. This is a set of three RangeSteppers (one each for month, day, and year).



Public Properties
 PropertyDefined By
 Inheritedhost : IUIBase
[read-only] The host component.
BeadViewBase
  strand : IStrand
[override] [write-only] The host component for this bead.
DatePickerView
 Inherited_strand : IStrand
The strand.
BeadViewBase
Public Methods
 MethodDefined By
  
constructor.
DatePickerView
Property Detail
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
DatePickerView()Constructor
public function DatePickerView()

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

constructor.