Tuesday, February 1, 2011

Re: Can CellWidgets contain custom composite widgets ?



On Tuesday, February 1, 2011 11:40:27 PM UTC+1, zixzigma wrote:
after investigating CompositeCell or directly extending AbstractCell,
it is my understanding that to create custom cell,
the only option at the moment is to embed HTML markup in the render method as below.

in other words, we cannot create a custom composite widget with UiBinder,
and add it to the cell.

am I correct on this ?

Yes, Cell widgets are much more low-level than widget containers. They're built with performance in mind, and it rules out using child widgets. 

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