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):void
formattedString: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():String
propertyName: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):void
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
public function DateFormatMMDDYYYYBead()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
constructor.
Wed Jul 9 2014, 10:38 PM -07:00