Packageorg.restfulx.components.rx
Classpublic class MoneyTextInput
InheritanceMoneyTextInput Inheritance mx.controls.TextInput
Implementsmx.binding.IBindingClient



Public Properties
 PropertyDefined by
  currencySymbol : String
[read-only]
MoneyTextInput
  dollars : Number
[read-only] Get the number of dollars.
MoneyTextInput
Property detail
currencySymbolproperty
currencySymbol:String  [read-only]Implementation
    public function get currencySymbol():String
dollarsproperty 
dollars:Number  [read-only]

Get the number of dollars. Ideally this would be a decimal type.

Implementation
    public function get dollars():Number