Monday, November 29, 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.

Ah... Very good that you mentioned Cells.
Are there also plans for CellTable Columns support?

One of GWT Designer users asked if we will provide easier way to
generate form for displaying some entities in CellTable. With some
efforts we can do this in Java code, may be using special wizard, but
of course we should now also think about UiBinder.


>
> Thanks,
> John LaBanca
> jlaba...@google.com
>
>
>
>
>
>
>
> On Fri, Nov 26, 2010 at 1:01 PM, ailinykh <ailin...@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<google-web-toolkit%2Bunsubs cribe@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