Well you can use a CellWidget (
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/cellview/client/CellWidget.html
). 
The nice thing is that you can actually create a custom cell that you can 
use inside a DataGrid/CellTable/CellList/CellTree and also use it outside 
of these via a CellWidget.

On Monday, April 15, 2013 5:37:04 PM UTC+2, stuckagain wrote:
>
> Hi,
>
> The HTML that is being put in the HTMLPanel is generated and inserted as 
> one big HTML string.
> The HTML can either be generated in Javascript or on the server.
>
> If CellWidgets are an alternative then I am certainly interested in 
> checking them out, but I though they were only useful in CellTable and 
> CellTree.
>
> David
>
> On Monday, April 15, 2013 4:36:23 PM UTC+2, Ümit Seren wrote:
>>
>> Any reason for not using CellWidgets instead of HTMLPanels ? 
>>
>>
>> On Monday, April 15, 2013 4:18:33 PM UTC+2, stuckagain wrote:
>>>
>>> Hi,
>>>
>>> Are we allowed to add bugs in the bugtracking in the middle of the 
>>> migration to gwtproject ?
>>> I recently added a few and I hope that sometimes they will be sorted out.
>>>
>>> My last one was a performance bottleneck on HTMLPanel with many widgets 
>>> being added 
>>> (due to the very inefficient WidgetCollection implementation).
>>> https://code.google.com/p/google-web-toolkit/issues/detail?id=8105
>>>
>>> After looking at my reported bugs, I can see that most of my bug reports 
>>> never made it to being implemented or even accepted or rejected (one got 
>>> fixed quickly since I contributed the change)
>>> I hope that the gwtproject will improve on this - it is a really 
>>> frustrating feeling and makes me wonder if I should stick on using GWT and 
>>> reorient to non google technologies instead (Axing Google Reader will 
>>> probably drive me over the edge if I don't find a decent alternative pretty 
>>> soon). 
>>>
>>> David
>>>
>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to