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

2010-11-29 Thread Stephen Haberman
> We plan to introduce UiBinder for Cells in a future version of GWT, > hopefully GWT 2.2. Sweet! I was mulling that the flyweight-ness of cells would allow them to be used within the static/no-iteration nature of ui.xml files. The current API seems like it might need to change though--take Act

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

2010-11-29 Thread ailinykh
Good news. Thank you, Andrey On Nov 28, 6:22 pm, John LaBanca wrote: > 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 > le

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

2010-11-29 Thread Konstantin Scheglov
> 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

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

2010-11-28 Thread John LaBanca
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 ea

What is the best way to render complex cell?

2010-11-26 Thread ailinykh
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