Chapter 7. Formatting data

Formattersare a class of objects which take raw data and transform it into a presentable visual format. From a usage perspective, they’re comparable to validators in that similar mechanisms are employed to implement them. Formatters can be configured to function in two modes:

  • Real-timeFormatting is conducted on the fly automatically via data binding.

  • ScriptedUsing ActionScript you can create instances of formatters explicitly when needed and process the data accordingly.

The most important thing to know is formatters are incredibly easy to use. Raw data ...

Get Flex 3 in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.