I'm very confused about the new editor mecanism with GWT 2.1.
I can't understand how to provide errors with a simple TextBox.
For example I want a TextBox where text size is greater than 6 (for a password).
How can I simply provide a delegate to this textbox to handle this verification and use this textbox in the editor mecanism ?
Moreover, I don't understand differences between editor adapters and editor subtypes. How should I use these two features to create my own editor widget ?
official documentation is here: http://code.google.com/intl/fr-FR/webtoolkit/doc/latest/DevGuideUiEditors.html But it's not very clear.