Tuesday, September 30, 2014

Re: Using multiple UiRenderer types in one CellRenderer



On Tue, Sep 30, 2014 at 4:45 PM, Jens <jens.nehlmeier@gmail.com> wrote:

Brilliant! I did not know that it existed.
 
I also noticed that the UiRenderer interface is marked as experimental ... is this still the case what is the future of this with respect to GWT 3.0 ?

No idea, didn't read anything about it. It will probably stay experimental. IMHO the whole cell rendering idea becomes useless as soon as you only support modern browsers (IE 10+) because they are typically faster at DOM operations than calling setInnerHTML with a huge html string. Personally I wouldn't be surprised if cells become deprecated in GWT 4.0 or so.


Oh dear. We are using it very extensively and made quite a lot of customisations on top of the DataGrid/CellTables.  But hey, 4.0 is a very long way off!

Thanks for the help.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment