Using GWT Editor Framework, how to highlight invalid fields?
Using GWT Editor Framework, how can I highlight invalid fields开发者_Python百科 (for example, change the corresponding labels' colors to red)?
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.
精彩评论