The only thing, you shold remember is to clean this field on some moment
before app closes (to aviod memory leaks).

 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 <[email protected]>
>
>
>> 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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to