| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The DateFormatBead class formats the display of a DateField using MM/DD/YYYY format.
eventName:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The name of the event dispatched when the property changes. The
default is selectedDateChanged.
Implementation public function get eventName():String public function set eventName(value:String):voidformattedString:String [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The formatted result.
Implementation public function get formattedString():StringpropertyName:String| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The name of the property on the model holding the value to be formatted.
The default is selectedDate.
Implementation public function get propertyName():String public function set propertyName(value:String):voidstrand: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):voidpublic function DateFormatMMDDYYYYBead()| 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