Data formatters are used to converted raw data into customized strings.
To use a formatter follow these steps:
Step 1:
In MXML code a formatter has to be declared. The formatting properties will also have to be explained.
Step 2:
It is expected that in Flex you call a formatter as format ( ) method. Within the curly brackets ({ }) add syntax for binding data.
Step 3:
Include the value to be formatted in the form of a parameter to the format ( ) method.
To use a formatter follow these steps:
Step 1:
In MXML code a formatter has to be declared. The formatting properties will also have to be explained.
Step 2:
It is expected that in Flex you call a formatter as format ( ) method. Within the curly brackets ({ }) add syntax for binding data.
Step 3:
Include the value to be formatted in the form of a parameter to the format ( ) method.





