| Package | org.apache.flex.core |
| Interface | public interface IFormatBead extends IBead, IEventDispatcher, flash.events.IEventDispatcher |
| Implementors | CurrencyFormatter, DateFormatMMDDYYYYBead, FormatBase, NumberFormatter |
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
| Property | Defined By | ||
|---|---|---|---|
| eventName : String
The name of the event to listen for, indicating that propertyName
property has changed. | IFormatBead | ||
| formattedString : String [read-only]
The formatted result. | IFormatBead | ||
| propertyName : String
The name of the property for the source to be formatted. | IFormatBead | ||
![]() | strand : IStrand [write-only]
The host component for this bead. | IBead | |
| eventName | property |
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 to listen for, indicating that propertyName property has changed. The default event is propertyName+"Changed".
public function get eventName():String public function set eventName(value:String):void| formattedString | property |
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.
public function get formattedString():String| propertyName | property |
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 for the source to be formatted.
public function get propertyName():String public function set propertyName(value:String):void