Sunday, November 28, 2010

Re: What is the best way to render complex cell?

We plan to introduce UiBinder for Cells in a future version of GWT, hopefully GWT 2.2.  We want Cells to be a complete replacement for Widgets, but we realize that the potential for an HTML syntax error grows as the level of complexity of a Cell increases.  UiBinder for Cells should make it much easier to template Cells.

Thanks,
John LaBanca
jlabanca@google.com


On Fri, Nov 26, 2010 at 1:01 PM, ailinykh <ailinykh@gmail.com> wrote:
Hello, everybody!
I have CellList which contains custom cells. It's pretty close to Cell
List example from show case, but my custom cell is more complicated.
It has several images, several links and I want to handle clicks on
images and links. Generating html code by overriding render method
seems to very difficult and error prone. Is there a better way to do
it? What I wish to have is implementing widget using UiBinder and then
converting it into Cell.
Is it possible?

Thank you,
 Andrey

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.


--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment