Thursday, May 26, 2011

Re: PreloadedTable alternative - GWT Incubator is death?

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 index???
}
}, ClickEvent.getType());

On 26 Mai, 15:24, markM <mark.a.mccon...@pfizer.com> wrote:
> 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
> > alternative to the PreloadedTable?
>
> > By the way: Why does PreloadedTable not support the method
> > getCellForEvent(event) (like the FlexTable)? How can I fetch the cell
> > or row, that was clicked at the UI?
>
> > Thanks and best Regards!
>
>

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