Packageorg.apache.flex.html.accessories
Classpublic class DateFormatMMDDYYYYBead
InheritanceDateFormatMMDDYYYYBead Inheritance EventDispatcher Inheritance flash.events.EventDispatcher
Implements IBead, IFormatBead

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.



Public Properties
 PropertyDefined By
  eventName : String
The name of the event dispatched when the property changes.
DateFormatMMDDYYYYBead
  formattedString : String
[read-only] The formatted result.
DateFormatMMDDYYYYBead
  propertyName : String
The name of the property on the model holding the value to be formatted.
DateFormatMMDDYYYYBead
  strand : IStrand
[write-only] The host component for this bead.
DateFormatMMDDYYYYBead
Public Methods
 MethodDefined By
  
constructor.
DateFormatMMDDYYYYBead
Property Detail
eventNameproperty
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
formattedStringproperty 
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
propertyNameproperty 
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
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
Constructor Detail
DateFormatMMDDYYYYBead()Constructor
public function DateFormatMMDDYYYYBead()

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

constructor.