CurrencyValidator is a Flex Validator that ensures that the text entered by the user represents a valid currency expression.
You can set a minimum value (minValue) and a maximum value (maxValue), you can specify if the amount is negative or not by setting the allowNegative parameter.
Here is a simple example that demonstrates the CurrencyValidator: