CellTable#getVisibleItem(indexOnPage); The names are different because setRowData(startIndex) takes an absolute start index, whereas getVisibleItem(indexOnPage) takes an index relative to page start.
Thanks, John LaBanca [email protected] On Mon, Apr 11, 2011 at 11:47 AM, Stefan <[email protected]> wrote: > Hi Guys, > > I see that CellTable has a method setRowData(List<? extends T>). As a > matter of fact it is a method of the AbstractHasData type. However, I > am having trouble finding getRowData() method. What should I use > instead ? > > Thanks > Stefan > > -- > 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. > > -- 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.
