I'm terribly confused as to how to use a formatter in on a WOString in
a WOComponent. How is the "formatter" binding to be used? Must there
be code in the component? I've used the date and number formatters so
I guess I'm expecting something similar. I'd appreciate even a point
towards simple documentation. I'm confused as to how I could be so
confused over this.
The dateformat and numberformat bindings both take format strings.
The formatter binding takes a formatter object. So, yes, one way to
do that would be to write a method on your component that returns a
formatter object and bind formatter to that method.