Search code examples
gwtgwt-editors

Using GWT Editor Framework, how to highlight invalid fields?


Using GWT Editor Framework, how can I highlight invalid fields (for example, change the corresponding labels' colors to red)?


Solution

  • You'll have to implement HasEditorErrors. Even though the ValueBoxEditorDecorator is not ready for prime time, it's still a good example of how this works.