...
See the developer guide for more - Iterators
Formatters
The data framework supplies the following formatters, which wrap the functionality supplied by an underlying Java formatting object.
...
See the developer guide for more - Formatters
These four formatters can take care of most application formatting needs, but not all. For example, you will need to create a custom formatter to display a properly formatted phone number, since Nexaweb doesn't supply a formatter for this. There are two ways to make your own:
...