Comment by sven.tiffe:
Folks,
is there a way to bind more than one element to a method, e.g.
{{{
@UiHandler("textField1")
@UiHandler("textField2")
protected void updateLogin(KeyUpEvent event) {
model.validate();
}
}}}
And is there anything planned for two-way bindings? I was playing around
with gwittir but I was not very happy with it so far. I like the UIBinder
approach which makes accessing the UI elements easier and saves a lot of
code, but with gwitter i like in principle the two-way binding, converting,
validating, etc. Any comment or idea?
For more information:
http://code.google.com/p/google-web-toolkit/wiki/UiBinder
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---