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 <[email protected]> wrote:
> Incubator has a learning curve but it works just fine for me and is
> blazing fast!
>
> On May 25, 11:40 am, Go2one <[email protected]> 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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.