Hi Mat,

We start digging exatly in the same direction. We are also generating html
for big tables on serverSide. Currently what we plan to do to add handlers
is following:

private native void regHandlers() {/*
$wnd.customEventHandler(someParam)  = function() {

}
*/}

2009/2/28 Mat <mat....@gmail.com>

>
> Hi,
>
> I am using a StringBuilder to dynamically generate a HTML Table for
> performance reasons (its much faster than using FlexTables).
>
> The problem is that the Table will contain input widgets and will
> require Event Handlers. i.e each table row will contain Input Text and
> on change of these each input text boxes it will update a
> corresponding Object.
>
> Does anyone know anyway how I can attached Dom elements that are
> created using the above way  to Event Listeners created in GWT Java
> code?
>
> I dont want to have to add "<input onblur='event_handler(this)' />" to
> my HTML.
>
> Thanks,
> Mat
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to