Tuesday, September 30, 2014

Using multiple UiRenderer types in one CellRenderer


I'm trying to use multiple UiRenderer types in one CellRenderer. One annoying feature is that you are supposed to use the same base file name for the ui.xml file as the class in which the UiRenderer is defined.
In my case I actually want to use multiple UiRenderer interfaces and UiBinder interfaces. Is there some trick to make this possible ? My CellRenderer needs to render differently based on some property of the object it is showing.

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 ?


--
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