Popa Mihai

PopaMihai.com – Flex, Flash, AIR and ActionScript articles and tutorials

Archive for the ‘Formatter’ tag

Flex Formatters

leave a comment

Flex Formatters are Flex components that are used to format data into strings. Adobe Flex come with a number of built in formatters: the currency formatter, the date formatter, the number formatter, the phone number formatter, and the ZIP code formatter.

All the built in formatters are subclasses of the Formatter class (mx.formatters.Formatter).  To trigger the formatter you will use the format() method that takes a value as a parameter and returns the formatter string.
Read the rest of this entry »

Written by Popa Mihai

July 27th, 2009 at 8:44 pm

Posted in Flex

Tagged with , ,