Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread Go2one
Thanks for your response. I need to render own Widgets in the Cells - is this really the right way? Other question: Is there a way tp fetch the cell on a PreloadedTable if I click on it? Best Regards! -- You received this message because you are subscribed to the Google Groups Google Web

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread markM
Incubator has a learning curve but it works just fine for me and is blazing fast! On May 25, 11:40 am, Go2one dennis.schum...@go2one.de wrote: Hi everyone, because of performance issues we are using the PreloadedTable instead of FlexTable. No I read, that GWT Incubator is death? Is there any

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-26 Thread Go2one
Thanks for your information but I can't figure out, what is the RowIndex of the clicked Row in a PreloadedTable: PreloadedTable innerGrid = new PreloadedTable(); innerGrid.addHandler(new ClickHandler() { public void onClick(ClickEvent event) { //what is the clicked row

PreloadedTable alternative - GWT Incubator is death?

2011-05-25 Thread Go2one
Hi everyone, because of performance issues we are using the PreloadedTable instead of FlexTable. No I read, that GWT Incubator is death? Is there any alternative to the PreloadedTable? By the way: Why does PreloadedTable not support the method getCellForEvent(event) (like the FlexTable)? How can

Re: PreloadedTable alternative - GWT Incubator is death?

2011-05-25 Thread Seth Hollyman
Have you taken a look at the new Cell widgets, particularly the CellTable? http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellWidgets.html -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to