Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The NumberFormatter class formats a value in separated groups. The formatter listens
to a property on a model and when the property changes, formats it and dispatches a
formatChanged event.
eventName:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The event dispatched by the model when the property changes. The
default is propertyName+"Changed".
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 string.
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 to format.
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 ):voidthousandsSeparator:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Character to use to separate thousands groups. The default is
the comma (,).
Implementation public function get thousandsSeparator():String public function set thousandsSeparator(value:String):voidpublic function NumberFormatter()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
constructor
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00