Packageorg.apache.flex.html.beads
Classpublic class DateFieldView
InheritanceDateFieldView Inheritance Object
Implements IBeadView

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

The DateFieldView class is a bead for DateField that creates the input and button controls. This class also handles the pop-up mechanics.



Public Properties
 PropertyDefined By
  menuButton : TextButton
[read-only] The TextButton that triggers the display of the DateChooser pop-up.
DateFieldView
  popUp : DateChooser
[read-only] The pop-up component that holds the selection list.
DateFieldView
  popUpVisible : Boolean
This property is true if the pop-up selection list is currently visible.
DateFieldView
  strand : IStrand
[write-only] The host component for this bead.
DateFieldView
  textInput : TextInput
[read-only] The TextInput that displays the date selected.
DateFieldView
Public Methods
 MethodDefined By
  
constructor.
DateFieldView
Property Detail
menuButtonproperty
menuButton:TextButton  [read-only]

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

The TextButton that triggers the display of the DateChooser pop-up.


Implementation
    public function get menuButton():TextButton
popUpproperty 
popUp:DateChooser  [read-only]

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

The pop-up component that holds the selection list.


Implementation
    public function get popUp():DateChooser
popUpVisibleproperty 
popUpVisible:Boolean

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

This property is true if the pop-up selection list is currently visible.


Implementation
    public function get popUpVisible():Boolean
    public function set popUpVisible(value:Boolean):void
strandproperty 
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
textInputproperty 
textInput:TextInput  [read-only]

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

The TextInput that displays the date selected.


Implementation
    public function get textInput():TextInput
Constructor Detail
DateFieldView()Constructor
public function DateFieldView()

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

constructor.