| 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.
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():TextButtonpopUp: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():DateChooserpopUpVisible: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):voidstrand: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):voidtextInput: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():TextInputpublic function DateFieldView()| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
Mon Sep 5 2016, 07:19 AM -07:00